Searched refs:c67x00_sie (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/usb/c67x00/ |
A D | c67x00.h | 192 struct c67x00_sie { struct 196 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg); argument 238 struct c67x00_sie sie[C67X00_SIES]; 250 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie); 251 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie); 255 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie); 257 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie); 265 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port); 267 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie); 268 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie); [all …]
|
A D | c67x00-ll-hpi.c | 221 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie) in c67x00_ll_hpi_enable_sofeop() 227 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie) in c67x00_ll_hpi_disable_sofeop() 260 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie) in c67x00_ll_get_usb_ctl() 268 void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits) in c67x00_ll_usb_clear_status() 273 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie) in c67x00_ll_usb_get_status() 306 static inline void c67x00_ll_husb_sie_init(struct c67x00_sie *sie) in c67x00_ll_husb_sie_init() 316 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port) in c67x00_ll_husb_reset() 333 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie) in c67x00_ll_husb_get_current_td() 338 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie) in c67x00_ll_husb_get_frame() 343 void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie) in c67x00_ll_husb_init_host_port() [all …]
|
A D | c67x00-hcd.h | 57 struct c67x00_sie *sie; 101 int c67x00_hcd_probe(struct c67x00_sie *sie); 102 void c67x00_hcd_remove(struct c67x00_sie *sie); 112 void c67x00_hcd_msg_received(struct c67x00_sie *sie, u16 msg);
|
A D | c67x00-hcd.c | 33 static void c67x00_hub_reset_host_port(struct c67x00_sie *sie, int port) in c67x00_hub_reset_host_port() 50 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data() 70 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control() 236 static void c67x00_hcd_irq(struct c67x00_sie *sie, u16 int_status, u16 msg) in c67x00_hcd_irq() 329 int c67x00_hcd_probe(struct c67x00_sie *sie) in c67x00_hcd_probe() 391 void c67x00_hcd_remove(struct c67x00_sie *sie) in c67x00_hcd_remove()
|
A D | c67x00-drv.c | 34 static void c67x00_probe_sie(struct c67x00_sie *sie, in c67x00_probe_sie() 60 static void c67x00_remove_sie(struct c67x00_sie *sie) in c67x00_remove_sie() 75 struct c67x00_sie *sie; in c67x00_irq()
|
Completed in 8 milliseconds