Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dlenovo-ec-sensors.c198 const char *const *fan_labels; member
260 *str = state->fan_labels[channel]; in lenovo_ec_hwmon_read_string()
550 ec_data->fan_labels = px_ec_fan_label; in lenovo_ec_probe()
557 ec_data->fan_labels = p7_ec_fan_label; in lenovo_ec_probe()
564 ec_data->fan_labels = p5_ec_fan_label; in lenovo_ec_probe()
571 ec_data->fan_labels = p8_ec_fan_label; in lenovo_ec_probe()
/linux/drivers/platform/x86/
H A Dbitland-mifs-wmi.c336 static const char *const fan_labels[] = { variable
390 if (channel >= 0 && channel < ARRAY_SIZE(fan_labels)) { in laptop_hwmon_read_string()
391 *str = fan_labels[channel]; in laptop_hwmon_read_string()
/linux/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c149 static const char * const fan_labels[] = { variable
403 *str = fan_labels[type]; in dell_wmi_ddv_fan_read_string()