Lines Matching defs:thermal_zone_device_ops
87 struct thermal_zone_device_ops { struct
88 int (*bind) (struct thermal_zone_device *,
90 int (*unbind) (struct thermal_zone_device *,
92 int (*get_temp) (struct thermal_zone_device *, unsigned long *);
93 int (*get_mode) (struct thermal_zone_device *,
95 int (*set_mode) (struct thermal_zone_device *,
97 int (*get_trip_type) (struct thermal_zone_device *, int,
99 int (*get_trip_temp) (struct thermal_zone_device *, int,
101 int (*set_trip_temp) (struct thermal_zone_device *, int,
103 int (*get_trip_hyst) (struct thermal_zone_device *, int,
105 int (*set_trip_hyst) (struct thermal_zone_device *, int,
107 int (*get_crit_temp) (struct thermal_zone_device *, unsigned long *);
108 int (*set_emul_temp) (struct thermal_zone_device *, unsigned long);
109 int (*get_trend) (struct thermal_zone_device *, int,
111 int (*notify) (struct thermal_zone_device *, int,