Home
last modified time | relevance | path

Searched refs:xhci_irq (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-tegra.c225 int xhci_irq; member
1336 tegra->xhci_irq = platform_get_irq(pdev, 0); in tegra_xusb_probe()
1337 if (tegra->xhci_irq < 0) in tegra_xusb_probe()
1338 return tegra->xhci_irq; in tegra_xusb_probe()
1563 err = usb_add_hcd(tegra->hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
1583 err = usb_add_hcd(xhci->shared_hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
Dxhci-ring.c2831 irqreturn_t xhci_irq(struct usb_hcd *hcd) in xhci_irq() function
2911 return xhci_irq(hcd); in xhci_msi_irq()
Dxhci.h2078 irqreturn_t xhci_irq(struct usb_hcd *hcd);
Dxhci.c5316 .irq = xhci_irq,