Searched refs:ehci_to_hcd (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | ehci-mem.c | 149 dma_free_coherent (ehci_to_hcd(ehci)->self.controller, in ehci_mem_cleanup() 166 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init() 176 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init() 190 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init() 200 ehci_to_hcd(ehci)->self.controller, in ehci_mem_init() 210 dma_alloc_coherent (ehci_to_hcd(ehci)->self.controller, in ehci_mem_init()
|
D | ehci-sched.c | 601 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic() 639 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic() 945 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit() 949 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in intr_submit() 979 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++; in intr_submit() 983 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in intr_submit() 1106 ehci_to_hcd(ehci)->self.root_hub)) in iso_stream_init() 1516 ehci_to_hcd(ehci), urb->ep))) { in iso_stream_schedule() 1780 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb() 1783 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb() [all …]
|
D | ehci.h | 275 static inline struct usb_hcd *ehci_to_hcd (struct ehci_hcd *ehci) in ehci_to_hcd() function 652 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) 854 dev_dbg(ehci_to_hcd(ehci)->self.controller , fmt , ## args) 856 dev_err(ehci_to_hcd(ehci)->self.controller , fmt , ## args) 858 dev_info(ehci_to_hcd(ehci)->self.controller , fmt , ## args) 860 dev_warn(ehci_to_hcd(ehci)->self.controller , fmt , ## args)
|
D | ehci-sysfs.c | 164 struct device *controller = ehci_to_hcd(ehci)->self.controller; in create_sysfs_files() 180 struct device *controller = ehci_to_hcd(ehci)->self.controller; in remove_sysfs_files()
|
D | ehci-q.c | 180 ehci_to_hcd(ehci)->self.root_hub) { in ehci_clear_tt_buffer() 253 ehci_to_hcd(ehci)->self.bandwidth_int_reqs--; in ehci_urb_done() 275 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in ehci_urb_done() 276 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status); in ehci_urb_done() 897 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub) in qh_make() 1124 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in submit_async() 1128 rc = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in submit_async() 1134 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in submit_async()
|
D | ehci-hub.c | 51 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_handover_companion_ports() 169 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags() 219 usb_hcd_resume_root_hub(ehci_to_hcd(ehci)); in ehci_adjust_port_wakeup_flags() 1029 mod_timer(&ehci_to_hcd(ehci)->rh_timer, in ehci_hub_control() 1316 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_port_power()
|
D | ehci-fsl.c | 160 &ehci_to_hcd(ehci)->self); in fsl_ehci_drv_probe() 262 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_fsl_usb_setup()
|
D | ehci-hcd.c | 216 synchronize_irq(ehci_to_hcd(ehci)->irq); in ehci_halt() 249 if (ehci->debug && !dbgp_reset_prep(ehci_to_hcd(ehci))) in ehci_reset() 272 dbgp_external_startup(ehci_to_hcd(ehci)); in ehci_reset()
|
D | ehci-dbg.c | 827 pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller); in fill_registers_buffer() 1052 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
|