Searched refs:has_temp_old_peci (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | it87.c | 473 #define has_temp_old_peci(data, nr) \ macro 1031 (has_temp_old_peci(data, nr) && (extra & 0x80))) in show_temp_type() 1059 if (has_temp_old_peci(data, nr) && ((extra & 0x80) || val == 6)) in set_temp_type() 1073 else if (has_temp_old_peci(data, nr) && val == 6) in set_temp_type() 1082 if (has_temp_old_peci(data, nr)) in set_temp_type()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | it87.c | 524 #define has_temp_old_peci(data, nr) \ macro 1206 (has_temp_old_peci(data, index) && (extra & 0x80))) in get_temp_type() 1252 if (has_temp_old_peci(data, nr) && ((extra & 0x80) || val == 6)) in set_temp_type() 1266 else if (has_temp_old_peci(data, nr) && val == 6) in set_temp_type() 1276 if (has_temp_old_peci(data, nr)) in set_temp_type()
|
Completed in 10 milliseconds