Searched defs:r592_device (Results 1 – 1 of 1) sorted by relevance
131 struct r592_device { struct132 struct pci_dev *pci_dev;133 struct memstick_host *host; /* host backpointer */134 struct memstick_request *req; /* current request */137 void __iomem *mmio;138 int irq;139 spinlock_t irq_lock;140 spinlock_t io_thread_lock;141 struct timer_list detect_timer;143 struct task_struct *io_thread;[all …]