Symbol: temp_input
drivers/hwmon/ad7414.c
110
return sprintf(buf, "%d\n", ad7414_temp_from_reg(data->temp_input));
drivers/hwmon/ad7414.c
112
static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
drivers/hwmon/ad7414.c
154
int value = (data->temp_input >> bitnr) & 1;
drivers/hwmon/ad7414.c
42
s16 temp_input; /* Register values */
drivers/hwmon/ad7414.c
86
data->temp_input = value;
drivers/hwmon/aquacomputer_d5next.c
1027
if (priv->temp_input[channel] == -ENODATA)
drivers/hwmon/aquacomputer_d5next.c
1030
*val = priv->temp_input[channel];
drivers/hwmon/aquacomputer_d5next.c
1349
priv->temp_input[i] = -ENODATA;
drivers/hwmon/aquacomputer_d5next.c
1351
priv->temp_input[i] = sensor_value * 10;
drivers/hwmon/aquacomputer_d5next.c
1360
priv->temp_input[i] = -ENODATA;
drivers/hwmon/aquacomputer_d5next.c
1362
priv->temp_input[i] = sensor_value * 10;
drivers/hwmon/aquacomputer_d5next.c
1402
priv->temp_input[i] = -ENODATA;
drivers/hwmon/aquacomputer_d5next.c
1404
priv->temp_input[i] = sensor_value * 10;
drivers/hwmon/aquacomputer_d5next.c
1425
if (priv->temp_input[1] == -ENODATA)
drivers/hwmon/aquacomputer_d5next.c
1458
priv->temp_input[1] = get_unaligned_be16(data + LEAKSHIELD_TEMPERATURE_2) * 10;
drivers/hwmon/aquacomputer_d5next.c
597
s32 temp_input[20]; /* Max 4 physical and 16 virtual or 8 physical and 12 virtual */
drivers/hwmon/aquacomputer_d5next.c
949
priv->temp_input[i] = -ENODATA;
drivers/hwmon/aquacomputer_d5next.c
951
priv->temp_input[i] = sensor_value * 10;
drivers/hwmon/asus_rog_ryujin.c
237
*val = priv->temp_input[channel];
drivers/hwmon/asus_rog_ryujin.c
397
priv->temp_input[0] =
drivers/hwmon/asus_rog_ryujin.c
94
s32 temp_input[1];
drivers/hwmon/emc1403.c
164
[hwmon_temp_input] = temp_input,
drivers/hwmon/emc1403.c
172
[temp_input] = 0x00,
drivers/hwmon/emc1403.c
178
[temp_input] = 0x01,
drivers/hwmon/emc1403.c
184
[temp_input] = 0x23,
drivers/hwmon/emc1403.c
190
[temp_input] = 0x2a,
drivers/hwmon/emc1403.c
196
[temp_input] = 0x41,
drivers/hwmon/emc1403.c
202
[temp_input] = 0x43
drivers/hwmon/emc1403.c
208
[temp_input] = 0x45,
drivers/hwmon/emc1403.c
214
[temp_input] = 0x47,
drivers/hwmon/emc1403.c
223
[temp_input] = 0x29,
drivers/hwmon/emc1403.c
229
[temp_input] = 0x10,
drivers/hwmon/emc1403.c
235
[temp_input] = 0x24,
drivers/hwmon/emc1403.c
241
[temp_input] = 0x2b,
drivers/hwmon/emc1403.c
247
[temp_input] = 0x42,
drivers/hwmon/emc1403.c
253
[temp_input] = 0x44,
drivers/hwmon/emc1403.c
259
[temp_input] = 0x46,
drivers/hwmon/emc1403.c
265
[temp_input] = 0x48,
drivers/hwmon/ftsteutates.c
181
data->temp_input[i] = err;
drivers/hwmon/ftsteutates.c
366
*val = (data->temp_input[channel] - 64) * 1000;
drivers/hwmon/ftsteutates.c
375
*val = (data->temp_input[channel] == 0);
drivers/hwmon/ftsteutates.c
71
u8 temp_input[FTS_NO_TEMP_SENSORS];
drivers/hwmon/gigabyte_waterforce.c
175
*val = priv->temp_input[channel];
drivers/hwmon/gigabyte_waterforce.c
273
priv->temp_input[0] = data[WATERFORCE_TEMP_SENSOR] * 1000;
drivers/hwmon/gigabyte_waterforce.c
64
s32 temp_input[1];
drivers/hwmon/gl520sm.c
142
data->temp_input[0] = gl520_read_value(client,
drivers/hwmon/gl520sm.c
161
data->temp_input[1] = gl520_read_value(client,
drivers/hwmon/gl520sm.c
507
return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_input[n]));
drivers/hwmon/gl520sm.c
571
static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
drivers/hwmon/gl520sm.c
572
static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_input, 1);
drivers/hwmon/gl520sm.c
79
u8 temp_input[2];
drivers/hwmon/lm87.c
440
static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
drivers/hwmon/lm87.c
443
static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_input, 1);
drivers/hwmon/lm87.c
446
static SENSOR_DEVICE_ATTR_RO(temp3_input, temp_input, 2);
drivers/hwmon/nct6683.c
886
SENSOR_TEMPLATE(temp_input, "temp%d_input", S_IRUGO, show_temp16, NULL, 0);
drivers/hwmon/nct6775-core.c
2386
SENSOR_TEMPLATE_2(temp_input, "temp%d_input", 0444, show_temp, NULL, 0, 0);
drivers/hwmon/nzxt-kraken2.c
115
priv->temp_input[0] = data[1] * 1000 + data[2] * 100;
drivers/hwmon/nzxt-kraken2.c
33
s32 temp_input[1];
drivers/hwmon/nzxt-kraken2.c
48
*val = priv->temp_input[channel];
drivers/hwmon/nzxt-kraken3.c
114
s32 temp_input[1];
drivers/hwmon/nzxt-kraken3.c
310
*val = priv->temp_input[channel];
drivers/hwmon/nzxt-kraken3.c
774
priv->temp_input[0] =
drivers/hwmon/pc87360.c
1085
{ &temp_input[X].dev_attr.attr, \
drivers/hwmon/pc87360.c
889
static struct sensor_device_attribute temp_input[] = {
drivers/hwmon/pc87360.c
890
SENSOR_ATTR_RO(temp1_input, temp_input, 0),
drivers/hwmon/pc87360.c
891
SENSOR_ATTR_RO(temp2_input, temp_input, 1),
drivers/hwmon/pc87360.c
892
SENSOR_ATTR_RO(temp3_input, temp_input, 2),
drivers/hwmon/pc87427.c
779
static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
drivers/hwmon/pc87427.c
780
static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_input, 1);
drivers/hwmon/pc87427.c
781
static SENSOR_DEVICE_ATTR_RO(temp3_input, temp_input, 2);
drivers/hwmon/pc87427.c
782
static SENSOR_DEVICE_ATTR_RO(temp4_input, temp_input, 3);
drivers/hwmon/pc87427.c
783
static SENSOR_DEVICE_ATTR_RO(temp5_input, temp_input, 4);
drivers/hwmon/pc87427.c
784
static SENSOR_DEVICE_ATTR_RO(temp6_input, temp_input, 5);
drivers/hwmon/tc74.c
33
s8 temp_input; /* Temp value in dC */
drivers/hwmon/tc74.c
74
data->temp_input = value;
drivers/hwmon/tc74.c
95
return sprintf(buf, "%d\n", data->temp_input * 1000);
drivers/hwmon/tc74.c
97
static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_input, 0);
drivers/hwmon/thmc50.c
168
return sprintf(buf, "%d\n", data->temp_input[nr] * 1000);
drivers/hwmon/thmc50.c
68
s8 temp_input[3];
drivers/hwmon/thmc50.c
94
data->temp_input[i] = i2c_smbus_read_byte_data(client,
drivers/media/i2c/vpx3220.c
340
int temp_input;
drivers/media/i2c/vpx3220.c
345
temp_input = vpx3220_fp_read(sd, 0xf2);
drivers/media/i2c/vpx3220.c
364
vpx3220_fp_write(sd, 0xf2, temp_input | 0x0010);
drivers/thermal/thermal_hwmon.c
172
snprintf(temp->temp_input.name, sizeof(temp->temp_input.name),
drivers/thermal/thermal_hwmon.c
174
temp->temp_input.attr.attr.name = temp->temp_input.name;
drivers/thermal/thermal_hwmon.c
175
temp->temp_input.attr.attr.mode = 0444;
drivers/thermal/thermal_hwmon.c
176
temp->temp_input.attr.show = temp_input_show;
drivers/thermal/thermal_hwmon.c
177
sysfs_attr_init(&temp->temp_input.attr.attr);
drivers/thermal/thermal_hwmon.c
178
result = device_create_file(hwmon->device, &temp->temp_input.attr);
drivers/thermal/thermal_hwmon.c
205
device_remove_file(hwmon->device, &temp->temp_input.attr);
drivers/thermal/thermal_hwmon.c
237
device_remove_file(hwmon->device, &temp->temp_input.attr);
drivers/thermal/thermal_hwmon.c
41
struct thermal_hwmon_attr temp_input; /* hwmon sys attr */
drivers/thermal/thermal_hwmon.c
58
temp_input);