Lines Matching defs:thermal_zone_device
53216 struct thermal_zone_device;
53234 struct thermal_zone_device *tzd;
53275 struct thermal_zone_device {
53401 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
53402 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
53403 int (*get_temp)(struct thermal_zone_device *, int *);
53404 int (*set_trips)(struct thermal_zone_device *, int, int);
53405 int (*change_mode)(struct thermal_zone_device *, enum thermal_device_mode);
53406 int (*get_trip_type)(struct thermal_zone_device *, int, enum thermal_trip_type *);
53407 int (*get_trip_temp)(struct thermal_zone_device *, int, int *);
53408 int (*set_trip_temp)(struct thermal_zone_device *, int, int);
53409 int (*get_trip_hyst)(struct thermal_zone_device *, int, int *);
53410 int (*set_trip_hyst)(struct thermal_zone_device *, int, int);
53411 int (*get_crit_temp)(struct thermal_zone_device *, int *);
53412 int (*set_emul_temp)(struct thermal_zone_device *, int);
53413 int (*get_trend)(struct thermal_zone_device *, int, enum thermal_trend *);
53414 void (*hot)(struct thermal_zone_device *);
53415 void (*critical)(struct thermal_zone_device *);
53452 int (*bind_to_tz)(struct thermal_zone_device *);
53453 void (*unbind_from_tz)(struct thermal_zone_device *);
53454 int (*throttle)(struct thermal_zone_device *, int);
53463 int (*match)(struct thermal_zone_device *, struct thermal_cooling_device *);
95798 struct thermal_zone_device *thermal_zone;
99794 struct thermal_zone_device *tzd;
120900 struct thermal_zone_device *tz;
136212 struct thermal_zone_device *tz;
144222 typedef void (*btf_trace_thermal_temperature)(void *, struct thermal_zone_device *);
144226 typedef void (*btf_trace_thermal_zone_trip)(void *, struct thermal_zone_device *, int, enum thermal_trip_type);