Searched refs:set_trip_temp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | int340x_thermal_zone.c | 123 if (d->override_ops && d->override_ops->set_trip_temp) in int340x_thermal_set_trip_temp() 124 return d->override_ops->set_trip_temp(zone, trip, temp); in int340x_thermal_set_trip_temp() 161 .set_trip_temp = int340x_thermal_set_trip_temp,
|
/linux-4.1.27/include/linux/ |
D | thermal.h | 101 int (*set_trip_temp) (struct thermal_zone_device *, int, member
|
/linux-4.1.27/drivers/thermal/ |
D | intel_soc_dts_thermal.c | 278 .set_trip_temp = sys_set_trip_temp,
|
D | x86_pkg_temp_thermal.c | 281 .set_trip_temp = sys_set_trip_temp,
|
D | imx_thermal.c | 345 .set_trip_temp = imx_set_trip_temp,
|
D | of-thermal.c | 383 .set_trip_temp = of_thermal_set_trip_temp,
|
D | thermal_core.c | 633 if (!tz->ops->set_trip_temp) in trip_point_temp_store() 642 ret = tz->ops->set_trip_temp(tz, trip, temperature); in trip_point_temp_store()
|