Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/rts5208/
Drtsx.h62 struct rtsx_dev { struct
63 struct pci_dev *pci;
66 unsigned long addr;
67 void __iomem *remap_addr;
68 int irq;
71 spinlock_t reg_lock;
73 struct task_struct *ctl_thread; /* the control thread */
74 struct task_struct *polling_thread; /* the polling thread */
100 /* Convert between rtsx_dev and the corresponding Scsi_Host */ argument
Drtsx_chip.h922 static inline struct device *rtsx_dev(const struct rtsx_chip *chip) in rtsx_dev() function