Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hwmon/
Dlenovo-ec-sensors.c177 const char *const *fan_labels; member
239 *str = state->fan_labels[channel]; in lenovo_ec_hwmon_read_string()
526 ec_data->fan_labels = px_ec_fan_label; in lenovo_ec_probe()
533 ec_data->fan_labels = p7_ec_fan_label; in lenovo_ec_probe()
540 ec_data->fan_labels = p5_ec_fan_label; in lenovo_ec_probe()
547 ec_data->fan_labels = p8_ec_fan_label; in lenovo_ec_probe()
Ddell-smm-hwmon.c156 static const char * const fan_labels[] = { variable
962 if (type >= ARRAY_SIZE(fan_labels)) in dell_smm_fan_label()
963 type = ARRAY_SIZE(fan_labels) - 1; in dell_smm_fan_label()
965 return dock ? docking_labels[type] : fan_labels[type]; in dell_smm_fan_label()
/linux-6.12.1/drivers/platform/x86/dell/
Ddell-wmi-ddv.c114 static const char * const fan_labels[] = { variable
389 *str = fan_labels[type]; in dell_wmi_ddv_fan_read_string()