Home
last modified time | relevance | path

Searched refs:HAVE_TEMP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dk10temp.c113 #define HAVE_TEMP(d, channel) ((d)->show_temp & BIT(channel)) macro
114 #define HAVE_TDIE(d) HAVE_TEMP(d, TDIE_BIT)
279 if (!HAVE_TEMP(data, channel)) in k10temp_is_visible()
303 if (!data->is_zen || !HAVE_TEMP(data, channel)) in k10temp_is_visible()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dk10temp.c103 #define HAVE_TEMP(d, channel) ((d)->show_temp & BIT(channel)) macro
104 #define HAVE_TDIE(d) HAVE_TEMP(d, TDIE_BIT)
274 if (!HAVE_TEMP(data, channel)) in k10temp_is_visible()
298 if (!data->is_zen || !HAVE_TEMP(data, channel)) in k10temp_is_visible()

Completed in 2 milliseconds