Searched refs:ehci_to_hcd (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c163 dma_free_coherent (ehci_to_hcd(ehci)->self.controller,
180 ehci_to_hcd(ehci)->self.controller,
190 ehci_to_hcd(ehci)->self.controller,
204 ehci_to_hcd(ehci)->self.controller,
214 ehci_to_hcd(ehci)->self.controller,
224 dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller,
H A Dehci-q.c181 ehci_to_hcd(ehci)->self.root_hub) {
267 ehci_to_hcd(ehci)->self.bandwidth_int_reqs--;
292 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
294 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status);
429 && HC_IS_RUNNING (ehci_to_hcd(ehci)->state))) {
437 if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state))
915 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub)
990 ehci_to_hcd(ehci)->state = HC_STATE_RUNNING;
1127 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
1131 rc = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehc
[all...]
H A Dehci-sched.c472 ehci_to_hcd(ehci)->state = HC_STATE_RUNNING;
582 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->period
609 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->period
667 HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) {
875 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) {
879 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb);
900 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++;
904 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb);
990 ehci_to_hcd(ehci)->self.root_hub))
1647 ehci_to_hcd(ehc
[all...]
H A Dehci-hcd.c226 ehci_to_hcd(ehci)->state = HC_STATE_HALT;
275 ehci_to_hcd(ehci)->state = HC_STATE_HALT;
304 if (!HC_IS_RUNNING (ehci_to_hcd(ehci)->state))
352 && HC_IS_RUNNING(ehci_to_hcd(ehci)->state)) {
457 (void) ehci_hub_control(ehci_to_hcd(ehci),
492 if (HC_IS_RUNNING (ehci_to_hcd(ehci)->state) &&
932 if (!HC_IS_RUNNING(ehci_to_hcd(ehci)->state) && ehci->reclaim)
H A Dehci-hub.c53 struct usb_hcd *hcd = ehci_to_hcd(ehci);
121 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
177 usb_hcd_resume_root_hub(ehci_to_hcd(ehci));
547 i = device_create_file(ehci_to_hcd(ehci)->self.controller,
555 device_remove_file(ehci_to_hcd(ehci)->self.controller,
868 mod_timer(&ehci_to_hcd(ehci)->rh_timer,
H A Dehci-dbg.c22 dev_dbg (ehci_to_hcd(ehci)->self.controller , fmt , ## args )
24 dev_err (ehci_to_hcd(ehci)->self.controller , fmt , ## args )
26 dev_info (ehci_to_hcd(ehci)->self.controller , fmt , ## args )
28 dev_warn (ehci_to_hcd(ehci)->self.controller , fmt , ## args )
745 pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller);
1046 struct usb_bus *bus = &ehci_to_hcd(ehci)->self;
H A Dehci.h168 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci) function
555 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt)
H A Dehci-omap.c750 struct usb_hcd *hcd = ehci_to_hcd(omap->ehci);
773 struct usb_hcd *hcd = ehci_to_hcd(omap->ehci);
H A Dehci-fsl.c251 mpc83xx_usb_setup(ehci_to_hcd(ehci));
H A Dehci-pci.c249 ehci->debug = ehci_to_hcd(ehci)->regs + temp;

Completed in 108 milliseconds