Searched refs:usb_hcd (Results 26 - 43 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c40 static void ohci_rhsc_enable (struct usb_hcd *hcd)
147 struct usb_hcd *hcd = ohci_to_hcd (ohci);
291 static int ohci_bus_suspend (struct usb_hcd *hcd)
306 static int ohci_bus_resume (struct usb_hcd *hcd)
412 ohci_hub_status_data (struct usb_hcd *hcd, char *buf)
512 static int ohci_start_port_reset (struct usb_hcd *hcd, unsigned port)
599 struct usb_hcd *hcd,
H A Dohci-hcd.c84 static void ohci_stop (struct usb_hcd *hcd);
120 struct usb_hcd *hcd,
258 static int ohci_urb_dequeue (struct usb_hcd *hcd, struct urb *urb)
299 ohci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep)
353 static int ohci_get_frame (struct usb_hcd *hcd)
372 ohci_shutdown (struct usb_hcd *hcd)
392 struct usb_hcd *hcd = ohci_to_hcd(ohci);
467 struct usb_hcd *hcd = ohci_to_hcd(ohci);
637 static irqreturn_t ohci_irq (struct usb_hcd *hcd)
739 static void ohci_stop (struct usb_hcd *hc
[all...]
H A Dohci-pnx4008.c233 static int __devinit ohci_pnx4008_start(struct usb_hcd *hcd)
333 struct usb_hcd *hcd = 0;
444 struct usb_hcd *hcd = platform_get_drvdata(pdev);
H A Dehci-hcd.c516 ehci_shutdown (struct usb_hcd *hcd)
581 static void ehci_stop (struct usb_hcd *hcd)
632 static int ehci_init(struct usb_hcd *hcd)
727 static int ehci_run (struct usb_hcd *hcd)
802 static irqreturn_t ehci_irq (struct usb_hcd *hcd)
923 struct usb_hcd *hcd,
982 static int ehci_urb_dequeue (struct usb_hcd *hcd, struct urb *urb)
1058 ehci_endpoint_disable (struct usb_hcd *hcd, struct usb_host_endpoint *ep)
1121 static int ehci_get_frame (struct usb_hcd *hcd)
H A Dsl811-hcd.c87 struct usb_hcd *hcd = sl811_to_hcd(sl811);
642 static irqreturn_t sl811h_irq(struct usb_hcd *hcd)
809 struct usb_hcd *hcd,
972 static int sl811h_urb_dequeue(struct usb_hcd *hcd, struct urb *urb)
1039 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
1057 sl811h_get_frame(struct usb_hcd *hcd)
1073 sl811h_hub_status_data(struct usb_hcd *hcd, char *buf)
1222 struct usb_hcd *hcd,
1356 sl811h_bus_suspend(struct usb_hcd *hcd)
1364 sl811h_bus_resume(struct usb_hcd *hc
[all...]
H A Disp116x-hcd.c598 static irqreturn_t isp116x_irq(struct usb_hcd *hcd)
687 static int isp116x_urb_enqueue(struct usb_hcd *hcd,
843 static int isp116x_urb_dequeue(struct usb_hcd *hcd, struct urb *urb)
879 static void isp116x_endpoint_disable(struct usb_hcd *hcd,
898 static int isp116x_get_frame(struct usb_hcd *hcd)
913 static int isp116x_hub_status_data(struct usb_hcd *hcd, char *buf)
1007 static int isp116x_hub_control(struct usb_hcd *hcd,
1267 static int isp116x_reset(struct usb_hcd *hcd)
1297 static void isp116x_stop(struct usb_hcd *hcd)
1320 static int isp116x_start(struct usb_hcd *hc
[all...]
H A Du132-hcd.c226 static inline struct u132 *hcd_to_u132(struct usb_hcd *hcd)
231 static inline struct usb_hcd *u132_to_hcd(struct u132 *u132)
233 return container_of((void *)u132, struct usb_hcd, hcd_priv);
254 struct usb_hcd *hcd = u132_to_hcd(u132);
493 struct usb_hcd *hcd = u132_to_hcd(u132);
514 struct usb_hcd *hcd = u132_to_hcd(u132);
554 struct usb_hcd *hcd = u132_to_hcd(u132);
1525 struct usb_hcd *hcd = u132_to_hcd(u132)
1789 static void u132_hcd_stop(struct usb_hcd *hcd)
1806 static int u132_hcd_start(struct usb_hcd *hc
[all...]
H A Dehci.h180 static inline struct ehci_hcd *hcd_to_ehci (struct usb_hcd *hcd)
184 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci)
186 return container_of ((void *) ehci, struct usb_hcd, hcd_priv);
H A Dohci.h405 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd)
409 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci)
411 return container_of ((void *) ohci, struct usb_hcd, hcd_priv);
H A Dehci-hub.c35 static int ehci_bus_suspend (struct usb_hcd *hcd)
109 static int ehci_bus_resume (struct usb_hcd *hcd)
340 ehci_hub_status_data (struct usb_hcd *hcd, char *buf)
438 struct usb_hcd *hcd,
H A Duhci-hub.c184 static int uhci_hub_status_data(struct usb_hcd *hcd, char *buf)
239 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
H A Disp116x.h292 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd)
297 static inline struct usb_hcd *isp116x_to_hcd(struct isp116x *isp116x)
299 return container_of((void *)isp116x, struct usb_hcd, hcd_priv);
H A Dohci-dbg.c474 struct usb_hcd *hcd;
500 struct usb_hcd *hcd;
601 struct usb_hcd *hcd;
H A Dehci-dbg.c443 struct usb_hcd *hcd;
485 struct usb_hcd *hcd;
627 struct usb_hcd *hcd;
H A Duhci-q.c1377 static int uhci_urb_enqueue(struct usb_hcd *hcd,
1451 static int uhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb)
H A Dehci-sched.c37 static int ehci_get_frame (struct usb_hcd *hcd);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c188 static inline struct dummy *hcd_to_dummy (struct usb_hcd *hcd)
193 static inline struct usb_hcd *dummy_to_hcd (struct dummy *dum)
195 return container_of((void *) dum, struct usb_hcd, hcd_priv);
996 struct usb_hcd *hcd,
1035 static int dummy_urb_dequeue (struct usb_hcd *hcd, struct urb *urb)
1558 static int dummy_hub_status (struct usb_hcd *hcd, char *buf)
1603 struct usb_hcd *hcd,
1743 static int dummy_bus_suspend (struct usb_hcd *hcd)
1757 static int dummy_bus_resume (struct usb_hcd *hcd)
1810 struct usb_hcd *hc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c1435 struct usb_hcd *hcd;
1438 hcd = container_of(hub->hdev->bus, struct usb_hcd, self);

Completed in 100 milliseconds

12