• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/

Lines Matching refs:sensors

24     only reading the sensors and their settings is supported.
88 /* Worst case scenario 16 in sensors (longest names_length) and the rest
89 temp sensors (second longest names_length). */
126 /* + 1 -> end of sensors indicated by a sensor with name == NULL */
127 struct abituguru3_sensor_info sensors[ABIT_UGURU3_MAX_NO_SENSORS + 1];
141 automatically. We have max 10 entries per sensor (for in sensors) */
148 /* Pointer to the sensors info for the detected motherboard */
149 const struct abituguru3_sensor_info *sensors;
151 /* The abituguru3 supports upto 48 sensors, and thus has registers
152 sets for 48 sensors, for convienence reasons / simplicity of the
153 code we always read and store all registers for all 48 sensors */
155 /* Alarms for all 48 sensors (1 bit per sensor) */
158 /* Value of all 48 sensors */
161 /* Settings of all 48 sensors, note in and temp sensors (the first 32
162 sensors) have 3 bytes of settings, while fans only have 2 bytes,
163 for convenience we use 3 bytes for all sensors */
777 sensor_device_attribute_2->index: index into the data->sensors array
792 sensor = &data->sensors[attr->index];
804 /* alternatively we could update the sensors settings struct for this,
822 port = data->sensors[attr->index].port;
841 if (data->settings[data->sensors[attr->index].port][0] & attr->nr)
853 return sprintf(buf, "%s\n", data->sensors[attr->index].name);
948 data->sensors = abituguru3_motherboards[i].sensors;
957 for (i = 0; data->sensors[i].name; i++) {
961 ": Fatal error motherboard has more sensors "
968 type = data->sensors[i].type;
1054 /* Read in and temp sensors (3 byte settings / sensor) */
1067 /* Read temp sensors (2 byte settings / sensor) */