Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c148 sc->sc_irq_res = res; in ehci_pci_attach()
198 if (sc->sc_irq_res != NULL) { in ehci_pci_detach()
199 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in ehci_pci_detach()
200 sc->sc_irq_res = NULL; in ehci_pci_detach()
Dxhci_pci.c113 sc->sc_irq_res = res; in xhci_pci_attach()
176 if (sc->sc_irq_res) { in xhci_pci_detach()
177 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in xhci_pci_detach()
178 sc->sc_irq_res = NULL; in xhci_pci_detach()
Dxhci.h480 struct resource *sc_irq_res; member
Dehci.h330 struct resource *sc_irq_res; member