Searched refs:xhci_to_hcd (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/host/ |
D | xhci.h | 1548 static inline struct usb_hcd *xhci_to_hcd(struct xhci_hcd *xhci) in xhci_to_hcd() function 1560 do { if (XHCI_DEBUG) dev_dbg(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0) 1562 do { if (XHCI_DEBUG) dev_info(xhci_to_hcd(xhci)->self.controller , fmt , ## args); } while (0) 1564 dev_err(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1566 dev_warn(xhci_to_hcd(xhci)->self.controller , fmt , ## args) 1568 dev_warn_ratelimited(xhci_to_hcd(xhci)->self.controller , fmt , ## args)
|
D | xhci.c | 203 xhci_to_hcd(xhci)); in xhci_free_msi() 213 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_setup_msi() 222 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msi() 237 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_free_irq() 241 if (xhci_to_hcd(xhci)->irq > 0) in xhci_free_irq() 248 free_irq(pdev->irq, xhci_to_hcd(xhci)); in xhci_free_irq() 259 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_setup_msix() 294 0, "xhci_hcd", xhci_to_hcd(xhci)); in xhci_setup_msix() 315 struct usb_hcd *hcd = xhci_to_hcd(xhci); in xhci_cleanup_msix() 345 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_try_enable_msi() [all …]
|
D | xhci-ring.c | 389 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_cancel_cmd() 722 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in xhci_giveback_urb_in_irq() 723 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_giveback_urb_in_irq() 990 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_stop_endpoint_command_watchdog() 1612 hcd = xhci_to_hcd(xhci); in handle_port_status() 1962 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs--; in finish_td() 1963 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs in finish_td() 3761 if (xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs == 0) { in xhci_queue_isoc_tx() 3765 xhci_to_hcd(xhci)->self.bandwidth_isoc_reqs++; in xhci_queue_isoc_tx()
|
D | xhci-mem.c | 422 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_free_stream_ctx() 450 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_alloc_stream_ctx() 1614 struct device *dev = xhci_to_hcd(xhci)->self.controller; in scratchpad_alloc() 1685 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in scratchpad_free() 1761 struct pci_dev *pdev = to_pci_dev(xhci_to_hcd(xhci)->self.controller); in xhci_mem_cleanup() 2256 struct device *dev = xhci_to_hcd(xhci)->self.controller; in xhci_mem_init()
|