Searched refs:xhci_to_hcd (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 36 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_segment_alloc() 375 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_ring_alloc() 456 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_container_ctx() 526 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_free_stream_ctx() 551 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_ctx() 591 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_stream_info() 802 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_tt_info() 1615 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_alloc() 1679 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in scratchpad_free() 1703 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_alloc_command() [all …]
|
H A D | xhci-ext-caps.c | 30 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_create_intel_xhci_sw_pdev()
|
H A D | xhci-pci.c | 106 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_msix_sync_irqs() 119 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() 125 free_irq(pci_irq_vector(pdev, 0), xhci_to_hcd(xhci)); in xhci_cleanup_msix() 166 xhci_to_hcd(xhci)); in xhci_try_enable_msi()
|
H A D | xhci.h | 1699 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function 1729 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1731 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1733 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1735 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
H A D | xhci-ring.c | 771 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() 1330 usb_hc_died(xhci_to_hcd(xhci)); in xhci_hc_died() 1929 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cavium_reset_phy_quirk() 2184 (td->urb->dev->tt->hub != xhci_to_hcd(xhci)->self.root_hub) && in xhci_clear_hub_tt_buffer() 3518 struct device *dev = xhci_to_hcd(xhci)->self.sysdev; in xhci_align_td() 4205 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx() 4209 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
|