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