Searched defs:thermal_zone_device_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | thermal.h | 61 struct thermal_zone_device_ops { struct 62 int (*bind) (struct thermal_zone_device *, 64 int (*unbind) (struct thermal_zone_device *, 66 int (*get_temp) (struct thermal_zone_device *, int *); 67 int (*set_trips) (struct thermal_zone_device *, int, int); 68 int (*change_mode) (struct thermal_zone_device *, 70 int (*get_trip_type) (struct thermal_zone_device *, int, 72 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); 73 int (*set_trip_temp) (struct thermal_zone_device *, int, int); 74 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); [all …]
|
| /kernel/linux/linux-6.6/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 …]
|