Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mem.c38 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_segment_alloc()
382 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_ring_alloc()
463 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx()
533 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx()
558 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx()
598 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info()
808 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info()
1621 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc()
1685 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free()
1709 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-pci.c109 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_msix_sync_irqs()
122 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix()
128 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
172 xhci_to_hcd(xhci)); in xhci_try_enable_msi()
Dxhci.h1690 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function
1720 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1722 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1724 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1726 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
Dxhci-debugfs.c122 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_debugfs_regset()
655 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_debugfs_init()
Dxhci-ring.c771 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq()
772 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq()
786 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_unmap_td_bounce_buffer()
1285 usb_hc_died(xhci_to_hcd(xhci)); in xhci_hc_died()
1879 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cavium_reset_phy_quirk()
2134 (td->urb->dev->tt->hub != xhci_to_hcd(xhci)->self.root_hub) && in xhci_clear_hub_tt_buffer()
3480 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_align_td()
4153 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx()
4157 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
Dxhci-hub.c727 pm_runtime_forbid(xhci_to_hcd(xhci)->self.controller); in xhci_enter_test_mode()
750 pm_runtime_allow(xhci_to_hcd(xhci)->self.controller); in xhci_exit_test_mode()
Dxhci-mtk.c453 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_mtk_quirks()
Dxhci.c233 usb_asmedia_modifyflowcontrol(to_pci_dev(xhci_to_hcd(xhci)->self.controller)); in xhci_reset()
255 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_zero_64b_regs()
894 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_suspend()
1008 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_resume()
3269 ret = xhci_check_args(xhci_to_hcd(xhci), udev, ep, 1, true, __func__); in xhci_check_streams_endpoint()
Dxhci-dbgcap.c1296 dev = xhci_to_hcd(xhci)->self.controller; in xhci_create_dbc_dev()