Searched defs:thermal_zone_device_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.8/include/linux/ |
D | thermal.h | 76 struct thermal_zone_device_ops { struct 77 int (*bind) (struct thermal_zone_device *, 79 int (*unbind) (struct thermal_zone_device *, 81 int (*get_temp) (struct thermal_zone_device *, int *); 82 int (*set_trips) (struct thermal_zone_device *, int, int); 83 int (*change_mode) (struct thermal_zone_device *, 85 int (*set_trip_temp) (struct thermal_zone_device *, int, int); 86 int (*set_trip_hyst) (struct thermal_zone_device *, int, int); 87 int (*get_crit_temp) (struct thermal_zone_device *, int *); 88 int (*set_emul_temp) (struct thermal_zone_device *, int); [all …]
|