Home
last modified time | relevance | path

Searched defs:thermal_zone_device_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/include/linux/
Dthermal.h95 struct thermal_zone_device_ops { struct
96 bool (*should_bind) (struct thermal_zone_device *,
100 int (*get_temp) (struct thermal_zone_device *, int *);
101 int (*set_trips) (struct thermal_zone_device *, int, int);
102 int (*change_mode) (struct thermal_zone_device *,
104 int (*set_trip_temp) (struct thermal_zone_device *,
106 int (*get_crit_temp) (struct thermal_zone_device *, int *);
107 int (*set_emul_temp) (struct thermal_zone_device *, int);
108 int (*get_trend) (struct thermal_zone_device *,
110 void (*hot)(struct thermal_zone_device *);
[all …]