Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/
H A Dtegra_ehci.c77 struct resource *ehci_irq_res; /* EHCI core IRQ. */ member
129 if (sc->ehci_irq_res != NULL) in tegra_ehci_detach()
131 sc->ehci_irq_res); in tegra_ehci_detach()
167 sc->ehci_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in tegra_ehci_attach()
169 if (sc->ehci_irq_res == NULL) { in tegra_ehci_attach()
254 rv = bus_setup_intr(dev, sc->ehci_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, in tegra_ehci_attach()
/freebsd/sys/dev/usb/controller/
H A Dehci_imx.c265 struct resource *ehci_irq_res; /* EHCI core IRQ. */ member
325 if (sc->ehci_irq_res != NULL) in imx_ehci_detach()
327 sc->ehci_irq_res); in imx_ehci_detach()
390 sc->ehci_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in imx_ehci_attach()
392 if (sc->ehci_irq_res == NULL) { in imx_ehci_attach()
426 err = bus_setup_intr(dev, sc->ehci_irq_res, INTR_TYPE_BIO | INTR_MPSAFE, in imx_ehci_attach()