Home
last modified time | relevance | path

Searched refs:hcd_irq (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dohci-da8xx.c377 int error, hcd_irq, oc_irq; in ohci_da8xx_probe() local
447 hcd_irq = platform_get_irq(pdev, 0); in ohci_da8xx_probe()
448 if (hcd_irq < 0) { in ohci_da8xx_probe()
453 error = usb_add_hcd(hcd, hcd_irq, 0); in ohci_da8xx_probe()
/drivers/usb/core/
Dhcd-pci.c177 int hcd_irq = 0; in usb_hcd_pci_probe() local
203 hcd_irq = dev->irq; in usb_hcd_pci_probe()
262 retval = usb_add_hcd(hcd, hcd_irq, IRQF_SHARED); in usb_hcd_pci_probe()
270 retval = usb_add_hcd(hcd, hcd_irq, IRQF_SHARED); in usb_hcd_pci_probe()