Searched defs:thermal_zone_device_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | thermal.h | 93 struct thermal_zone_device_ops {  struct94 	int (*bind) (struct thermal_zone_device *,
 96 	int (*unbind) (struct thermal_zone_device *,
 98 	int (*get_temp) (struct thermal_zone_device *, int *);
 99 	int (*set_trips) (struct thermal_zone_device *, int, int);
 100 	int (*get_mode) (struct thermal_zone_device *,
 102 	int (*set_mode) (struct thermal_zone_device *,
 104 	int (*get_trip_type) (struct thermal_zone_device *, int,
 106 	int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
 107 	int (*set_trip_temp) (struct thermal_zone_device *, int, int);
 [all …]
 
 |