Searched refs:print_temp (Results 1 – 2 of 2) sorted by relevance
/drivers/macintosh/ |
D | therm_windtunnel.c | 92 print_temp( const char *s, int temp ) in print_temp() function 159 print_temp("CPU-temp: ", x.temp ); in tune_fan() 161 print_temp(", Case: ", x.casetemp ); in tune_fan() 182 print_temp("CPU-temp: ", temp ); in poll_temp() 183 print_temp(", Case: ", casetemp ); in poll_temp() 244 print_temp("Reducing overheating limit to ", x.overheat_temp ); in setup_hardware() 245 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()
|
/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 1332 static void print_temp(struct seq_file *s, const char *prefix, s32 t) in print_temp() function 1362 print_temp(s, "T_mac =", in temp_show() 1368 print_temp(s, "", in temp_show() 1381 print_temp(s, "T_mac =", t_m); in temp_show() 1382 print_temp(s, "T_radio =", t_r); in temp_show()
|