Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-mem.c36 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_segment_alloc()
377 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_ring_alloc()
472 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx()
542 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx()
570 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx()
613 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info()
828 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info()
1648 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc()
1713 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free()
1737 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_command()
[all …]
Dxhci-ext-caps.c30 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_create_intel_xhci_sw_pdev()
Dxhci.h1963 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function
1993 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1995 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1997 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1999 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
2001 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
Dxhci.c208 usb_asmedia_modifyflowcontrol(to_pci_dev(xhci_to_hcd(xhci)->self.controller)); in xhci_reset()
230 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_zero_64b_regs()
305 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_setup_msi()
315 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi()
331 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix()
354 "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msix()
365 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_setup_msix()
373 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix()
387 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
389 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
[all …]
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()
Dxhci-ring.c755 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq()
756 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq()
770 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_unmap_td_bounce_buffer()
1240 usb_hc_died(xhci_to_hcd(xhci)); in xhci_hc_died()
1818 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cavium_reset_phy_quirk()
2087 (td->urb->dev->tt->hub != xhci_to_hcd(xhci)->self.root_hub) && in xhci_clear_hub_tt_buffer()
3445 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_align_td()
4123 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx()
4127 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
Dxhci-mtk.c417 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_mtk_quirks()
Dxhci-trace.h91 udev = to_usb_device(xhci_to_hcd(xhci)->self.controller);
Dxhci-hub.c741 pm_runtime_forbid(xhci_to_hcd(xhci)->self.controller); in xhci_enter_test_mode()
764 pm_runtime_allow(xhci_to_hcd(xhci)->self.controller); in xhci_exit_test_mode()
Dxhci-dbgcap.c1029 dev = xhci_to_hcd(xhci)->self.controller; in xhci_create_dbc_dev()