Home
last modified time | relevance | path

Searched refs:c67x00_sie (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/c67x00/
Dc67x00.h206 struct c67x00_sie { struct
210 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg); argument
252 struct c67x00_sie sie[C67X00_SIES];
264 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie);
265 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie);
269 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie);
270 void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits);
271 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie);
279 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port);
280 void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr);
[all …]
Dc67x00-ll-hpi.c235 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie) in c67x00_ll_hpi_enable_sofeop()
241 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie) in c67x00_ll_hpi_disable_sofeop()
274 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie) in c67x00_ll_get_usb_ctl()
282 void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits) in c67x00_ll_usb_clear_status()
287 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie) in c67x00_ll_usb_get_status()
320 static inline void c67x00_ll_husb_sie_init(struct c67x00_sie *sie) in c67x00_ll_husb_sie_init()
330 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port) in c67x00_ll_husb_reset()
342 void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr) in c67x00_ll_husb_set_current_td()
347 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie) in c67x00_ll_husb_get_current_td()
352 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie) in c67x00_ll_husb_get_frame()
[all …]
Dc67x00-hcd.h71 struct c67x00_sie *sie;
115 int c67x00_hcd_probe(struct c67x00_sie *sie);
116 void c67x00_hcd_remove(struct c67x00_sie *sie);
126 void c67x00_hcd_msg_received(struct c67x00_sie *sie, u16 msg);
Dc67x00-hcd.c47 static void c67x00_hub_reset_host_port(struct c67x00_sie *sie, int port) in c67x00_hub_reset_host_port()
64 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data()
84 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control()
250 static void c67x00_hcd_irq(struct c67x00_sie *sie, u16 int_status, u16 msg) in c67x00_hcd_irq()
343 int c67x00_hcd_probe(struct c67x00_sie *sie) in c67x00_hcd_probe()
405 void c67x00_hcd_remove(struct c67x00_sie *sie) in c67x00_hcd_remove()
Dc67x00-drv.c48 static void c67x00_probe_sie(struct c67x00_sie *sie, in c67x00_probe_sie()
74 static void c67x00_remove_sie(struct c67x00_sie *sie) in c67x00_remove_sie()
89 struct c67x00_sie *sie; in c67x00_irq()