Lines Matching refs:TEMP_STRING_LEN
64 #define TEMP_STRING_LEN 12 macro
394 char s_temp[TEMP_STRING_LEN]; in wtemp_dvfs_apply()
403 temp2string(temp, s_temp, TEMP_STRING_LEN); in wtemp_dvfs_apply()
421 char s_temp[TEMP_STRING_LEN]; in wtemp_dvfs_repeat_apply()
460 temp2string(temp, s_temp, TEMP_STRING_LEN); in wtemp_dvfs_repeat_apply()
473 char s_low[TEMP_STRING_LEN]; in print_e_state()
474 char s_high[TEMP_STRING_LEN]; in print_e_state()
475 char s_tz[TEMP_STRING_LEN]; in print_e_state()
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()