Home
last modified time | relevance | path

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

/include/linux/
Dthermal.h96 struct thermal_zone_device_ops { struct
97 bool (*should_bind) (struct thermal_zone_device *,
101 int (*get_temp) (struct thermal_zone_device *, int *);
102 int (*set_trips) (struct thermal_zone_device *, int, int);
103 int (*change_mode) (struct thermal_zone_device *,
105 int (*set_trip_temp) (struct thermal_zone_device *,
107 int (*get_crit_temp) (struct thermal_zone_device *, int *);
108 int (*set_emul_temp) (struct thermal_zone_device *, int);
109 int (*get_trend) (struct thermal_zone_device *,
111 void (*hot)(struct thermal_zone_device *);
[all …]