Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/pmbus/
Dadm1275.c102 bool have_temp_max; member
329 if (!data->have_temp_max) in adm1275_read_word_data()
343 if (!data->have_temp_max) in adm1275_read_word_data()
633 data->have_temp_max = true; in adm1275_probe()
708 data->have_temp_max = true; in adm1275_probe()
/Linux-v6.6/drivers/hwmon/
Ddrivetemp.c122 bool have_temp_max; /* have max temp */ member
411 st->have_temp_max = temp_is_valid(buf[6]); in drivetemp_identify_sata()
508 if (st->have_temp_max) in drivetemp_is_visible()