HomeSort by: relevance | last modified time | path
    Searched refs:sc_ih (Results 1 - 25 of 623) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/evbarm/ifpga/
plcom_ifpgavar.h 39 void *sc_ih; member in struct:plcom_ifpga_softc
  /src/sys/arch/arm/imx/
imxclockvar.h 14 void *sc_ih; /* interrupt handler */ member in struct:imxclock_softc
imxpwmvar.h 39 void *sc_ih; member in struct:imxpwm_softc
  /src/sys/arch/arm/xscale/
iopi2cvar.h 46 void *sc_ih; member in struct:iopiic_softc
becc_button.c 65 void *sc_ih; member in struct:beccbut_softc
119 sc->sc_ih = becc_intr_establish(ICU_PUSHBUTTON, IPL_TTY,
121 if (sc->sc_ih == NULL)
  /src/sys/arch/acorn32/podulebus/
ascvar.h 46 void *sc_ih; member in struct:asc_softc
coscvar.h 47 void *sc_ih; member in struct:cosc_softc
  /src/sys/arch/arm/at91/
at91twivar.h 44 void *sc_ih; /* interrupt handle */ member in struct:at91twi_softc
  /src/sys/arch/macppc/dev/
espvar.h 36 struct intrhand sc_ih; /* intr handler */ member in struct:esp_softc
  /src/sys/dev/ic/
wevar.h 33 void *sc_ih; /* interrupt handle */ member in struct:we_softc
  /src/sys/dev/isa/
if_levar.h 50 void *sc_ih; member in struct:le_softc
  /src/sys/dev/mca/
espvar.h 42 void *sc_ih; member in struct:esp_softc
  /src/sys/dev/pci/
siop_pci_common.h 48 void *sc_ih; /* PCI interrupt handle */ member in struct:siop_pci_common_softc
if_ath_pci.c 98 void *sc_ih; member in struct:ath_pci_softc
128 if (sc->sc_ih != NULL) {
129 pci_intr_disestablish(sc->sc_pc, sc->sc_ih);
130 sc->sc_ih = NULL;
141 sc->sc_ih = pci_intr_establish_xname(sc->sc_pc, sc->sc_pih, IPL_NET,
143 if (sc->sc_ih == NULL) {
201 psc->sc_ih = pci_intr_establish_xname(pc, psc->sc_pih, IPL_NET,
203 if (psc->sc_ih == NULL) {
220 pci_intr_disestablish(pc, psc->sc_ih);
221 psc->sc_ih = NULL
    [all...]
amdpmvar.h 52 void *sc_ih; member in struct:amdpm_softc
svvar.h 37 void *sc_ih; /* interrupt vectoring */ member in struct:sv_softc
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_netbsd.h 41 void *sc_ih; member in struct:vchiq_softc
  /src/sys/dev/virtio/
virtio_mmiovar.h 42 void *sc_ih; member in struct:virtio_mmio_softc
  /src/sys/dev/cardbus/
fwohci_cardbus.c 61 void *sc_ih; member in struct:fwohci_cardbus_softc
124 sc->sc_ih = Cardbus_intr_establish(ct, IPL_BIO, fwohci_intr, sc);
125 if (sc->sc_ih == NULL) {
132 Cardbus_intr_disestablish(ct, sc->sc_ih);
133 sc->sc_ih = NULL;
148 if (sc->sc_ih != NULL) {
149 Cardbus_intr_disestablish(ct, sc->sc_ih);
150 sc->sc_ih = NULL;
ohci_cardbus.c 82 void *sc_ih; /* interrupt vectoring */ member in struct:ohci_cardbus_softc
143 sc->sc_ih = Cardbus_intr_establish(ct, IPL_USB, ohci_intr, sc);
144 if (sc->sc_ih == NULL) {
154 Cardbus_intr_disestablish(ct, sc->sc_ih);
155 sc->sc_ih = 0;
211 if (sc->sc_ih != NULL) {
212 Cardbus_intr_disestablish(ct, sc->sc_ih);
213 sc->sc_ih = NULL;
  /src/sys/arch/arm/gemini/
gemini_ipivar.h 23 void *sc_ih; member in struct:gemini_ipi_softc
  /src/sys/arch/algor/dev/
lpt_mainbus.c 53 void *sc_ih; /* interrupt handler */ member in struct:lpt_mainbus_softc
95 sc->sc_ih = (*algor_intr_establish)(ma->ma_irq, lptintr, sc);
96 if (msc->sc_ih == NULL) {
  /src/sys/arch/evbarm/hdl_g/
com_obio.c 52 void *sc_ih; member in struct:com_obio_softc
91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL,
93 if (osc->sc_ih == NULL)
  /src/sys/arch/evbarm/iq80310/
com_obio.c 51 void *sc_ih; member in struct:com_obio_softc
89 osc->sc_ih = iq80310_intr_establish(oba->oba_irq, IPL_SERIAL,
91 if (osc->sc_ih == NULL)
  /src/sys/arch/evbarm/iq80321/
com_obio.c 52 void *sc_ih; member in struct:com_obio_softc
91 osc->sc_ih = i80321_intr_establish(oba->oba_irq, IPL_SERIAL,
93 if (osc->sc_ih == NULL)

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>