Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwmon/
Dtmp401.c727 data->temp_channel_config[0] |= HWMON_T_HIGHEST | HWMON_T_LOWEST; in tmp401_probe()
728 data->temp_channel_config[1] |= HWMON_T_HIGHEST | HWMON_T_LOWEST; in tmp401_probe()
Ddrivetemp.c534 HWMON_T_LOWEST | HWMON_T_HIGHEST |
Dltc2947-core.c925 HWMON_T_INPUT | HWMON_T_LOWEST | HWMON_T_HIGHEST |
/linux-5.19.10/include/linux/
Dhwmon.h115 #define HWMON_T_HIGHEST BIT(hwmon_temp_highest) macro