Searched defs:sensors (Results 1 - 17 of 17) sorted by relevance

/drivers/media/video/gspca/m5602/
H A Dm5602_sensor.h27 /* Enumerates all supported sensors */
28 enum sensors { enum
/drivers/macintosh/
H A Dwindfarm_smu_sensors.c2 * Windfarm PowerMac thermal control. SMU based sensors
47 * SMU basic sensors objects
211 /* We currently pick the sensors based on the OF name and location
412 struct device_node *smu, *sensors, *s; local
425 /* Look for sensors subdir */
426 for (sensors = NULL;
427 (sensors = of_get_next_child(smu, sensors)) != NULL;)
428 if (!strcmp(sensors->name, "sensors"))
[all...]
/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 sysfs_attr_init(&data->sensors[sensor].attr[func].dev_attr.attr);
362 data->sensors[senso
[all...]
H A Dabituguru3.c24 * only reading the sensors and their settings is supported.
103 * Worst case scenario 16 in sensors (longest names_length) and the rest
104 * temp sensors (second longest names_length).
146 /* + 1 -> end of sensors indicated by a sensor with name == NULL */
147 struct abituguru3_sensor_info sensors[ABIT_UGURU3_MAX_NO_SENSORS + 1]; member in struct:abituguru3_motherboard_info
164 * automatically. We have max 10 entries per sensor (for in sensors)
172 /* Pointer to the sensors info for the detected motherboard */
173 const struct abituguru3_sensor_info *sensors; member in struct:abituguru3_data
176 * The abituguru3 supports up to 48 sensors, and thus has registers
177 * sets for 48 sensors, fo
[all...]
H A Dacpi_power_meter.c102 struct sensor_device_attribute sensors[NUM_SENSORS]; member in struct:acpi_power_meter_resource
626 struct sensor_device_attribute *sensors = local
627 &resource->sensors[resource->num_sensors];
631 sensors->dev_attr.attr.name = ro->label;
632 sensors->dev_attr.attr.mode = S_IRUGO;
633 sensors->dev_attr.show = ro->show;
634 sensors->index = ro->index;
636 sysfs_attr_init(&sensors->dev_attr.attr);
637 res = device_create_file(dev, &sensors->dev_attr);
639 sensors
655 struct sensor_device_attribute *sensors = local
[all...]
H A Dibmaem.c3 * temperature/power/energy sensors and capping functionality.
150 /* Function and buffer to update sensors */
155 * AEM 1.x sensors:
156 * Available sensors:
160 * AEM 2.x sensors:
163 * Two temperature sensors
168 struct sensor_device_attribute sensors[AEM_NUM_SENSORS]; member in struct:aem_data
222 /* These are used to query sensors */
452 /* Update all AEM1 sensors */
465 /* Update all AEM2 sensors */
927 struct sensor_device_attribute *sensors = data->sensors; local
[all...]
/drivers/media/video/gspca/
H A Dov534.c83 enum sensors { enum
H A Dov534_9.c71 enum sensors { enum
H A Dsq930x.c49 enum sensors { enum
899 * 5: f6 = cdd (icx098bq, lz24bp) / fe or de = cmos (i2c) (other sensors)
H A Dt613.c63 enum sensors { enum
H A Dsonixj.c93 enum sensors { enum
598 /* sequence specific to the sensors - !! index = SENSOR_xxx */
627 /* gamma for sensors HV7131R and MT9V111 */
H A Dvc032x.c54 #define FL_SAMSUNG 0x01 /* SamsungQ1 (2 sensors) */
62 enum sensors { enum
146 /* next 2 controls work with some sensors only */
H A Dzc3xx.c74 enum sensors { enum
6503 /* define some sensors from the vendor/product */
H A Dov519.c22 * Support for OV7670 sensors was contributed by Sam Skipsey <aoanla@yahoo.com>
124 enum sensors { enum
144 the ov sensors which is already present here. When we have the time we
208 /* The flip controls work for sensors ov7660 and ov7670 only */
2733 pr_err("error hires sensors only supported with ovfx2\n");
3262 /* This function works for sensors ov7640, ov7648 ov7660 and ov7670 only */
3636 for more sensors we need to do this for them too */
4179 /* this function works for bridge ov519 and sensors ov7660 and ov7670 only */
H A Dtopro.c158 enum sensors { enum
/drivers/hwmon/pmbus/
H A Dpmbus_core.c34 * Constants needed to determine number of sensors, booleans, and labels.
128 struct pmbus_sensor *sensors; member in struct:pmbus_data
421 struct pmbus_sensor *sensor = &data->sensors[i];
458 /* scale result to milli-units for all sensors except fans */
462 /* scale result to micro-units for power sensors */
499 /* scale result to micro-units for power sensors */
689 * The upper half-word references the two sensors,
691 * The upper half-word references the two optional sensors,
733 sensor1 = &data->sensors[s1];
736 sensor2 = &data->sensors[s
[all...]
/drivers/media/video/cpia2/
H A Dcpia2.h110 enum sensors { enum
384 enum sensors sensor_type;

Completed in 1280 milliseconds