Searched defs:thermal_zone_device_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/include/linux/ |
D | thermal.h | 60 struct thermal_zone_device_ops { struct 61 int (*bind) (struct thermal_zone_device *, 63 int (*unbind) (struct thermal_zone_device *, 65 int (*get_temp) (struct thermal_zone_device *, int *); 66 int (*set_trips) (struct thermal_zone_device *, int, int); 67 int (*change_mode) (struct thermal_zone_device *, 69 int (*get_trip_type) (struct thermal_zone_device *, int, 71 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); 72 int (*set_trip_temp) (struct thermal_zone_device *, int, int); 73 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); [all …]
|