Home
last modified time | relevance | path

Searched refs:amdtemp_intrhook (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/amdtemp/
H A Damdtemp.c226 static void amdtemp_intrhook(void *arg);
578 amdtemp_intrhook(dev); in amdtemp_attach()
579 sc->sc_ich.ich_func = amdtemp_intrhook; in amdtemp_attach()
590 amdtemp_intrhook(void *arg) in amdtemp_intrhook() function