Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmcvar.h81 int sc_temp_count; member
H A Dasmc.c526 for (i = 0; i < sc->sc_temp_count; i++) { in asmc_attach()
707 for (int i = 0; i < sc->sc_temp_count; i++) in asmc_detach()
1548 sc->sc_temp_count = 0; in asmc_detect_sensors()
1568 if (sc->sc_temp_count >= ASMC_TEMP_MAX) in asmc_detect_sensors()
1573 sc->sc_temp_sensors[sc->sc_temp_count++] = in asmc_detect_sensors()
1634 sc->sc_temp_count, sc->sc_voltage_count, in asmc_detect_sensors()
2088 if (arg2 < 0 || arg2 >= sc->sc_temp_count) in asmc_temp_sysctl()