Lines Matching full:sensors
156 struct aw_thermal_sensor sensors[MAX_SENSORS]; member
180 .sensors = {
212 .sensors = {
250 .sensors = {
319 .sensors = {
406 /* Configure ADC acquire time (CLK_IN/(N+1)) and enable sensors */ in aw_thermal_init()
421 /* Enable sensors */ in aw_thermal_init()
659 if (sc->conf->sensors[i].init_alarm > 0) in aw_thermal_attach()
661 sc->conf->sensors[i].init_alarm); in aw_thermal_attach()
662 if (sc->conf->sensors[i].init_shut > 0) in aw_thermal_attach()
664 sc->conf->sensors[i].init_shut); in aw_thermal_attach()
673 OID_AUTO, sc->conf->sensors[i].name, in aw_thermal_attach()
676 sc->conf->sensors[i].desc); in aw_thermal_attach()
682 sc->conf->sensors[i].name, in aw_thermal_attach()