[go: nahoru, domu]

Searched refs:sensors (Results 1 - 25 of 47) sorted by last modified time

12

/drivers/w1/slaves/
H A DKconfig10 Say Y here if you want to connect 1-wire thermal sensors to your
/drivers/thermal/ti-soc-thermal/
H A Ddra752-thermal-data.c431 .sensors = {
H A Domap4-thermal-data.c80 .sensors = {
220 .sensors = {
253 .sensors = {
H A Domap5-thermal-data.c331 .sensors = {
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 Dti-bandgap.h68 * sensors, representing every sensor instance present in this bandgap.
168 * struct temp_sensor_data - The thresholds and limits for temperature sensors.
226 * @conf: struct with bandgap configuration set (# sensors, conv_table, etc)
349 * @sensors: array of sensors present in this bandgap instance
353 * is capable of, the clock names to feed this device, the amount of sensors and
370 struct ti_temp_sensor sensors[]; member in struct:ti_bandgap_data
H A Dti-thermal-common.c93 s = &bgp->conf->sensors[data->sensor_id];
/drivers/staging/iio/addac/
H A DKconfig11 and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
/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/platform/chrome/
H A DKconfig23 light sensors and touchpads.
/drivers/rtc/
H A DKconfig1425 This drivers makes such sensors available as RTCs.
/drivers/hid/
H A DKconfig850 for a sensor hub and identifies all the sensors connected to it.
/drivers/hwmon/
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...]
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 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 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 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...]
/drivers/hwmon/pmbus/
H A Dpmbus_core.c103 struct pmbus_sensor *sensors; member in struct:pmbus_data
387 for (sensor = data->sensors; sensor; sensor = sensor->next) {
423 /* scale result to milli-units for all sensors except fans */
427 /* scale result to micro-units for power sensors */
464 /* scale result to micro-units for power sensors */
870 sensor->next = data->sensors;
871 data->sensors = sensor;
901 * Search for attributes. Allocate sensors, booleans, and labels as needed.
1613 /* Voltage sensors */
1619 /* Current sensors */
[all...]
/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/i2c/busses/
H A DKconfig64 and temperature sensors live. Saying yes here will give you access
/drivers/iio/
H A DKconfig10 drivers for many different types of embedded sensors using a
/drivers/iio/common/
H A DMakefile10 obj-y += hid-sensors/
/drivers/iio/common/hid-sensors/
H A DKconfig22 Say yes here to build trigger support for HID sensors.
/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

Completed in 793 milliseconds

12