Home
last modified time | relevance | path

Searched refs:set_trip_temp (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/thermal/int340x_thermal/
Dint340x_thermal_zone.c123 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/
Dthermal.h101 int (*set_trip_temp) (struct thermal_zone_device *, int, member
/linux-4.1.27/drivers/thermal/
Dintel_soc_dts_thermal.c278 .set_trip_temp = sys_set_trip_temp,
Dx86_pkg_temp_thermal.c281 .set_trip_temp = sys_set_trip_temp,
Dimx_thermal.c345 .set_trip_temp = imx_set_trip_temp,
Dof-thermal.c383 .set_trip_temp = of_thermal_set_trip_temp,
Dthermal_core.c633 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()