Searched defs:thermal_zone_device_ops (Results 1 – 1 of 1) sorted by relevance
94 struct thermal_zone_device_ops { struct95 bool (*should_bind) (struct thermal_zone_device *,99 int (*get_temp) (struct thermal_zone_device *, int *);100 int (*set_trips) (struct thermal_zone_device *, int, int);101 int (*change_mode) (struct thermal_zone_device *,103 int (*set_trip_temp) (struct thermal_zone_device *,105 int (*get_crit_temp) (struct thermal_zone_device *, int *);106 int (*set_emul_temp) (struct thermal_zone_device *, int);107 int (*get_trend) (struct thermal_zone_device *,109 void (*hot)(struct thermal_zone_device *);[all …]