Lines Matching refs:thermal_zone_device
89 static u32 estimate_sustainable_power(struct thermal_zone_device *tz) in estimate_sustainable_power()
124 static void estimate_pid_constants(struct thermal_zone_device *tz, in estimate_pid_constants()
175 static u32 get_sustainable_power(struct thermal_zone_device *tz, in get_sustainable_power()
217 static u32 pid_controller(struct thermal_zone_device *tz, in pid_controller()
383 static int allocate_power(struct thermal_zone_device *tz, in allocate_power()
512 static void get_governor_trips(struct thermal_zone_device *tz, in get_governor_trips()
565 static void allow_maximum_power(struct thermal_zone_device *tz, bool update) in allow_maximum_power()
606 static int check_power_actors(struct thermal_zone_device *tz) in check_power_actors()
632 static int power_allocator_bind(struct thermal_zone_device *tz) in power_allocator_bind()
683 static void power_allocator_unbind(struct thermal_zone_device *tz) in power_allocator_unbind()
698 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip) in power_allocator_throttle()