Lines Matching defs:thermal_zone_device_ops
61 struct thermal_zone_device_ops { struct
62 int (*bind) (struct thermal_zone_device *,
64 int (*unbind) (struct thermal_zone_device *,
66 int (*get_temp) (struct thermal_zone_device *, int *);
67 int (*set_trips) (struct thermal_zone_device *, int, int);
68 int (*change_mode) (struct thermal_zone_device *,
70 int (*get_trip_type) (struct thermal_zone_device *, int,
72 int (*get_trip_temp) (struct thermal_zone_device *, int, int *);
73 int (*set_trip_temp) (struct thermal_zone_device *, int, int);
74 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *);
75 int (*set_trip_hyst) (struct thermal_zone_device *, int, int);
76 int (*get_crit_temp) (struct thermal_zone_device *, int *);
77 int (*set_emul_temp) (struct thermal_zone_device *, int);
78 int (*get_trend) (struct thermal_zone_device *, int,
80 int (*notify) (struct thermal_zone_device *, int,