Searched defs:temp_input (Results 1 - 9 of 9) sorted by relevance

/drivers/hwmon/
H A Dad7414.c46 s16 temp_input; /* Register values */ member in struct:ad7414_data
89 data->temp_input = value;
113 return sprintf(buf, "%d\n", ad7414_temp_from_reg(data->temp_input));
155 int value = (data->temp_input >> bitnr) & 1;
H A Dmax6642.c96 u16 temp_input[2]; /* local/remote */ member in struct:max6642_data
185 data->temp_input[0] = val;
192 data->temp_input[1] = val;
216 temp_from_reg10(data->temp_input[attr->index]));
H A Dlm77.c56 int temp_input; /* Temperatures */ member in struct:lm77_data
121 show(temp_input); variable
397 data->temp_input =
H A Dthmc50.c79 s8 temp_input[3]; member in struct:thmc50_data
159 return sprintf(buf, "%d\n", data->temp_input[nr] * 1000);
444 data->temp_input[i] = i2c_smbus_read_byte_data(client,
H A Dgl520sm.c123 u8 temp_input[2]; member in struct:gl520_data
421 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_input[n]));
870 data->temp_input[0] = gl520_read_value(client,
889 data->temp_input[1] = gl520_read_value(client,
H A Djc42.c147 u16 temp_input; /* Temperatures */ member in struct:jc42_data
266 show(temp_input); variable
376 val = data->temp_input;
559 data->temp_input = val;
H A Dpc87360.c866 static struct sensor_device_attribute temp_input[] = { variable in typeref:struct:sensor_device_attribute
969 &temp_input[X].dev_attr.attr, \
1200 &temp_input[i].dev_attr))
/drivers/media/video/
H A Dvpx3220.c353 int temp_input; local
358 temp_input = vpx3220_fp_read(sd, 0xf2);
377 vpx3220_fp_write(sd, 0xf2, temp_input | 0x0010);
/drivers/thermal/
H A Dthermal_sys.c442 struct thermal_hwmon_attr temp_input; /* hwmon sys attr */ member in struct:thermal_hwmon_temp
465 temp_input);
571 snprintf(temp->temp_input.name, THERMAL_NAME_LENGTH,
573 temp->temp_input.attr.attr.name = temp->temp_input.name;
574 temp->temp_input.attr.attr.mode = 0444;
575 temp->temp_input.attr.show = temp_input_show;
576 sysfs_attr_init(&temp->temp_input.attr.attr);
577 result = device_create_file(hwmon->device, &temp->temp_input.attr);
606 device_remove_file(hwmon->device, &temp->temp_input
[all...]

Completed in 426 milliseconds