Searched refs:intr_hook (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.c448 if (ppbdev->intr_hook == NULL)
451 ppbdev->intr_hook(ppbdev->intr_arg);
471 ppbdev->intr_hook = ihand;
491 ppbdev->intr_hook = NULL;
H A Dppbconf.h203 driver_intr_t *intr_hook; member in struct:ppb_device
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c126 struct intr_config_hook intr_hook; member in struct:bcm2835_audio_info
859 config_intrhook_disestablish(&sc->intr_hook);
908 sc->intr_hook.ich_func = bcm2835_audio_delayed_init;
909 sc->intr_hook.ich_arg = sc;
911 if (config_intrhook_establish(&sc->intr_hook) != 0)
/freebsd-11-stable/sys/arm/allwinner/
H A Daxp209.c605 struct intr_config_hook intr_hook; member in struct:axp2xx_softc
1264 config_intrhook_disestablish(&sc->intr_hook);
1335 sc->intr_hook.ich_func = axp2xx_start;
1336 sc->intr_hook.ich_arg = dev;
1338 if (config_intrhook_establish(&sc->intr_hook) != 0)

Completed in 124 milliseconds