Searched refs:sc_irq_res (Results 1 – 4 of 4) sorted by relevance
146 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()
115 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()
479 struct resource *sc_irq_res; member
328 struct resource *sc_irq_res; member