Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Drtsx.h99 struct rtsx_dev { struct
100 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
Drtsx_chip.h923 static inline struct device *rtsx_dev(const struct rtsx_chip *chip) in rtsx_dev() function