Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dint340x_thermal_zone.c227 thermal_zone_set_trip_temp(int34x_zone->zone, trip, temp); in int340x_update_one_trip()
/linux/include/linux/
H A Dthermal.h222 void thermal_zone_set_trip_temp(struct thermal_zone_device *tz,
/linux/drivers/thermal/
H A Dthermal_core.c512 void thermal_zone_set_trip_temp(struct thermal_zone_device *tz, in thermal_zone_set_trip_temp() function
559 EXPORT_SYMBOL_GPL(thermal_zone_set_trip_temp);
H A Dthermal_sysfs.c132 thermal_zone_set_trip_temp(tz, trip, temp); in trip_point_temp_store()