Searched refs:hyst_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 386 hyst_temp = read_reg(cl, 2, 2); in attach_thermostat() 388 if( hyst_temp < 0 || os_temp < 0 ) in attach_thermostat() 393 print_temp(" Hyst: ", hyst_temp ); in attach_thermostat() 399 x.overheat_hyst = hyst_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 387 hyst_temp = read_reg(cl, 2, 2); in attach_thermostat() 389 if( hyst_temp < 0 || os_temp < 0 ) in attach_thermostat() 394 print_temp(" Hyst: ", hyst_temp ); in attach_thermostat() 400 x.overheat_hyst = hyst_temp; in attach_thermostat()
|
Completed in 3 milliseconds