Searched refs:os_temp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | therm_windtunnel.c | 375 int hyst_temp, os_temp, temp; in attach_thermostat() local 387 os_temp = read_reg(cl, 3, 2); in attach_thermostat() 388 if( hyst_temp < 0 || os_temp < 0 ) in attach_thermostat() 394 print_temp(" OS: ", os_temp ); in attach_thermostat() 398 x.overheat_temp = os_temp; in attach_thermostat()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | therm_windtunnel.c | 376 int hyst_temp, os_temp, temp; in attach_thermostat() local 388 os_temp = read_reg(cl, 3, 2); in attach_thermostat() 389 if( hyst_temp < 0 || os_temp < 0 ) in attach_thermostat() 395 print_temp(" OS: ", os_temp ); in attach_thermostat() 399 x.overheat_temp = os_temp; in attach_thermostat()
|
Completed in 3 milliseconds