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.c146 sc->sc_irq_res = res; in ehci_pci_attach()
196 if (sc->sc_irq_res != NULL) { in ehci_pci_detach()
197 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in ehci_pci_detach()
198 sc->sc_irq_res = NULL; in ehci_pci_detach()
Dxhci_pci.c115 sc->sc_irq_res = res; in xhci_pci_attach()
178 if (sc->sc_irq_res) { in xhci_pci_detach()
179 (void)bus_teardown_intr(sc->sc_irq_res->start, sc); in xhci_pci_detach()
180 sc->sc_irq_res = NULL; in xhci_pci_detach()
Dxhci.h479 struct resource *sc_irq_res; member
Dehci.h328 struct resource *sc_irq_res; member