Searched refs:xhci_irq (Results 1 – 4 of 4) sorted by relevance
174 int xhci_irq; member1007 tegra->xhci_irq = platform_get_irq(pdev, 0); in tegra_xusb_probe()1008 if (tegra->xhci_irq < 0) in tegra_xusb_probe()1009 return tegra->xhci_irq; in tegra_xusb_probe()1217 err = usb_add_hcd(tegra->hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()1237 err = usb_add_hcd(xhci->shared_hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
2061 irqreturn_t xhci_irq(struct usb_hcd *hcd);
2748 irqreturn_t xhci_irq(struct usb_hcd *hcd) in xhci_irq() function2838 return xhci_irq(hcd); in xhci_msi_irq()
5303 .irq = xhci_irq,