Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dk10temp.c103 #define HAVE_TEMP(d, channel) ((d)->show_temp & BIT(channel)) macro
284 if (!HAVE_TEMP(data, channel)) in k10temp_is_visible()
308 if (!data->is_zen || !HAVE_TEMP(data, channel)) in k10temp_is_visible()