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

1 2 3 4

  /src/sys/arch/arm/imx/
imxclockvar.h 10 int sc_intr; member in struct:imxclock_softc
imxpwmvar.h 38 int sc_intr; member in struct:imxpwm_softc
imx51_pwm.c 67 sc->sc_intr = aa->aa_irq;
73 sc->sc_ih = intr_establish(sc->sc_intr, IPL_BIO, IST_LEVEL,
imx31_clock.c 89 sc->sc_intr = aipsa->aipsa_intr;
91 KASSERT((sc->sc_intr == IRQ_EPIT1) || (sc->sc_intr == IRQ_EPIT2));
  /src/sys/arch/arm/gemini/
gemini_ipivar.h 22 int sc_intr; member in struct:gemini_ipi_softc
gemini_timervar.h 56 int sc_intr; member in struct:geminitmr_softc
gemini_lpchcvar.h 33 int sc_intr; member in struct:gemini_lpchc_softc
  /src/sys/arch/evbarm/netwalker/
netwalker_btn.c 62 void *sc_intr[MOUSEBTN_NPINS]; member in struct:mousebtn_softc
159 sc->sc_intr[0] = intr_establish(GPIO1_BASE + ga->ga_offset,
161 if (sc->sc_intr[0] == NULL) {
165 sc->sc_intr[1] = intr_establish(GPIO1_BASE + ga->ga_offset + 1,
167 if (sc->sc_intr[1] == NULL) {
169 intr_disestablish(sc->sc_intr[0]);
191 if (sc->sc_intr[0] != NULL)
192 intr_disestablish(sc->sc_intr[0]);
193 if (sc->sc_intr[1] != NULL)
194 intr_disestablish(sc->sc_intr[1])
    [all...]
netwalker_lid.c 51 void *sc_intr; member in struct:netwalker_lid_softc
117 sc->sc_intr = intr_establish(GPIO3_IRQBASE + ga->ga_offset,
119 if (sc->sc_intr == NULL) {
145 if (sc->sc_intr != NULL)
146 intr_disestablish(sc->sc_intr);
netwalker_pwr.c 52 void *sc_intr; member in struct:netwalker_pwr_softc
118 sc->sc_intr = intr_establish(GPIO1_IRQBASE + ga->ga_offset,
120 if (sc->sc_intr == NULL) {
146 if (sc->sc_intr != NULL)
147 intr_disestablish(sc->sc_intr);
  /src/sys/arch/hp300/dev/
frodo.c 95 struct frodo_interhand sc_intr[FRODO_NINTR]; /* interrupt handlers */ member in struct:frodo_softc
165 memset(sc->sc_intr, 0, sizeof(sc->sc_intr));
249 if (sc->sc_intr[line].ih_fn != NULL) {
256 sc->sc_intr[line].ih_fn = func;
257 sc->sc_intr[line].ih_arg = arg;
258 sc->sc_intr[line].ih_isrpri = isrpri;
287 if (sc->sc_intr[line].ih_fn == NULL) {
293 sc->sc_intr[line].ih_fn = NULL;
304 if (sc->sc_intr[line].ih_fn != NULL &
    [all...]
  /src/sys/arch/arm/ep93xx/
epevar.h 45 int sc_intr; member in struct:epe_softc
  /src/sys/arch/atari/vme/
if_levar.h 59 struct intrhand *sc_intr; member in struct:le_softc
  /src/sys/arch/evbarm/g42xxeb/
gb225var.h 72 } sc_intr[N_OPIO_INTR]; member in struct:opio_softc
gb225.c 157 sc->sc_intr[i].func = NULL;
158 sc->sc_intr[i].reported_state = 0xff;
159 sc->sc_intr[i].last_state = 0xff;
202 sc->sc_intr[intr].arg = arg;
203 sc->sc_intr[intr].func = func;
205 return &sc->sc_intr[intr];
247 struct opio_intr_handler *p = &sc->sc_intr[intr];
g42xxeb_var.h 56 int sc_intr; member in struct:obio_softc
  /src/sys/arch/riscv/dev/
plicvar.h 51 struct plic_intrhand *sc_intr; member in struct:plic_softc
plic.c 84 ih = &sc->sc_intr[irq];
114 memset(&sc->sc_intr[irq], 0, sizeof(*sc->sc_intr));
128 struct plic_intrhand *ih = &sc->sc_intr[pending];
193 const size_t szintrs = sizeof(*sc->sc_intr) * sc->sc_ndev;
196 sc->sc_intr = kmem_zalloc(szintrs, KM_SLEEP);
201 kmem_free(sc->sc_intr, szintrs);
  /src/sys/dev/pad/
padvar.h 43 void (*sc_intr)(void *); member in struct:pad_softc
  /src/sys/dev/pci/
auviavar.h 37 void (*sc_intr)(void *); member in struct:auvia_softc_chan
  /src/sys/dev/sbus/
qecvar.h 36 struct openprom_intr *sc_intr; /* interrupt info */ member in struct:qec_softc
  /src/sys/dev/ofisa/
pckbc_ofisa.c 59 struct ofisa_intr_desc sc_intr[PCKBC_NSLOTS]; member in struct:pckbc_ofisa_softc
108 ofisa_intr_get(phandle, &osc->sc_intr[dce->value], 1);
152 rv = isa_intr_establish(osc->sc_ic, osc->sc_intr[slot].irq, osc->sc_intr[slot].share,
160 osc->sc_intr[slot].irq, pckbc_slot_names[slot]);
  /src/sys/arch/arc/jazz/
pckbc_jazzio.c 60 int sc_intr[PCKBC_NSLOTS]; member in struct:pckbc_jazzio_softc
133 jsc->sc_intr[PCKBC_KBD_SLOT] = ja->ja_intr;
134 jsc->sc_intr[PCKBC_AUX_SLOT] = PMS_INTR; /* XXX */
171 jazzio_intr_establish(jsc->sc_intr[slot], pckbcintr, sc);
  /src/sys/arch/mac68k/obio/
ascaudiovar.h 42 void *sc_intr; member in struct:ascaudio_softc
  /src/sys/arch/mips/rmi/
rmixl_pcixvar.h 77 rmixl_pcix_intr_t *sc_intr; member in struct:rmixl_pcix_softc

Completed in 32 milliseconds

1 2 3 4