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