/freebsd/sys/dev/quicc/ |
H A D | quicc_core.c | 142 INTR_TYPE_TTY, quicc_bfe_intr, NULL, sc, &sc->sc_icookie); in quicc_bfe_attach() 147 &sc->sc_icookie); in quicc_bfe_attach() 209 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in quicc_bfe_detach() 371 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in quicc_bus_setup_intr() 373 NULL, (driver_intr_t *)quicc_bfe_intr, sc, &sc->sc_icookie); in quicc_bus_setup_intr()
|
H A D | quicc_bfe.h | 44 void *sc_icookie; member
|
/freebsd/sys/dev/uart/ |
H A D | uart_core.c | 700 uart_intr, NULL, sc, &sc->sc_icookie); in uart_bus_attach() 706 (driver_intr_t *)uart_intr, sc, &sc->sc_icookie); in uart_bus_attach() 767 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in uart_bus_attach() 801 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in uart_bus_detach()
|
H A D | uart_bus.h | 88 void *sc_icookie; member
|
/freebsd/sys/powerpc/include/ |
H A D | openpicvar.h | 55 void *sc_icookie; member
|
/freebsd/sys/dev/puc/ |
H A D | puc_bfe.h | 59 void *sc_icookie; member
|
H A D | puc.c | 334 INTR_TYPE_TTY, puc_intr, NULL, sc, &sc->sc_icookie); in puc_bfe_attach() 338 (driver_intr_t *)puc_intr, sc, &sc->sc_icookie); in puc_bfe_attach() 371 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in puc_bfe_attach() 426 bus_teardown_intr(dev, sc->sc_ires, sc->sc_icookie); in puc_bfe_detach()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | lbc.h | 116 void *sc_icookie; member
|
H A D | atpic.c | 61 void *sc_icookie; member 217 NULL, atpic_intr, dev, &sc->sc_icookie); in atpic_isa_attach()
|
H A D | lbc.c | 506 &sc->sc_icookie); in lbc_attach()
|
/freebsd/sys/powerpc/pseries/ |
H A D | phyp_console.c | 60 void *sc_icookie; member 258 NULL, uart_phyp_intr, sc, &sc->sc_icookie); in uart_phyp_attach()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_console.c | 64 void *sc_icookie; member 310 NULL, uart_opal_intr, sc, &sc->sc_icookie); in uart_opal_attach()
|
/freebsd/sys/dev/cesa/ |
H A D | cesa.h | 227 void *sc_icookie; member
|
H A D | cesa.c | 1249 INTR_MPSAFE, NULL, cesa_intr, sc, &(sc->sc_icookie)); in cesa_attach_late() 1390 bus_teardown_intr(dev, sc->sc_res[RES_CESA_IRQ], sc->sc_icookie); in cesa_attach_late() 1438 bus_teardown_intr(dev, sc->sc_res[RES_CESA_IRQ], sc->sc_icookie); in cesa_detach()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | openpic.c | 121 openpic_intr, NULL, dev, &sc->sc_icookie); in openpic_common_attach()
|