Searched refs:hcd (Results 26 - 45 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dusb-control.h26 struct usb_hcd *hcd; member in struct:s3c2410_hcd_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hcd.c48 #include "../core/hcd.h"
84 static void ohci_stop (struct usb_hcd *hcd);
120 struct usb_hcd *hcd,
125 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
196 if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags)) {
200 if (!HC_IS_RUNNING(hcd->state)) {
258 static int ohci_urb_dequeue (struct usb_hcd *hcd, struct urb *urb) argument
260 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
268 if (HC_IS_RUNNING(hcd->state)) {
299 ohci_endpoint_disable (struct usb_hcd *hcd, struc argument
119 ohci_urb_enqueue( struct usb_hcd *hcd, struct usb_host_endpoint *ep, struct urb *urb, gfp_t mem_flags ) argument
353 ohci_get_frame(struct usb_hcd *hcd) argument
372 ohci_shutdown(struct usb_hcd *hcd) argument
392 struct usb_hcd *hcd = ohci_to_hcd(ohci); local
467 struct usb_hcd *hcd = ohci_to_hcd(ohci); local
637 ohci_irq(struct usb_hcd *hcd) argument
739 ohci_stop(struct usb_hcd *hcd) argument
[all...]
H A Dohci-hub.c39 /* hcd->hub_irq_enable() */
40 static void ohci_rhsc_enable (struct usb_hcd *hcd) argument
42 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
46 del_timer(&hcd->rh_timer); /* Prevent next poll */
147 struct usb_hcd *hcd = ohci_to_hcd (ohci); variable in typeref:struct:usb_hcd
157 if (hcd->state == HC_STATE_RESUMING) {
277 if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs)
291 static int ohci_bus_suspend (struct usb_hcd *hcd) argument
293 struct ohci_hcd *ohci = hcd_to_ohci (hcd);
306 ohci_bus_resume(struct usb_hcd *hcd) argument
412 ohci_hub_status_data(struct usb_hcd *hcd, char *buf) argument
512 ohci_start_port_reset(struct usb_hcd *hcd, unsigned port) argument
598 ohci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
[all...]
H A Disp116x-hcd.c74 #include "../core/hcd.h"
83 static const char hcd_name[] = "isp116x-hcd";
598 static irqreturn_t isp116x_irq(struct usb_hcd *hcd) argument
600 struct isp116x *isp116x = hcd_to_isp116x(hcd);
621 hcd->state = HC_STATE_HALT;
629 mod_timer(&hcd->rh_timer, jiffies
633 usb_hcd_resume_root_hub(hcd);
687 static int isp116x_urb_enqueue(struct usb_hcd *hcd, argument
691 struct isp116x *isp116x = hcd_to_isp116x(hcd);
717 if (!HC_IS_RUNNING(hcd
843 isp116x_urb_dequeue(struct usb_hcd *hcd, struct urb *urb) argument
879 isp116x_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
898 isp116x_get_frame(struct usb_hcd *hcd) argument
913 isp116x_hub_status_data(struct usb_hcd *hcd, char *buf) argument
1007 isp116x_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1267 isp116x_reset(struct usb_hcd *hcd) argument
1297 isp116x_stop(struct usb_hcd *hcd) argument
1320 isp116x_start(struct usb_hcd *hcd) argument
1414 isp116x_bus_suspend(struct usb_hcd *hcd) argument
1453 isp116x_bus_resume(struct usb_hcd *hcd) argument
1557 struct usb_hcd *hcd = platform_get_drvdata(pdev); local
1582 struct usb_hcd *hcd; local
[all...]
H A Dsl811-hcd.c55 #include "../core/hcd.h"
81 static const char hcd_name[] = "sl811-hcd";
87 struct usb_hcd *hcd = sl811_to_hcd(sl811); local
96 hcd->self.controller->power.power_state = PMSG_ON;
100 hcd->state = HC_STATE_HALT;
101 hcd->self.controller->power.power_state = PMSG_SUSPEND;
110 sl811->board->port_power(hcd->self.controller, is_on);
115 sl811->board->reset(hcd->self.controller);
642 static irqreturn_t sl811h_irq(struct usb_hcd *hcd) argument
644 struct sl811 *sl811 = hcd_to_sl811(hcd);
808 sl811h_urb_enqueue( struct usb_hcd *hcd, struct usb_host_endpoint *hep, struct urb *urb, gfp_t mem_flags ) argument
972 sl811h_urb_dequeue(struct usb_hcd *hcd, struct urb *urb) argument
1039 sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
1057 sl811h_get_frame(struct usb_hcd *hcd) argument
1073 sl811h_hub_status_data(struct usb_hcd *hcd, char *buf) argument
1221 sl811h_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
1356 sl811h_bus_suspend(struct usb_hcd *hcd) argument
1364 sl811h_bus_resume(struct usb_hcd *hcd) argument
1552 sl811h_stop(struct usb_hcd *hcd) argument
1565 sl811h_start(struct usb_hcd *hcd) argument
1627 struct usb_hcd *hcd = platform_get_drvdata(dev); local
1650 struct usb_hcd *hcd; local
1780 struct usb_hcd *hcd = platform_get_drvdata(dev); local
1801 struct usb_hcd *hcd = platform_get_drvdata(dev); local
[all...]
H A Dehci-hcd.c37 #include "../core/hcd.h"
84 * more checking to generic hcd framework (db). Make it work with
516 ehci_shutdown (struct usb_hcd *hcd) argument
520 ehci = hcd_to_ehci (hcd);
581 static void ehci_stop (struct usb_hcd *hcd) argument
583 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
599 if (HC_IS_RUNNING (hcd->state))
632 static int ehci_init(struct usb_hcd *hcd) argument
634 struct ehci_hcd *ehci = hcd_to_ehci(hcd);
727 static int ehci_run (struct usb_hcd *hcd) argument
802 ehci_irq(struct usb_hcd *hcd) argument
922 ehci_urb_enqueue( struct usb_hcd *hcd, struct usb_host_endpoint *ep, struct urb *urb, gfp_t mem_flags ) argument
982 ehci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb) argument
1058 ehci_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *ep) argument
1121 ehci_get_frame(struct usb_hcd *hcd) argument
[all...]
H A Duhci-hub.c184 static int uhci_hub_status_data(struct usb_hcd *hcd, char *buf) argument
186 struct uhci_hcd *uhci = hcd_to_uhci(hcd);
193 if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags) || uhci->dead)
204 usb_hcd_resume_root_hub(hcd);
239 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
242 struct uhci_hcd *uhci = hcd_to_uhci(hcd);
249 if (!test_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags) || uhci->dead)
269 if (to_pci_dev(hcd->self.controller)->vendor ==
H A Dohci-dbg.c340 /* caller MUST own hcd spinlock if verbose is set! */
474 struct usb_hcd *hcd; local
480 hcd = bus_to_hcd(bus);
481 ohci = hcd_to_ohci(hcd);
500 struct usb_hcd *hcd; local
513 hcd = bus_to_hcd(bus);
514 ohci = hcd_to_ohci(hcd);
601 struct usb_hcd *hcd; local
610 hcd = bus_to_hcd(bus);
611 ohci = hcd_to_ohci(hcd);
[all...]
H A Du132-hcd.c59 #include "../core/hcd.h"
226 static inline struct u132 *hcd_to_u132(struct usb_hcd *hcd) argument
228 return (struct u132 *)(hcd->hcd_priv);
254 struct usb_hcd *hcd = u132_to_hcd(u132); local
260 dev_warn(&u132->platform_dev->dev, "FREEING the hcd=%p and thus the u13"
261 "2=%p going=%d pdev=%p\n", hcd, u132, u132->going, pdev);
262 usb_put_hcd(hcd);
493 struct usb_hcd *hcd = u132_to_hcd(u132); local
497 usb_hc_died(hcd);
514 struct usb_hcd *hcd local
554 struct usb_hcd *hcd = u132_to_hcd(u132); local
1525 struct usb_hcd *hcd = u132_to_hcd(u132) local
1789 u132_hcd_stop(struct usb_hcd *hcd) argument
1806 u132_hcd_start(struct usb_hcd *hcd) argument
1847 u132_hcd_reset(struct usb_hcd *hcd) argument
2227 u132_urb_enqueue(struct usb_hcd *hcd, struct usb_host_endpoint *hep, struct urb *urb, gfp_t mem_flags) argument
2365 struct usb_hcd *hcd = u132_to_hcd(u132); local
2432 struct usb_hcd *hcd = u132_to_hcd(u132); local
2470 u132_urb_dequeue(struct usb_hcd *hcd, struct urb *urb) argument
2494 u132_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument
2509 u132_get_frame(struct usb_hcd *hcd) argument
2735 u132_hub_status_data(struct usb_hcd *hcd, char *buf) argument
2786 u132_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
2867 u132_start_port_reset(struct usb_hcd *hcd, unsigned port_num) argument
2881 u132_hub_irq_enable(struct usb_hcd *hcd) argument
2893 u132_hcd_suspend(struct usb_hcd *hcd, pm_message_t message) argument
2907 u132_hcd_resume(struct usb_hcd *hcd) argument
2921 u132_bus_suspend(struct usb_hcd *hcd) argument
2935 u132_bus_resume(struct usb_hcd *hcd) argument
2985 struct usb_hcd *hcd = platform_get_drvdata(pdev); local
3077 struct usb_hcd *hcd; local
3137 struct usb_hcd *hcd = platform_get_drvdata(pdev); local
3164 struct usb_hcd *hcd = platform_get_drvdata(pdev); local
[all...]
H A Dehci-dbg.c19 /* this file is part of ehci-hcd.c */
443 struct usb_hcd *hcd; local
453 hcd = bus_to_hcd(bus);
454 ehci = hcd_to_ehci (hcd);
485 struct usb_hcd *hcd; local
499 hcd = bus_to_hcd(bus);
500 ehci = hcd_to_ehci (hcd);
627 struct usb_hcd *hcd; local
636 hcd = bus_to_hcd(bus);
637 ehci = hcd_to_ehci (hcd);
[all...]
H A Dehci-hub.c19 /* this file is part of ehci-hcd.c */
37 static int ehci_bus_suspend (struct usb_hcd *hcd) argument
39 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
52 if (HC_IS_RUNNING(hcd->state)) {
54 hcd->state = HC_STATE_QUIESCING;
80 if (device_may_wakeup(&hcd->self.root_hub->dev))
95 hcd->state = HC_STATE_SUSPENDED;
99 if (!device_may_wakeup(&hcd->self.root_hub->dev))
111 static int ehci_bus_resume (struct usb_hcd *hcd) argument
113 struct ehci_hcd *ehci = hcd_to_ehci (hcd);
342 ehci_hub_status_data(struct usb_hcd *hcd, char *buf) argument
517 ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
[all...]
H A Dsl811.h158 static inline struct sl811 *hcd_to_sl811(struct usb_hcd *hcd) argument
160 return (struct sl811 *) (hcd->hcd_priv);
H A Duhci-hcd.h390 static inline struct uhci_hcd *hcd_to_uhci(struct usb_hcd *hcd) argument
392 return (struct uhci_hcd *) (hcd->hcd_priv);
H A Dehci.h181 static inline struct ehci_hcd *hcd_to_ehci (struct usb_hcd *hcd) argument
183 return (struct ehci_hcd *) (hcd->hcd_priv);
H A Dohci.h28 /* info bits defined by hcd */
325 /* hcd-private per-urb state */
357 * hcd adds to schedule for a live hc any time, but removals finish
404 /* convert between an hcd pointer and the corresponding ohci_hcd */
405 static inline struct ohci_hcd *hcd_to_ohci (struct usb_hcd *hcd) argument
407 return (struct ohci_hcd *) (hcd->hcd_priv);
H A Disp116x.h292 static inline struct isp116x *hcd_to_isp116x(struct usb_hcd *hcd) argument
294 return (struct isp116x *)(hcd->hcd_priv);
H A Duhci-q.c1377 static int uhci_urb_enqueue(struct usb_hcd *hcd, argument
1382 struct uhci_hcd *uhci = hcd_to_uhci(hcd);
1451 static int uhci_urb_dequeue(struct usb_hcd *hcd, struct urb *urb) argument
1453 struct uhci_hcd *uhci = hcd_to_uhci(hcd);
H A Dehci-sched.c20 /* this file is part of ehci-hcd.c */
37 static int ehci_get_frame (struct usb_hcd *hcd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Ddummy_hcd.c60 #include "../core/hcd.h"
188 static inline struct dummy *hcd_to_dummy (struct usb_hcd *hcd) argument
190 return (struct dummy *) (hcd->hcd_priv);
892 /* The gadget structure is stored inside the hcd structure and will be
985 * this uses the hcd framework to hook up to host side drivers.
996 struct usb_hcd *hcd,
1013 dum = hcd_to_dummy (hcd);
1035 static int dummy_urb_dequeue (struct usb_hcd *hcd, struct urb *urb) argument
1042 dum = hcd_to_dummy (hcd);
1558 static int dummy_hub_status (struct usb_hcd *hcd, cha argument
995 dummy_urb_enqueue( struct usb_hcd *hcd, struct usb_host_endpoint *ep, struct urb *urb, gfp_t mem_flags ) argument
1602 dummy_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
1743 dummy_bus_suspend(struct usb_hcd *hcd) argument
1757 dummy_bus_resume(struct usb_hcd *hcd) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c31 #include "hcd.h"
810 * maxpktsize is defined in hcd.c's fake endpoint descriptors
1223 /* deallocate hcd/hardware state ... nuking all pending urbs and
1435 struct usb_hcd *hcd; local
1438 hcd = container_of(hub->hdev->bus, struct usb_hcd, self);
1439 return hcd->wireless;
2953 /* this requires hcd-specific logic; see OHCI hc_restart() */

Completed in 132 milliseconds

12