Searched refs:sc_irq_res (Results 1 – 4 of 4) sorted by relevance
148 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()
113 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()
480 struct resource *sc_irq_res; member
330 struct resource *sc_irq_res; member