Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwmon/
A Daquacomputer_d5next.c480 const char *const *temp_label; member
838 *str = priv->temp_label[channel]; in aqc_read_string()
1244 priv->temp_label = label_temp_sensors; in aqc_probe()
1269 priv->temp_label = label_d5next_temp; in aqc_probe()
1284 priv->temp_label = label_temp_sensors; in aqc_probe()
1299 priv->temp_label = label_temp_sensors; in aqc_probe()
1319 priv->temp_label = label_temp_sensors; in aqc_probe()
1347 priv->temp_label = label_temp_sensors; in aqc_probe()
1366 priv->temp_label = label_highflownext_temp_sensors; in aqc_probe()
1380 priv->temp_label = label_aquastreamult_temp; in aqc_probe()
[all …]
A Dnct6775-core.c2262 if (nr == 1 && !data->temp_label) in nct6775_temp_is_visible()
3435 data->temp_label = nct6776_temp_label; in nct6775_probe()
3510 data->temp_label = nct6776_temp_label; in nct6775_probe()
3592 data->temp_label = nct6775_temp_label; in nct6775_probe()
3667 data->temp_label = nct6776_temp_label; in nct6775_probe()
3742 data->temp_label = nct6779_temp_label; in nct6775_probe()
3832 data->temp_label = nct6779_temp_label; in nct6775_probe()
3837 data->temp_label = nct6792_temp_label; in nct6775_probe()
3842 data->temp_label = nct6793_temp_label; in nct6775_probe()
3848 data->temp_label = nct6795_temp_label; in nct6775_probe()
[all …]
A Dw83627ehf.c316 const char * const *temp_label; member
1262 if (data->temp_label) in w83627ehf_init_device()
1263 label = data->temp_label[data->temp_src[i]]; in w83627ehf_init_device()
1350 if (data->temp_label) in w83627ehf_is_visible()
1590 *str = data->temp_label[data->temp_src[channel]]; in w83627ehf_read_string()
1781 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
1822 data->temp_label = w83667hg_b_temp_label; in w83627ehf_probe()
A Dadt7462.c621 static const char *temp_label(struct adt7462_data *data, int which) in temp_label() function
870 return sprintf(buf, "%s\n", temp_label(data, attr->index)); in temp_label_show()
1411 static SENSOR_DEVICE_ATTR_RO(temp1_label, temp_label, 0);
1412 static SENSOR_DEVICE_ATTR_RO(temp2_label, temp_label, 1);
1413 static SENSOR_DEVICE_ATTR_RO(temp3_label, temp_label, 2);
1414 static SENSOR_DEVICE_ATTR_RO(temp4_label, temp_label, 3);
A Dnct6775.h34 const char * const *temp_label; member
A Dnct6683.c880 SENSOR_TEMPLATE(temp_label, "temp%d_label", S_IRUGO, show_temp_label, NULL, 0);
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c79 } temp_label[] = { variable
2274 return sysfs_emit(buf, "%s\n", temp_label[channel].label); in amdgpu_hwmon_show_temp_label()

Completed in 36 milliseconds