Searched defs:rtsx_dev (Results 1 – 1 of 1) sorted by relevance
104 struct rtsx_dev { struct105 struct pci_dev *pci;108 unsigned long addr;109 void __iomem *remap_addr;110 int irq;113 spinlock_t reg_lock;115 struct task_struct *ctl_thread; /* the control thread */116 struct task_struct *polling_thread; /* the polling thread */142 typedef struct rtsx_dev rtsx_dev_t; argument