Searched defs:rtsx_dev (Results 1 – 2 of 2) sorted by relevance
96 struct rtsx_dev { struct97 struct pci_dev *pci;100 unsigned long addr;101 void __iomem *remap_addr;102 int irq;105 spinlock_t reg_lock;107 struct task_struct *ctl_thread; /* the control thread */108 struct task_struct *polling_thread; /* the polling thread */134 typedef struct rtsx_dev rtsx_dev_t; argument
923 static inline struct device *rtsx_dev(const struct rtsx_chip *chip) in rtsx_dev() function