Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c101 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_msix_sync_irqs()
115 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix()
126 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
128 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix()
144 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_setup_msi()
154 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi()
170 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix()
193 "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msix()
204 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_setup_msix()
215 pdev = to_pci_dev(xhci_to_hcd(xhc in xhci_try_enable_msi()
[all...]
H A Dxhci-mem.c37 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()
464 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx()
534 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx()
559 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx()
599 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info()
810 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info()
1626 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc()
1690 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free()
1714 struct device *dev = xhci_to_hcd(xhc 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.h1731 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function
1761 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1763 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1765 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
1767 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
H A 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()
H A Dxhci-ring.c795 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq()
796 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq()
810 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_unmap_td_bounce_buffer()
1348 usb_hc_died(xhci_to_hcd(xhci)); in xhci_hc_died()
1944 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cavium_reset_phy_quirk()
2213 (td->urb->dev->tt->hub != xhci_to_hcd(xhci)->self.root_hub) && in xhci_clear_hub_tt_buffer()
3620 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_align_td()
4312 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx()
4316 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
H A Dxhci-hub.c759 pm_runtime_forbid(xhci_to_hcd(xhci)->self.controller); in xhci_enter_test_mode()
782 pm_runtime_allow(xhci_to_hcd(xhci)->self.controller); in xhci_exit_test_mode()
H A Dxhci-mtk.c453 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_mtk_quirks()
H A Dxhci.c210 usb_asmedia_modifyflowcontrol(to_pci_dev(xhci_to_hcd(xhci)->self.controller)); in xhci_reset()
232 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_zero_64b_regs()
854 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_suspend()
968 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_resume()
3232 ret = xhci_check_args(xhci_to_hcd(xhci), udev, ep, 1, true, __func__); in xhci_check_streams_endpoint()
H A Dxhci-dbgcap.c1241 dev = xhci_to_hcd(xhci)->self.controller; in xhci_create_dbc_dev()