Home
last modified time | relevance | path

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

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