Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Ddell-smm-hwmon.c131 static const char * const fan_labels[] = { variable
782 if (type >= ARRAY_SIZE(fan_labels)) in dell_smm_fan_label()
783 type = ARRAY_SIZE(fan_labels) - 1; in dell_smm_fan_label()
785 return dock ? docking_labels[type] : fan_labels[type]; in dell_smm_fan_label()