Searched defs:rtsx_dev (Results 1 – 2 of 2) sorted by relevance
93 struct rtsx_dev { struct94 struct pci_dev *pci;97 unsigned long addr;98 void __iomem *remap_addr;99 int irq;102 spinlock_t reg_lock;104 struct task_struct *ctl_thread; /* the control thread */105 struct task_struct *polling_thread; /* the polling thread */131 /* Convert between rtsx_dev and the corresponding Scsi_Host */ argument
934 static inline struct device *rtsx_dev(const struct rtsx_chip *chip) in rtsx_dev() function