Searched refs:c67x00_device (Results 1 – 3 of 3) sorted by relevance
/drivers/usb/c67x00/ |
D | c67x00-ll-hpi.c | 70 static inline u16 hpi_read_reg(struct c67x00_device *dev, int reg) in hpi_read_reg() 76 static inline void hpi_write_reg(struct c67x00_device *dev, int reg, u16 value) in hpi_write_reg() 82 static inline u16 hpi_read_word_nolock(struct c67x00_device *dev, u16 reg) in hpi_read_word_nolock() 88 static u16 hpi_read_word(struct c67x00_device *dev, u16 reg) in hpi_read_word() 100 static void hpi_write_word_nolock(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word_nolock() 106 static void hpi_write_word(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word() 118 static void hpi_write_words_le16(struct c67x00_device *dev, u16 addr, in hpi_write_words_le16() 136 static void hpi_read_words_le16(struct c67x00_device *dev, u16 addr, in hpi_read_words_le16() 150 static void hpi_set_bits(struct c67x00_device *dev, u16 reg, u16 mask) in hpi_set_bits() 161 static void hpi_clear_bits(struct c67x00_device *dev, u16 reg, u16 mask) in hpi_clear_bits() [all …]
|
D | c67x00.h | 181 struct c67x00_device; 199 struct c67x00_device *dev; 236 struct c67x00_device { struct 248 u16 c67x00_ll_hpi_status(struct c67x00_device *dev); argument 249 void c67x00_ll_hpi_reg_init(struct c67x00_device *dev); 254 u16 c67x00_ll_fetch_siemsg(struct c67x00_device *dev, int sie_num); 258 void c67x00_ll_write_mem_le16(struct c67x00_device *dev, u16 addr, 260 void c67x00_ll_read_mem_le16(struct c67x00_device *dev, u16 addr, 264 void c67x00_ll_set_husb_eot(struct c67x00_device *dev, u16 value); 273 void c67x00_ll_irq(struct c67x00_device *dev, u16 int_status); [all …]
|
D | c67x00-drv.c | 35 struct c67x00_device *dev, int sie_num) in c67x00_probe_sie() 74 struct c67x00_device *c67x00 = __dev; in c67x00_irq() 107 struct c67x00_device *c67x00; in c67x00_drv_probe() 182 struct c67x00_device *c67x00 = platform_get_drvdata(pdev); in c67x00_drv_remove()
|