Lines Matching defs:r592_device
131 struct r592_device { struct
132 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;
144 bool parallel_mode;
149 int dma_capable;
150 int dma_error;
151 struct completion dma_done;
152 void *dummy_dma_page;
153 dma_addr_t dummy_dma_page_physical_address;