Searched refs:sensors (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_sensor.h27 /* Enumerates all supported sensors */
28 enum sensors { enum
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dibmpex.c2 * A hwmon driver for the IBM PowerExecutive temperature/power sensors
107 struct ibmpex_sensor_data *sensors; member in struct:ibmpex_bmc_data
245 if (!data->sensors[i].in_use)
250 data->sensors[i].values[0] =
252 data->sensors[i].values[1] =
254 data->sensors[i].values[2] =
289 int mult = data->sensors[attr->index].multiplier;
293 data->sensors[attr->index].values[attr->nr] * mult);
361 data->sensors[sensor].attr[func].dev_attr.attr.name = n;
362 data->sensors[senso
[all...]
H A Dibmaem.c3 * temperature/power/energy sensors and capping functionality.
149 /* Function to update sensors */
153 * AEM 1.x sensors:
154 * Available sensors:
158 * AEM 2.x sensors:
161 * Two temperature sensors
166 struct sensor_device_attribute sensors[AEM_NUM_SENSORS]; member in struct:aem_data
220 /* These are used to query sensors */
483 /* Update all AEM1 sensors */
496 /* Update all AEM2 sensors */
943 struct sensor_device_attribute *sensors = data->sensors; local
[all...]
H A Dabituguru3.c24 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]; member in struct:abituguru3_motherboard_info
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; member in struct:abituguru3_data
151 /* The abituguru3 supports upto 48 sensors, and thus has registers
152 sets for 48 sensors, fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dpower_meter.c102 struct sensor_device_attribute sensors[NUM_SENSORS]; member in struct:acpi_power_meter_resource
625 struct sensor_device_attribute *sensors = local
626 &resource->sensors[resource->num_sensors];
630 sensors->dev_attr.attr.name = ro->label;
631 sensors->dev_attr.attr.mode = S_IRUGO;
632 sensors->dev_attr.show = ro->show;
633 sensors->index = ro->index;
635 res = device_create_file(dev, &sensors->dev_attr);
637 sensors->dev_attr.attr.name = NULL;
640 sensors
653 struct sensor_device_attribute *sensors = local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_smu_sensors.c2 * Windfarm PowerMac thermal control. SMU based sensors
48 * SMU basic sensors objects
212 /* We currently pick the sensors based on the OF name and location
413 struct device_node *smu, *sensors, *s; local
426 /* Look for sensors subdir */
427 for (sensors = NULL;
428 (sensors = of_get_next_child(smu, sensors)) != NULL;)
429 if (!strcmp(sensors->name, "sensors"))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas-proc.c48 /* IBM specific sensors */
111 #define MAX_SENSORS 17 /* I only know of 17 sensors */
118 static struct rtas_sensors sensors; variable in typeref:struct:rtas_sensors
271 proc_create("powerpc/rtas/sensors", S_IRUGO, NULL,
425 seq_printf(m, "\nNo sensors are available\n");
429 for (i=0; i<sensors.quant; i++) {
430 struct individual_sensor *p = &sensors.sensor[i];
463 utmp = of_get_property(rtas_node, "rtas-sensors", &len);
465 printk (KERN_ERR "error: could not get rtas-sensors\n");
469 sensors
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2.h115 enum sensors { enum
389 enum sensors sensor_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsq930x.c47 enum sensors { enum
880 * 5: f6 = cdd (icx098bq, lz24bp) / fe or de = cmos (i2c) (other sensors)
H A Dt613.c59 enum sensors { enum
H A Dsonixj.c74 enum sensors { enum
528 /* sequence specific to the sensors - !! index = SENSOR_xxx */
556 /* gamma for sensors HV7131R and MT9V111 */
H A Dzc3xx.c65 enum sensors { enum
6423 /* define some sensors from the vendor/product */

Completed in 280 milliseconds