Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/amdtemp/
H A Damdtemp.c214 static int amdtemp_sysctl(SYSCTL_HANDLER_ARGS);
514 dev, CORE0_SENSOR0, amdtemp_sysctl, "IK", in amdtemp_attach()
526 dev, CORE0_SENSOR1, amdtemp_sysctl, "IK", in amdtemp_attach()
539 dev, CORE1_SENSOR0, amdtemp_sysctl, "IK", in amdtemp_attach()
546 dev, CORE1_SENSOR1, amdtemp_sysctl, "IK", in amdtemp_attach()
599 dev, sensor, amdtemp_sysctl, "IK", in amdtemp_intrhook()
624 amdtemp_sysctl(SYSCTL_HANDLER_ARGS) in amdtemp_sysctl() function
812 dev, CCD_BASE + i, amdtemp_sysctl, "IK", sensor_descr); in amdtemp_probe_ccd_sensors()