Searched refs:xhci_to_hcd (Results 1 – 5 of 5) sorted by relevance
/drivers/usb/host/ |
D | xhci.h | 1694 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function 1700 dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1702 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1704 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1706 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1708 dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
D | xhci-trace.h | 95 udev = to_usb_device(xhci_to_hcd(xhci)->self.controller);
|
D | xhci.c | 221 xhci_to_hcd(xhci)); in xhci_free_msi() 231 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_setup_msi() 241 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi() 257 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_free_irq() 261 if (xhci_to_hcd(xhci)->irq > 0) in xhci_free_irq() 268 free_irq(pdev->irq, xhci_to_hcd(xhci)); in xhci_free_irq() 279 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix() 315 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msix() 336 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() 376 pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_try_enable_msi() [all …]
|
D | xhci-ring.c | 687 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq() 688 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq() 965 usb_hc_died(xhci_to_hcd(xhci)); in xhci_stop_endpoint_command_watchdog() 1304 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_handle_command_timeout() 1564 hcd = xhci_to_hcd(xhci); in handle_port_status() 1928 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in finish_td() 1929 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in finish_td() 3907 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx() 3911 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
|
D | xhci-mem.c | 577 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_free_stream_ctx() 605 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_alloc_stream_ctx() 1697 struct device *dev = xhci_to_hcd(xhci)->self.controller; in scratchpad_alloc() 1769 struct device *dev = xhci_to_hcd(xhci)->self.controller; in scratchpad_free() 1845 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_mem_cleanup() 2410 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_mem_init()
|