Searched refs:xhci_irq (Results 1 – 3 of 3) sorted by relevance
262 int xhci_irq; member1578 tegra->xhci_irq = platform_get_irq(pdev, 0); in tegra_xusb_probe()1579 if (tegra->xhci_irq < 0) in tegra_xusb_probe()1580 return tegra->xhci_irq; in tegra_xusb_probe()1811 err = usb_add_hcd(tegra->hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()1834 err = usb_add_hcd(xhci->shared_hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()1955 disable_irq(tegra->xhci_irq); in tegra_xusb_shutdown()
1871 irqreturn_t xhci_irq(struct usb_hcd *hcd);
3127 irqreturn_t xhci_irq(struct usb_hcd *hcd) in xhci_irq() function3175 return xhci_irq(hcd); in xhci_msi_irq()