Searched refs:ohci_to_hcd (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-mem.c38 ohci_to_hcd(ohci)->self.controller,
45 ohci_to_hcd(ohci)->self.controller,
H A Dohci-q.c52 ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs--;
53 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0) {
61 ohci_to_hcd(ohci)->self.bandwidth_int_reqs--;
70 usb_hcd_unlink_urb_from_ep(ohci_to_hcd(ohci), urb);
72 usb_hcd_giveback_urb(ohci_to_hcd(ohci), urb, status);
76 if (ohci_to_hcd(ohci)->self.bandwidth_isoc_reqs == 0
77 && ohci_to_hcd(ohci)->self.bandwidth_int_reqs == 0) {
160 ohci_to_hcd(ohci)->self.bandwidth_allocated += ed->load / ed->interval;
273 ohci_to_hcd(ohci)->self.bandwidth_allocated -= ed->load / ed->interval;
614 periodic = ohci_to_hcd(ohc
[all...]
H A Dohci-omap.c170 const unsigned port = ohci_to_hcd(ohci)->self.otg_port - 1;
199 ohci_to_hcd(ohci)->self.otg_port = config->otg;
201 ohci_to_hcd(ohci)->power_budget = 8;
216 &ohci_to_hcd(ohci)->self);
251 ohci_to_hcd(ohci)->power_budget = 250;
268 ohci_to_hcd(ohci)->power_budget = 0;
518 ohci_to_hcd(ohci)->state = HC_STATE_SUSPENDED;
H A Dohci.h465 static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci) function
477 dev_dbg (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
479 dev_err (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
481 dev_info (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
483 dev_warn (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
689 ohci_to_hcd(ohci)->state = HC_STATE_HALT;
H A Dohci-hub.c94 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
133 struct usb_hcd *hcd = ohci_to_hcd (ohci);
392 !device_may_wakeup(&ohci_to_hcd(ohci)
426 usb_hcd_resume_root_hub(ohci_to_hcd(ohci));
430 !ohci_to_hcd(ohci)->self.root_hub->
H A Dohci-ppc-of.c32 err("can't start %s", ohci_to_hcd(ohci)->self.bus_name);
H A Dohci-ppc-soc.c133 err("can't start %s", ohci_to_hcd(ohci)->self.bus_name);
H A Dohci-sm501.c226 ohci_to_hcd(ohci)->state = HC_STATE_SUSPENDED;
H A Dohci-omap3.c703 struct usb_hcd *hcd = ohci_to_hcd(omap->ohci);
719 struct usb_hcd *hcd = ohci_to_hcd(omap->ohci);
H A Dohci-pci.c271 pdev = to_pci_dev(ohci_to_hcd(ohci)->self.controller);
H A Dohci-dbg.c630 hcd = ohci_to_hcd(ohci);
690 HCD_POLL_RH(ohci_to_hcd(ohci)) ? "ON" : "off");
802 struct usb_bus *bus = &ohci_to_hcd(ohci)->self;
H A Dohci-hcd.c502 struct usb_hcd *hcd = ohci_to_hcd(ohci);
580 struct usb_hcd *hcd = ohci_to_hcd(ohci);

Completed in 53 milliseconds