Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c43 #define HP_WMI_PATTERN_CPU_TEMP "CPU Thermal Index" macro
1560 is_cpu = !strcmp(event_description, HP_WMI_PATTERN_CPU_TEMP); in match_temp_events()
1577 if ((is_cpu && (!strcmp(name, HP_WMI_PATTERN_CPU_TEMP) || in match_temp_events()