Home
last modified time | relevance | path

Searched refs:have_temp_max (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/hwmon/pmbus/
Dadm1275.c96 bool have_temp_max; member
301 if (!data->have_temp_max) in adm1275_read_word_data()
315 if (!data->have_temp_max) in adm1275_read_word_data()
589 data->have_temp_max = true; in adm1275_probe()
675 data->have_temp_max = true; in adm1275_probe()
/Linux-v5.10/drivers/hwmon/
Ddrivetemp.c122 bool have_temp_max; /* have max temp */ member
412 st->have_temp_max = temp_is_valid(buf[6]); in drivetemp_identify_sata()
509 if (st->have_temp_max) in drivetemp_is_visible()