Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c144 static const char * const fan_labels[] = { variable
828 if (type >= ARRAY_SIZE(fan_labels)) in dell_smm_fan_label()
829 type = ARRAY_SIZE(fan_labels) - 1; in dell_smm_fan_label()
831 return dock ? docking_labels[type] : fan_labels[type]; in dell_smm_fan_label()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c114 static const char * const fan_labels[] = { variable
389 *str = fan_labels[type]; in dell_wmi_ddv_fan_read_string()