Home
last modified time | relevance | path

Searched defs:rtsx_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/rts5208/
H A Drtsx.h81 struct rtsx_dev { struct
82 struct pci_dev *pci;
85 unsigned long addr;
86 void __iomem *remap_addr;
87 int irq;
90 spinlock_t reg_lock;
92 struct task_struct *ctl_thread; /* the control thread */
93 struct task_struct *polling_thread; /* the polling thread */
119 /* Convert between rtsx_dev and the corresponding Scsi_Host */ argument
H A Drtsx_chip.h922 static inline struct device *rtsx_dev(const struct rtsx_chip *chip) in rtsx_dev() function