Searched refs:print_temp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/macintosh/ |
D | therm_windtunnel.c | 93 print_temp( const char *s, int temp ) in print_temp() function 160 print_temp("CPU-temp: ", x.temp ); in tune_fan() 162 print_temp(", Case: ", x.casetemp ); in tune_fan() 183 print_temp("CPU-temp: ", temp ); in poll_temp() 184 print_temp(", Case: ", casetemp ); in poll_temp() 245 print_temp("Reducing overheating limit to ", x.overheat_temp ); in setup_hardware() 246 print_temp(" (Hyst: ", x.overheat_hyst ); in setup_hardware() 391 print_temp("Temp: ", temp ); in attach_thermostat() 392 print_temp(" Hyst: ", hyst_temp ); in attach_thermostat() 393 print_temp(" OS: ", os_temp ); in attach_thermostat()
|
/Linux-v5.4/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 1347 static void print_temp(struct seq_file *s, const char *prefix, s32 t) in print_temp() function 1377 print_temp(s, "T_mac =", in temp_show() 1383 print_temp(s, "", in temp_show() 1396 print_temp(s, "T_mac =", t_m); in temp_show() 1397 print_temp(s, "T_radio =", t_r); in temp_show()
|