Lines Matching defs:thermal_zone_device_ops
70 struct thermal_zone_device_ops { struct
71 int (*bind) (struct thermal_zone_device *,
73 int (*unbind) (struct thermal_zone_device *,
75 int (*get_temp) (struct thermal_zone_device *, int *);
76 int (*set_trips) (struct thermal_zone_device *, int, int);
77 int (*change_mode) (struct thermal_zone_device *,
79 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
80 int (*set_trip_hyst) (struct thermal_zone_device *, int, int);
81 int (*get_crit_temp) (struct thermal_zone_device *, int *);
82 int (*set_emul_temp) (struct thermal_zone_device *, int);
83 int (*get_trend) (struct thermal_zone_device *,
85 void (*hot)(struct thermal_zone_device *);
86 void (*critical)(struct thermal_zone_device *);