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

/drivers/usb/c67x00/
H A 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);
H A Dc67x00.h198 * struct c67x00_sie - Common data associated with a SIE
206 struct c67x00_sie { struct
210 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg);
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 *si
[all...]
H A Dc67x00-ll-hpi.c235 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie)
241 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie)
274 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie)
282 void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits)
287 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie)
320 static inline void c67x00_ll_husb_sie_init(struct c67x00_sie *sie)
330 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port)
342 void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr)
347 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie)
352 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *si
[all...]
H A Dc67x00-hcd.c47 static void c67x00_hub_reset_host_port(struct c67x00_sie *sie, int port)
64 struct c67x00_sie *sie = c67x00->sie;
84 struct c67x00_sie *sie = c67x00->sie;
250 static void c67x00_hcd_irq(struct c67x00_sie *sie, u16 int_status, u16 msg)
343 int c67x00_hcd_probe(struct c67x00_sie *sie)
353 hcd = usb_create_hcd(&c67x00_hc_driver, sie_dev(sie), "c67x00_sie");
405 void c67x00_hcd_remove(struct c67x00_sie *sie)
H A Dc67x00-drv.c48 static void c67x00_probe_sie(struct c67x00_sie *sie,
74 static void c67x00_remove_sie(struct c67x00_sie *sie)
89 struct c67x00_sie *sie;

Completed in 237 milliseconds