Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_helpers.c85 int crit_temp = INT_MAX; in __thermal_zone_get_temp() local
97 crit_temp = trip->temperature; in __thermal_zone_get_temp()
107 if (!ret && *temp < crit_temp) in __thermal_zone_get_temp()
/linux/drivers/thermal/broadcom/
H A Dbcm2835_thermal.c211 int offset, slope, crit_temp; in bcm2835_thermal_probe() local
219 err = thermal_zone_get_crit_temp(tz, &crit_temp); in bcm2835_thermal_probe()
234 val |= bcm2835_thermal_temp2adc(crit_temp, in bcm2835_thermal_probe()
H A Dsr-thermal.c22 unsigned int crit_temp; member
/linux/drivers/thermal/st/
H A Dst_thermal.h75 int crit_temp; member
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c546 int crit_temp, ret; in qpnp_tm_configure_trip_temp() local
548 ret = thermal_zone_get_crit_temp(chip->tz_dev, &crit_temp); in qpnp_tm_configure_trip_temp()
550 crit_temp = THERMAL_TEMP_INVALID; in qpnp_tm_configure_trip_temp()
553 ret = qpnp_tm_update_critical_trip_temp(chip, crit_temp); in qpnp_tm_configure_trip_temp()