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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c225 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie)
231 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie)
264 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie)
272 void c67x00_ll_usb_clear_status(struct c67x00_sie *sie, u16 bits)
277 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie)
310 static inline void c67x00_ll_husb_sie_init(struct c67x00_sie *sie)
320 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port)
332 void c67x00_ll_husb_set_current_td(struct c67x00_sie *sie, u16 addr)
337 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie)
342 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)
344 int c67x00_hcd_probe(struct c67x00_sie *sie)
354 hcd = usb_create_hcd(&c67x00_hc_driver, sie_dev(sie), "c67x00_sie");
404 void c67x00_hcd_remove(struct c67x00_sie *sie)
H A Dc67x00-drv.c47 static void c67x00_probe_sie(struct c67x00_sie *sie,
73 static void c67x00_remove_sie(struct c67x00_sie *sie)
88 struct c67x00_sie *sie;

Completed in 86 milliseconds