Lines Matching defs:sensor
173 a83t_to_temp(uint32_t val, int sensor) in a83t_to_temp()
205 a64_to_temp(uint32_t val, int sensor) in a64_to_temp()
237 h3_to_temp(uint32_t val, int sensor) in h3_to_temp()
243 h3_to_reg(int val, int sensor) in h3_to_reg()
269 h5_to_temp(uint32_t val, int sensor) in h5_to_temp()
294 h5_to_reg(int val, int sensor) in h5_to_reg()
428 aw_thermal_gettemp(struct aw_thermal_softc *sc, int sensor) in aw_thermal_gettemp()
438 aw_thermal_getshut(struct aw_thermal_softc *sc, int sensor) in aw_thermal_getshut()
449 aw_thermal_setshut(struct aw_thermal_softc *sc, int sensor, int temp) in aw_thermal_setshut()
460 aw_thermal_gethyst(struct aw_thermal_softc *sc, int sensor) in aw_thermal_gethyst()
471 aw_thermal_getalarm(struct aw_thermal_softc *sc, int sensor) in aw_thermal_getalarm()
482 aw_thermal_setalarm(struct aw_thermal_softc *sc, int sensor, int temp) in aw_thermal_setalarm()
496 int sensor, val; in aw_thermal_sysctl() local