Lines Matching defs:thermal_zone_device_ops
95 struct thermal_zone_device_ops { struct
96 int (*bind) (struct thermal_zone_device *,
98 int (*unbind) (struct thermal_zone_device *,
100 int (*get_temp) (struct thermal_zone_device *, int *);
101 int (*get_mode) (struct thermal_zone_device *,
103 int (*set_mode) (struct thermal_zone_device *,
105 int (*get_trip_type) (struct thermal_zone_device *, int,
107 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
108 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
109 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);
110 int (*set_trip_hyst) (struct thermal_zone_device *, int, int);
111 int (*get_crit_temp) (struct thermal_zone_device *, int *);
112 int (*set_emul_temp) (struct thermal_zone_device *, int);
113 int (*get_trend) (struct thermal_zone_device *, int,
115 int (*notify) (struct thermal_zone_device *, int,