Searched refs:temp_input (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dvpx3220.c411 int temp_input; local
416 temp_input = vpx3220_fp_read(client, 0xf2);
457 vpx3220_fp_write(client, 0xf2, temp_input | 0x0010);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1021.c102 u8 temp_input; member in struct:adm1021_data
146 show(temp_input); variable
374 data->temp_input = adm1021_read_value(client, ADM1021_REG_TEMP);
H A Dlm77.c58 int temp_input; /* Temperatures */ member in struct:lm77_data
112 show(temp_input); variable
404 data->temp_input =
H A Dgl520sm.c139 u8 temp_input[2]; member in struct:gl520_data
416 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_input[n - 1]));
756 data->temp_input[0] = gl520_read_value(client, GL520_REG_TEMP1_INPUT);
777 data->temp_input[1] = gl520_read_value(client, GL520_REG_TEMP2_INPUT);
H A Dpc87360.c760 static struct sensor_device_attribute temp_input[] = { variable in typeref:struct:sensor_device_attribute
803 &temp_input[X].dev_attr.attr, \
1038 &temp_input[i].dev_attr))

Completed in 90 milliseconds