Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-tegra.c225 int xhci_irq; member
1343 tegra->xhci_irq = platform_get_irq(pdev, 0); in tegra_xusb_probe()
1344 if (tegra->xhci_irq < 0) in tegra_xusb_probe()
1345 return tegra->xhci_irq; in tegra_xusb_probe()
1570 err = usb_add_hcd(tegra->hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
1590 err = usb_add_hcd(xhci->shared_hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
H A Dxhci-ring.c3083 irqreturn_t xhci_irq(struct usb_hcd *hcd) in xhci_irq() function
3169 return xhci_irq(hcd); in xhci_msi_irq()
H A Dxhci.h2129 irqreturn_t xhci_irq(struct usb_hcd *hcd);
H A Dxhci.c5376 .irq = xhci_irq,