Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/pmbus/
H A 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()
/openbmc/linux/drivers/hwmon/
H A Ddrivetemp.c122 bool have_temp_max; /* have max temp */ member
415 st->have_temp_max = temp_is_valid(buf[6]); in drivetemp_identify_sata()
512 if (st->have_temp_max) in drivetemp_is_visible()