Searched defs:thermal_zone_device_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/include/linux/ |
D | thermal.h | 70 struct thermal_zone_device_ops { struct 71 int (*bind) (struct thermal_zone_device *, 73 int (*unbind) (struct thermal_zone_device *, 75 int (*get_temp) (struct thermal_zone_device *, int *); 76 int (*set_trips) (struct thermal_zone_device *, int, int); 77 int (*change_mode) (struct thermal_zone_device *, 79 int (*set_trip_temp) (struct thermal_zone_device *, int, int); 80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); 81 int (*get_crit_temp) (struct thermal_zone_device *, int *); 82 int (*set_emul_temp) (struct thermal_zone_device *, int); [all …]
|