Lines Matching defs:thermal_zone_device_ops
96 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 *);
112 void (*critical)(struct thermal_zone_device *);