Home
last modified time | relevance | path

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

/linux-6.6.21/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.c533 HWMON_T_LOWEST | HWMON_T_HIGHEST |
Dltc2947-core.c925 HWMON_T_INPUT | HWMON_T_LOWEST | HWMON_T_HIGHEST |
/linux-6.6.21/include/linux/
Dhwmon.h118 #define HWMON_T_HIGHEST BIT(hwmon_temp_highest) macro
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dhwmon.c240 hwmon->temp_channel_config[i] = HWMON_T_INPUT | HWMON_T_HIGHEST | HWMON_T_CRIT | in mlx5_hwmon_channel_info_init()