+2
include/linux/thermal.h
+2
include/linux/thermal.h
···
335
335
* @get_trend: a pointer to a function that reads the sensor temperature trend.
336
336
* @set_emul_temp: a pointer to a function that sets sensor emulated
337
337
* temperature.
338
+
* @set_trip_temp: a pointer to a function that sets the trip temperature on
339
+
* hardware.
338
340
*/
339
341
struct thermal_zone_of_device_ops {
340
342
int (*get_temp)(void *, int *);