Searched refs:pci_ih (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Denvyvar.h69 pci_intr_handle_t *pci_ih; member in struct:envy_softc
H A Denvy.c1711 sc->pci_ih = NULL;
1733 sc->pci_ih = pci_intr_establish(sc->pci_pc, ih, IPL_AUDIO | IPL_MPSAFE,
1735 if (sc->pci_ih == NULL) {
1767 if (sc->pci_ih != NULL) {
1768 pci_intr_disestablish(sc->pci_pc, sc->pci_ih);
1769 sc->pci_ih = NULL;

Completed in 186 milliseconds