Searched defs:rtsx_dev (Results 1 – 2 of 2) sorted by relevance
99 struct rtsx_dev { struct100 struct pci_dev *pci;103 unsigned long addr;104 void __iomem *remap_addr;105 int irq;108 spinlock_t reg_lock;110 struct task_struct *ctl_thread; /* the control thread */111 struct task_struct *polling_thread; /* the polling thread */137 typedef struct rtsx_dev rtsx_dev_t; argument
923 static inline struct device *rtsx_dev(const struct rtsx_chip *chip) in rtsx_dev() function