int_to_frac       159 drivers/thermal/power_allocator.c 		tz->tzp->k_po = int_to_frac(sustainable_power) /
int_to_frac       163 drivers/thermal/power_allocator.c 		tz->tzp->k_pu = int_to_frac(2 * sustainable_power) /
int_to_frac       167 drivers/thermal/power_allocator.c 		tz->tzp->k_i = int_to_frac(10) / 1000;
int_to_frac       201 drivers/thermal/power_allocator.c 	max_power_frac = int_to_frac(max_allocatable_power);
int_to_frac       213 drivers/thermal/power_allocator.c 	err = int_to_frac(err);
int_to_frac       226 drivers/thermal/power_allocator.c 	if (err < int_to_frac(tz->tzp->integral_cutoff)) {