Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadt7462.c622 static const char *temp_label(struct adt7462_data *data, int which) in temp_label()
871 return sprintf(buf, "%s\n", temp_label(data, attr->index)); in temp_label_show()
1412 static SENSOR_DEVICE_ATTR_RO(temp1_label, temp_label, 0);
1413 static SENSOR_DEVICE_ATTR_RO(temp2_label, temp_label, 1);
1414 static SENSOR_DEVICE_ATTR_RO(temp3_label, temp_label, 2);
1415 static SENSOR_DEVICE_ATTR_RO(temp4_label, temp_label, 3);
621 static const char *temp_label(struct adt7462_data *data, int which) temp_label() function
H A Dnct6775.h35 const char * const *temp_label; member
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c82 } temp_label[] = { variable
2939 return sysfs_emit(buf, "%s\n", temp_label[channel].label); in amdgpu_hwmon_get_pwm1_enable()