Searched refs:intrhook (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pci/
H A Dich.c197 struct intr_config_hook intrhook; member in struct:sc_info
720 if (sc->intrhook.ich_func != NULL) {
721 config_intrhook_disestablish(&sc->intrhook);
722 sc->intrhook.ich_func = NULL;
1084 sc->intrhook.ich_func = ich_calibrate;
1085 sc->intrhook.ich_arg = sc;
1087 config_intrhook_establish(&sc->intrhook) != 0) {
1088 sc->intrhook.ich_func = NULL;
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h169 struct intr_config_hook intrhook; member in struct:hdac_softc
H A Dhdac.c1340 sc->intrhook.ich_func = hdac_attach2;
1341 sc->intrhook.ich_arg = (void *)sc;
1342 if (cold == 0 || config_intrhook_establish(&sc->intrhook) != 0) {
1343 sc->intrhook.ich_func = NULL;
1522 if (sc->intrhook.ich_func != NULL) {
1523 config_intrhook_disestablish(&sc->intrhook);
1524 sc->intrhook.ich_func = NULL;

Completed in 161 milliseconds