Home
last modified time | relevance | path

Searched refs:ehci_to_hcd (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci-mem.c167 dma_free_coherent (ehci_to_hcd(ehci)->self.controller, in ehci_mem_cleanup()
184 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init()
194 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init()
208 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init()
218 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init()
228 dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller, in ehci_mem_init()
Dehci-sched.c496 usb_hc_died(ehci_to_hcd(ehci)); in enable_periodic()
536 usb_hc_died(ehci_to_hcd(ehci)); in disable_periodic()
614 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->period in qh_link_periodic()
642 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->period in qh_unlink_periodic()
911 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit()
915 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in intr_submit()
936 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++; in intr_submit()
940 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in intr_submit()
1026 ehci_to_hcd(ehci)->self.root_hub)) in iso_stream_init()
1634 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb()
[all …]
Dehci-sysfs.c167 struct device *controller = ehci_to_hcd(ehci)->self.controller; in create_sysfs_files()
183 struct device *controller = ehci_to_hcd(ehci)->self.controller; in remove_sysfs_files()
Dehci-q.c187 ehci_to_hcd(ehci)->self.root_hub) { in ehci_clear_tt_buffer()
269 ehci_to_hcd(ehci)->self.bandwidth_int_reqs--; in ehci_urb_done()
295 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in ehci_urb_done()
297 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status); in ehci_urb_done()
920 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub) in qh_make()
1134 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in submit_async()
1138 rc = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in submit_async()
1144 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in submit_async()
Dehci-tegra.c472 struct usb_hcd *hcd = ehci_to_hcd(ehci); in controller_suspend()
496 struct usb_hcd *hcd = ehci_to_hcd(ehci); in controller_resume()
597 struct usb_hcd *hcd = ehci_to_hcd(tegra->ehci); in tegra_ehci_suspend()
816 struct usb_hcd *hcd = ehci_to_hcd(tegra->ehci); in tegra_ehci_remove()
851 struct usb_hcd *hcd = ehci_to_hcd(tegra->ehci); in tegra_ehci_hcd_shutdown()
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 )
760 pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller); in fill_registers_buffer()
1056 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
Dehci-fsl.c151 &ehci_to_hcd(ehci)->self); in usb_hcd_fsl_probe()
219 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_fsl_setup_phy()
253 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_fsl_usb_setup()
Dehci-hub.c54 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_handover_companion_ports()
143 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
199 usb_hcd_resume_root_hub(ehci_to_hcd(ehci)); in ehci_adjust_port_wakeup_flags()
833 mod_timer(&ehci_to_hcd(ehci)->rh_timer, in ehci_hub_control()
Dehci.h189 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci) in ehci_to_hcd() function
578 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt)
Dehci-pci.c241 ehci->debug = ehci_to_hcd(ehci)->regs + temp; in ehci_pci_setup()
Dehci-hcd.c515 (void) ehci_hub_control(ehci_to_hcd(ehci), in ehci_port_power()