Home
last modified time | relevance | path

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

/freebsd/sys/dev/asmc/
H A Dasmc.c1465 int sensor_idx = arg2 & 0xFF; in asmc_sensor_sysctl() local
1471 if (sensor_idx < sc->sc_voltage_count) in asmc_sensor_sysctl()
1472 key = sc->sc_voltage_sensors[sensor_idx]; in asmc_sensor_sysctl()
1475 if (sensor_idx < sc->sc_current_count) in asmc_sensor_sysctl()
1476 key = sc->sc_current_sensors[sensor_idx]; in asmc_sensor_sysctl()
1479 if (sensor_idx < sc->sc_power_count) in asmc_sensor_sysctl()
1480 key = sc->sc_power_sensors[sensor_idx]; in asmc_sensor_sysctl()
1483 if (sensor_idx < sc->sc_light_count) in asmc_sensor_sysctl()
1484 key = sc->sc_light_sensors[sensor_idx]; in asmc_sensor_sysctl()