Searched refs:ehci_to_hcd (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-mem.c | 128 dma_free_coherent(ehci_to_hcd(ehci)->self.sysdev, in ehci_mem_cleanup() 145 ehci_to_hcd(ehci)->self.sysdev, in ehci_mem_init() 155 ehci_to_hcd(ehci)->self.sysdev, in ehci_mem_init() 169 ehci_to_hcd(ehci)->self.sysdev, in ehci_mem_init() 179 ehci_to_hcd(ehci)->self.sysdev, in ehci_mem_init() 189 dma_alloc_coherent(ehci_to_hcd(ehci)->self.sysdev, in ehci_mem_init()
|
D | ehci-sched.c | 590 ehci_to_hcd(ehci)->self.bandwidth_allocated += qh->ps.bw_period in qh_link_periodic() 628 ehci_to_hcd(ehci)->self.bandwidth_allocated -= qh->ps.bw_period in qh_unlink_periodic() 934 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in intr_submit() 938 status = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in intr_submit() 969 ehci_to_hcd(ehci)->self.bandwidth_int_reqs++; in intr_submit() 973 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in intr_submit() 1091 ehci_to_hcd(ehci)->self.root_hub)) in iso_stream_init() 1501 ehci_to_hcd(ehci), urb->ep))) { in iso_stream_schedule() 1765 ehci_to_hcd(ehci)->self.bandwidth_allocated in itd_link_urb() 1768 if (ehci_to_hcd(ehci)->self.bandwidth_isoc_reqs == 0) { in itd_link_urb() [all …]
|
D | ehci.h | 266 static inline struct usb_hcd *ehci_to_hcd(struct ehci_hcd *ehci) in ehci_to_hcd() function 651 #define ehci_is_TDI(e) (ehci_to_hcd(e)->has_tt) 860 dev_dbg(ehci_to_hcd(ehci)->self.controller, fmt, ## args) 862 dev_err(ehci_to_hcd(ehci)->self.controller, fmt, ## args) 864 dev_info(ehci_to_hcd(ehci)->self.controller, fmt, ## args) 866 dev_warn(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
|
D | ehci-sysfs.c | 151 struct device *controller = ehci_to_hcd(ehci)->self.controller; in create_sysfs_files() 167 struct device *controller = ehci_to_hcd(ehci)->self.controller; in remove_sysfs_files()
|
D | ehci-q.c | 171 ehci_to_hcd(ehci)->self.root_hub) { in ehci_clear_tt_buffer() 244 ehci_to_hcd(ehci)->self.bandwidth_int_reqs--; in ehci_urb_done() 266 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in ehci_urb_done() 267 usb_hcd_giveback_urb(ehci_to_hcd(ehci), urb, status); in ehci_urb_done() 891 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub) in qh_make() 1118 if (unlikely(!HCD_HW_ACCESSIBLE(ehci_to_hcd(ehci)))) { in submit_async() 1122 rc = usb_hcd_link_urb_to_ep(ehci_to_hcd(ehci), urb); in submit_async() 1128 usb_hcd_unlink_urb_from_ep(ehci_to_hcd(ehci), urb); in submit_async()
|
D | ehci-hub.c | 40 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_handover_companion_ports() 158 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags() 208 usb_hcd_resume_root_hub(ehci_to_hcd(ehci)); in ehci_adjust_port_wakeup_flags() 1044 mod_timer(&ehci_to_hcd(ehci)->rh_timer, in ehci_hub_control() 1337 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_port_power()
|
D | ehci-fsl.c | 148 &ehci_to_hcd(ehci)->self); in fsl_ehci_drv_probe() 253 struct usb_hcd *hcd = ehci_to_hcd(ehci); in ehci_fsl_usb_setup()
|
D | ehci-hcd.c | 203 synchronize_irq(ehci_to_hcd(ehci)->irq); in ehci_halt() 236 if (ehci->debug && !dbgp_reset_prep(ehci_to_hcd(ehci))) in ehci_reset() 259 dbgp_external_startup(ehci_to_hcd(ehci)); in ehci_reset()
|
D | ehci-dbg.c | 803 pdev = to_pci_dev(ehci_to_hcd(ehci)->self.controller); in fill_registers_buffer() 1028 struct usb_bus *bus = &ehci_to_hcd(ehci)->self; in create_debug_files()
|