Lines Matching defs:thermal_zone_device_ops
93 struct thermal_zone_device_ops { struct
94 int (*bind) (struct thermal_zone_device *,
96 int (*unbind) (struct thermal_zone_device *,
98 int (*get_temp) (struct thermal_zone_device *, int *);
99 int (*set_trips) (struct thermal_zone_device *, int, int);
100 int (*get_mode) (struct thermal_zone_device *,
102 int (*set_mode) (struct thermal_zone_device *,
104 int (*get_trip_type) (struct thermal_zone_device *, int,
106 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
107 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
108 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);
109 int (*set_trip_hyst) (struct thermal_zone_device *, int, int);
110 int (*get_crit_temp) (struct thermal_zone_device *, int *);
111 int (*set_emul_temp) (struct thermal_zone_device *, int);
112 int (*get_trend) (struct thermal_zone_device *, int,
114 int (*notify) (struct thermal_zone_device *, int,