Searched refs:temp2string (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/dvfs/ |
| H A D | rockchip_wtemp_dvfs.c | 133 static void temp2string(int temp, char *data, int len) in temp2string() function 403 temp2string(temp, s_temp, TEMP_STRING_LEN); in wtemp_dvfs_apply() 460 temp2string(temp, s_temp, TEMP_STRING_LEN); in wtemp_dvfs_repeat_apply() 483 temp2string(e->lmt.tz_temp, s_tz, TEMP_STRING_LEN); in print_e_state() 484 temp2string(e->lmt.low_temp, s_low, TEMP_STRING_LEN); in print_e_state() 485 temp2string(e->lmt.high_temp, s_high, TEMP_STRING_LEN); in print_e_state()
|