Searched refs:sc_icookie (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/dev/quicc/
H A Dquicc_bfe.h46 void *sc_icookie; member in struct:quicc_softc
H A Dquicc_core.c146 INTR_TYPE_TTY, quicc_bfe_intr, NULL, sc, &sc->sc_icookie);
151 &sc->sc_icookie);
213 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie);
375 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie);
377 NULL, (driver_intr_t *)quicc_bfe_intr, sc, &sc->sc_icookie);
/freebsd-13-stable/sys/dev/puc/
H A Dpuc_bfe.h62 void *sc_icookie; member in struct:puc_softc
H A Dpuc.c337 INTR_TYPE_TTY, puc_intr, NULL, sc, &sc->sc_icookie);
341 (driver_intr_t *)puc_intr, sc, &sc->sc_icookie);
374 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie);
432 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie);
/freebsd-13-stable/sys/powerpc/include/
H A Dopenpicvar.h57 void *sc_icookie; member in struct:openpic_softc
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.h118 void *sc_icookie; member in struct:lbc_softc
H A Datpic.c64 void *sc_icookie; member in struct:atpic_softc
222 NULL, atpic_intr, dev, &sc->sc_icookie);
H A Dlbc.c502 &sc->sc_icookie);
/freebsd-13-stable/sys/dev/uart/
H A Duart_bus.h88 void *sc_icookie; member in struct:uart_softc
H A Duart_core.c696 uart_intr, NULL, sc, &sc->sc_icookie);
702 (driver_intr_t *)uart_intr, sc, &sc->sc_icookie);
758 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie);
792 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie);
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_console.c62 void *sc_icookie; member in struct:uart_phyp_softc
260 NULL, uart_phyp_intr, sc, &sc->sc_icookie);
/freebsd-13-stable/sys/dev/cesa/
H A Dcesa.h232 void *sc_icookie; member in struct:cesa_softc
H A Dcesa.c1253 INTR_MPSAFE, NULL, cesa_intr, sc, &(sc->sc_icookie));
1394 bus_teardown_intr(dev, sc->sc_res[RES_CESA_IRQ], sc->sc_icookie);
1442 bus_teardown_intr(dev, sc->sc_res[RES_CESA_IRQ], sc->sc_icookie);
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_console.c66 void *sc_icookie; member in struct:uart_opal_softc
312 NULL, uart_opal_intr, sc, &sc->sc_icookie);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dopenpic.c125 openpic_intr, NULL, dev, &sc->sc_icookie);

Completed in 204 milliseconds