Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dohci-da8xx.c378 int error, hcd_irq, oc_irq; in ohci_da8xx_probe() local
425 oc_irq = gpiod_to_irq(da8xx_ohci->oc_gpio); in ohci_da8xx_probe()
426 if (oc_irq < 0) { in ohci_da8xx_probe()
427 error = oc_irq; in ohci_da8xx_probe()
431 error = devm_request_threaded_irq(dev, oc_irq, NULL, in ohci_da8xx_probe()