Searched refs:xhci_to_hcd (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-mem.c | 36 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() 473 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx() 543 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx() 571 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx() 631 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info() 849 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info() 1662 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc() 1727 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free() 1751 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_command() [all …]
|
| D | xhci-ext-caps.c | 30 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_create_intel_xhci_sw_pdev()
|
| D | xhci.c | 205 usb_asmedia_modifyflowcontrol(to_pci_dev(xhci_to_hcd(xhci)->self.controller)); in xhci_reset() 228 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_zero_64b_regs() 299 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_setup_msi() 309 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi() 325 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix() 348 "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msix() 359 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_setup_msix() 367 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() 381 free_irq(pci_irq_vector(pdev, i), xhci_to_hcd(xhci)); in xhci_cleanup_msix() 383 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix() [all …]
|
| D | xhci.h | 1935 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function 1941 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1943 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1945 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1947 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1949 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
| D | xhci-dbgcap.c | 963 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()
|
| D | xhci-debugfs.c | 122 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_debugfs_regset() 648 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_debugfs_init()
|
| D | xhci-ring.c | 670 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq() 671 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq() 685 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_unmap_td_bounce_buffer() 951 usb_hc_died(xhci_to_hcd(xhci)); in xhci_hc_died() 1575 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cavium_reset_phy_quirk() 1843 (td->urb->dev->tt->hub != xhci_to_hcd(xhci)->self.root_hub) && in xhci_clear_hub_tt_buffer() 3241 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_align_td() 3910 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx() 3914 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
|
| D | xhci-mtk.c | 381 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_mtk_quirks()
|
| D | xhci-trace.h | 93 udev = to_usb_device(xhci_to_hcd(xhci)->self.controller);
|
| D | xhci-hub.c | 652 pm_runtime_forbid(xhci_to_hcd(xhci)->self.controller); in xhci_enter_test_mode() 675 pm_runtime_allow(xhci_to_hcd(xhci)->self.controller); in xhci_exit_test_mode()
|