[go: nahoru, domu]

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

12

/drivers/iio/common/
H A DMakefile10 obj-y += hid-sensors/
/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h27 /* Enumerates all supported sensors */
28 enum sensors { enum
/drivers/hwmon/
H A Dibmpex.c2 * A hwmon driver for the IBM PowerExecutive temperature/power sensors
108 struct ibmpex_sensor_data *sensors; member in struct:ibmpex_bmc_data
246 if (!data->sensors[i].in_use)
251 data->sensors[i].values[0] =
253 data->sensors[i].values[1] =
255 data->sensors[i].values[2] =
290 int mult = data->sensors[attr->index].multiplier;
294 data->sensors[attr->index].values[attr->nr] * mult);
362 sysfs_attr_init(&data->sensors[sensor].attr[func].dev_attr.attr);
363 data->sensors[senso
[all...]
H A Dibmaem.c3 * temperature/power/energy sensors and capping functionality.
151 /* Function and buffer to update sensors */
156 * AEM 1.x sensors:
157 * Available sensors:
161 * AEM 2.x sensors:
164 * Two temperature sensors
169 struct sensor_device_attribute sensors[AEM_NUM_SENSORS]; member in struct:aem_data
223 /* These are used to query sensors */
454 /* Update all AEM1 sensors */
467 /* Update all AEM2 sensors */
927 struct sensor_device_attribute *sensors = data->sensors; local
[all...]
H A Dibmpowernv.c2 * IBM PowerNV platform sensors for temperature/fan/voltage/power
42 * Enumerates all the types of sensors in the POWERNV platform and does index
45 enum sensors { enum
67 enum sensors type;
74 u32 sensors_count; /* Total count of sensors from each group */
77 /* Platform device representing all the ibmpowernv sensors */
139 static int __init create_hwmon_attr_name(struct device *dev, enum sensors type,
180 enum sensors type;
182 opal = of_find_node_by_path("/ibm,opal/sensors");
184 dev_dbg(&pdev->dev, "Opal node 'sensors' no
[all...]
H A Dabituguru3.c24 * only reading the sensors and their settings is supported.
105 * Worst case scenario 16 in sensors (longest names_length) and the rest
106 * temp sensors (second longest names_length).
148 /* + 1 -> end of sensors indicated by a sensor with name == NULL */
149 struct abituguru3_sensor_info sensors[ABIT_UGURU3_MAX_NO_SENSORS + 1]; member in struct:abituguru3_motherboard_info
166 * automatically. We have max 10 entries per sensor (for in sensors)
174 /* Pointer to the sensors info for the detected motherboard */
175 const struct abituguru3_sensor_info *sensors; member in struct:abituguru3_data
178 * The abituguru3 supports up to 48 sensors, and thus has registers
179 * 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
634 struct sensor_device_attribute *sensors = local
635 &resource->sensors[resource->num_sensors];
639 sensors->dev_attr.attr.name = attrs->label;
640 sensors->dev_attr.attr.mode = S_IRUGO;
641 sensors->dev_attr.show = attrs->show;
642 sensors->index = attrs->index;
645 sensors->dev_attr.attr.mode |= S_IWUSR;
646 sensors->dev_attr.store = attrs->set;
649 sysfs_attr_init(&sensors
[all...]
H A DKconfig12 can include temperature sensors, voltage sensors, fan speed
13 sensors and various additional features such as the ability to
16 sensors chip(s) below.
19 sensors-detect script from the lm_sensors package. Read
50 used to access sensors outside the AB8500 chip.
75 third revision of the Abit uGuru chip. Only reading the sensors
89 AD7314, ADT7301 and ADT7302 temperature sensors.
256 family of SMBus sensors chip found on most Intel X38, X48, X58,
271 lm-sensors 2.1
[all...]
/drivers/staging/iio/cdc/
H A DKconfig10 Say yes here to build support for Analog Devices capacitive sensors.
20 Say yes here to build support for Analog Devices capacitive sensors.
30 Say yes here to build support for Analog Devices capacitive sensors.
/drivers/iio/imu/
H A DKconfig16 adis16365, adis16400 and adis16405 triaxial inertial sensors
26 ADIS16485, ADIS16488 inertial sensors.
/drivers/macintosh/
H A Dwindfarm_ad7417_sensor.c2 * Windfarm PowerMac thermal control. AD7417 sensors
33 struct wf_sensor sensors[5]; member in struct:wf_ad7417_priv
103 int chan = sr - pv->sensors;
184 pv->sensors[index].name = kasprintf(GFP_KERNEL, "%s-%d", name, pv->cpu);
185 pv->sensors[index].priv = pv;
186 pv->sensors[index].ops = ops;
187 if (!wf_register_sensor(&pv->sensors[index]))
281 * node with the names of the individual sensors so we
303 wf_unregister_sensor(&pv->sensors[i]);
H A Dwindfarm_smu_sat.c2 * Windfarm PowerMac thermal control. SMU "satellite" controller sensors.
42 struct list_head sensors; member in struct:wf_sat
52 int index2; /* used for power sensors */
226 INIT_LIST_HEAD(&sat->sensors);
239 /* the cooked sensors are between 0x30 and 0x37 */
295 list_add(&sens->link, &sat->sensors);
300 /* make the power sensors */
322 list_add(&sens->link, &sat->sensors);
338 /* release sensors */
339 while(!list_empty(&sat->sensors)) {
[all...]
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/thermal/ti-soc-thermal/
H A Dti-bandgap.c85 t = bgp->conf->sensors[(id)].registers; \
138 tsr = bgp->conf->sensors[id].registers;
168 * HAS(TALERT). This handler goes over all sensors and checks their
184 tsr = bgp->conf->sensors[i].registers;
214 __func__, bgp->conf->sensors[i].domain,
377 tsr = bgp->conf->sensors[id].registers;
411 struct temp_sensor_data *ts_data = bgp->conf->sensors[id].ts_data;
416 tsr = bgp->conf->sensors[id].registers;
467 * @id cannot index @bgp sensors.
521 ts_data = bgp->conf->sensors[i
[all...]
H A Domap4-thermal-data.c80 .sensors = {
220 .sensors = {
253 .sensors = {
H A Domap5-thermal-data.c331 .sensors = {
/drivers/iio/humidity/
H A DKconfig4 menu "Humidity sensors"
7 tristate "DHT11 (and compatible sensors) driver"
12 Other sensors should work as well as long as they speak the
/drivers/staging/iio/addac/
H A DKconfig11 and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
/drivers/w1/slaves/
H A DKconfig10 Say Y here if you want to connect 1-wire thermal sensors to your
/drivers/iio/common/hid-sensors/
H A DKconfig22 Say yes here to build trigger support for HID sensors.
/drivers/platform/chrome/
H A DKconfig23 light sensors and touchpads.
/drivers/i2c/
H A DKconfig18 hardware sensors support, and also for Video For Linux support.
45 Say Y here if you intend to run lm-sensors 3.1.1 or older, or any
/drivers/iio/common/st_sensors/
H A Dst_sensors_core.c2 * STMicroelectronics sensors core library driver
459 int num_sensors_list, const struct st_sensors *sensors)
473 if (sensors[i].wai == wai)
479 for (n = 0; n < ARRAY_SIZE(sensors[i].sensors_supported); n++) {
481 &sensors[i].sensors_supported[n][0]) == 0)
484 if (n == ARRAY_SIZE(sensors[i].sensors_supported)) {
489 sdata->sensor = (struct st_sensors *)&sensors[i];
547 MODULE_DESCRIPTION("STMicroelectronics ST-sensors core");
458 st_sensors_check_device_support(struct iio_dev *indio_dev, int num_sensors_list, const struct st_sensors *sensors) argument
/drivers/iio/
H A DKconfig10 drivers for many different types of embedded sensors using a
/drivers/iio/pressure/
H A DKconfig6 menu "Pressure sensors"
53 sensors: LPS001WP, LPS25H, LPS331AP.

Completed in 326 milliseconds

12