k_i               166 drivers/thermal/power_allocator.c 	if (!tz->tzp->k_i || force)
k_i               167 drivers/thermal/power_allocator.c 		tz->tzp->k_i = int_to_frac(10) / 1000;
k_i               224 drivers/thermal/power_allocator.c 	i = mul_frac(tz->tzp->k_i, params->err_integral);
k_i               227 drivers/thermal/power_allocator.c 		s64 i_next = i + mul_frac(tz->tzp->k_i, err);
k_i               385 drivers/thermal/thermal_sysfs.c create_s32_tzp_attr(k_i);
k_i               312 include/linux/thermal.h 	s32 k_i;