Symbol: hwmon_temp_label
drivers/gpu/drm/xe/xe_hwmon.c
975
case hwmon_temp_label:
drivers/hwmon/aquacomputer_d5next.c
774
case hwmon_temp_label:
drivers/hwmon/aquacomputer_d5next.c
790
case hwmon_temp_label:
drivers/hwmon/asus_rog_ryujin.c
118
case hwmon_temp_label:
drivers/hwmon/axi-fan-control.c
285
case hwmon_temp_label:
drivers/hwmon/bt1-pvt.c
580
case hwmon_temp_label:
drivers/hwmon/bt1-pvt.c
776
case hwmon_temp_label:
drivers/hwmon/corsair-cpro.c
359
case hwmon_temp_label:
drivers/hwmon/corsair-psu.c
350
case hwmon_temp_label:
drivers/hwmon/corsair-psu.c
600
if (type == hwmon_temp && attr == hwmon_temp_label) {
drivers/hwmon/cros_ec_hwmon.c
243
if (type == hwmon_temp && attr == hwmon_temp_label) {
drivers/hwmon/dell-smm-hwmon.c
1013
case hwmon_temp_label:
drivers/hwmon/dell-smm-hwmon.c
818
case hwmon_temp_label:
drivers/hwmon/gigabyte_waterforce.c
79
case hwmon_temp_label:
drivers/hwmon/hwmon.c
503
return (type == hwmon_temp && attr == hwmon_temp_label) ||
drivers/hwmon/hwmon.c
606
[hwmon_temp_label] = "temp%d_label",
drivers/hwmon/k10temp.c
319
case hwmon_temp_label:
drivers/hwmon/lenovo-ec-sensors.c
289
if (attr == hwmon_temp_input || attr == hwmon_temp_label)
drivers/hwmon/lm90.c
1634
case hwmon_temp_label:
drivers/hwmon/ltc2947-core.c
855
case hwmon_temp_label:
drivers/hwmon/max31760.c
349
case hwmon_temp_label:
drivers/hwmon/max31760.c
388
if (attr != hwmon_temp_label)
drivers/hwmon/max6621.c
150
case hwmon_temp_label:
drivers/hwmon/max6621.c
355
case hwmon_temp_label:
drivers/hwmon/mc33xs2410_hwmon.c
51
case hwmon_temp_label:
drivers/hwmon/peci/cputemp.c
273
if (attr != hwmon_temp_label)
drivers/hwmon/peci/dimmtemp.c
169
if (attr != hwmon_temp_label)
drivers/hwmon/powerz.c
77
} else if (type == hwmon_temp && attr == hwmon_temp_label) {
drivers/hwmon/smpro-hwmon.c
316
case hwmon_temp_label:
drivers/hwmon/smpro-hwmon.c
371
case hwmon_temp_label:
drivers/hwmon/tmp102.c
148
case hwmon_temp_label:
drivers/hwmon/tmp421.c
253
case hwmon_temp_label:
drivers/hwmon/tmp464.c
386
case hwmon_temp_label:
drivers/hwmon/tps23861.c
219
case hwmon_temp_label:
drivers/hwmon/w83627ehf.c
1349
if (attr == hwmon_temp_label) {
drivers/hwmon/w83627ehf.c
1592
if (attr == hwmon_temp_label) {
drivers/media/pci/mgb4/mgb4_core.c
103
if (type != hwmon_temp || attr != hwmon_temp_label)
drivers/media/pci/mgb4/mgb4_core.c
77
(attr == hwmon_temp_input || attr == hwmon_temp_label))
drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c
103
case hwmon_temp_label:
drivers/net/ethernet/aquantia/atlantic/aq_drvinfo.c
75
if (type != hwmon_temp || attr != hwmon_temp_label)
drivers/net/ethernet/mellanox/mlx5/core/hwmon.c
135
case hwmon_temp_label:
drivers/net/ethernet/mellanox/mlx5/core/hwmon.c
149
if (type != hwmon_temp || attr != hwmon_temp_label)
drivers/net/phy/sfp.c
1020
case hwmon_temp_label:
drivers/net/phy/sfp.c
1603
case hwmon_temp_label:
drivers/nvme/host/hwmon.c
180
case hwmon_temp_label:
drivers/platform/x86/dell/dell-wmi-ddv.c
508
case hwmon_temp_label:
drivers/platform/x86/silicom-platform.c
796
case hwmon_temp_label:
drivers/platform/x86/system76_acpi.c
580
if (attr == hwmon_temp_label) {
drivers/power/supply/power_supply_hwmon.c
118
return type == hwmon_temp && attr == hwmon_temp_label;
include/linux/hwmon.h
119
#define HWMON_T_LABEL BIT(hwmon_temp_label)