Home
last modified time | relevance | path

Searched refs:xhci_to_hcd (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c36 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_segment_alloc()
429 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_ring_alloc()
530 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx()
615 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx()
643 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx()
686 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info()
909 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info()
1738 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc()
1803 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free()
1827 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_command()
[all …]
H A Dxhci-ext-caps.c30 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_create_intel_xhci_sw_pdev()
H A Dxhci.c203 usb_asmedia_modifyflowcontrol(to_pci_dev(xhci_to_hcd(xhci)->self.controller)); in xhci_reset()
225 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_zero_64b_regs()
300 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_setup_msi()
310 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi()
326 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix()
349 "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msix()
360 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_setup_msix()
368 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix()
382 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
384 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
[all …]
H A Dxhci.h1983 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function
1989 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1991 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1993 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1995 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1997 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
H A Dxhci-dbgcap.c963 dbc->dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_do_dbc_init()
1032 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_dbc_init()
1058 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_dbc_exit()
H A Dxhci-ring.c765 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq()
766 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq()
780 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_unmap_td_bounce_buffer()
1252 usb_hc_died(xhci_to_hcd(xhci)); in xhci_hc_died()
1878 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cavium_reset_phy_quirk()
2147 (td->urb->dev->tt->hub != xhci_to_hcd(xhci)->self.root_hub) && in xhci_clear_hub_tt_buffer()
3515 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_align_td()
4193 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx()
4197 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
H A Dxhci-debugfs.c122 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_debugfs_regset()
654 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_debugfs_init()
H A Dxhci-mtk.c374 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_mtk_quirks()
H A Dxhci-hub.c659 pm_runtime_forbid(xhci_to_hcd(xhci)->self.controller); in xhci_enter_test_mode()
682 pm_runtime_allow(xhci_to_hcd(xhci)->self.controller); in xhci_exit_test_mode()
H A Dxhci-trace.h91 udev = to_usb_device(xhci_to_hcd(xhci)->self.controller);