Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dohci-da8xx.c377 int error, hcd_irq, oc_irq; in ohci_da8xx_probe() local
424 oc_irq = gpiod_to_irq(da8xx_ohci->oc_gpio); in ohci_da8xx_probe()
425 if (oc_irq < 0) { in ohci_da8xx_probe()
426 error = oc_irq; in ohci_da8xx_probe()
430 error = devm_request_threaded_irq(dev, oc_irq, NULL, in ohci_da8xx_probe()