Lines Matching defs:thermal_zone_device_ops
62 struct thermal_zone_device_ops { struct
63 int (*bind) (struct thermal_zone_device *,
65 int (*unbind) (struct thermal_zone_device *,
67 int (*get_temp) (struct thermal_zone_device *, int *);
68 int (*set_trips) (struct thermal_zone_device *, int, int);
69 int (*change_mode) (struct thermal_zone_device *,
71 int (*get_trip_type) (struct thermal_zone_device *, int,
73 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
74 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
75 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);
76 int (*set_trip_hyst) (struct thermal_zone_device *, int, int);
77 int (*get_crit_temp) (struct thermal_zone_device *, int *);
78 int (*set_emul_temp) (struct thermal_zone_device *, int);
79 int (*get_trend) (struct thermal_zone_device *, int,
81 int (*notify) (struct thermal_zone_device *, int,