Searched full:sensors (Results 1 – 25 of 968) sorted by relevance
12345678910>>...39
... examples.pro qtsensors-1ab8d6c7257f9ec060739b648704be1cf1c16b05/examples/sensors/ qtsensors-1ab8d6c7257f9ec060739b648704be1cf1c16b05/examples/sensors/
80 struct intel_soc_dts_sensors *sensors; in sys_get_trip_temp() local83 sensors = dts->sensors; in sys_get_trip_temp()84 mutex_lock(&sensors->dts_update_lock); in sys_get_trip_temp()87 mutex_unlock(&sensors->dts_update_lock); in sys_get_trip_temp()95 *temp = sensors->tj_max - out * 1000; in sys_get_trip_temp()113 struct intel_soc_dts_sensors *sensors = dts->sensors; in update_trip_temp() local115 if (sensors->intr_type == INTEL_SOC_DTS_INTERRUPT_MSI) in update_trip_temp()118 temp_out = (sensors->tj_max - temp) / 1000; in update_trip_temp()197 struct intel_soc_dts_sensors *sensors = dts->sensors; in sys_set_trip_temp() local200 if (temp > sensors->tj_max) in sys_set_trip_temp()[all …]
230 struct occ_sensors *sensors = &occ->sensors; in occ_show_temp_1() local237 temp = ((struct temp_sensor_1 *)sensors->temp.data) + sattr->index; in occ_show_temp_1()266 struct occ_sensors *sensors = &occ->sensors; in occ_show_temp_2() local273 temp = ((struct temp_sensor_2 *)sensors->temp.data) + sattr->index; in occ_show_temp_2()317 struct occ_sensors *sensors = &occ->sensors; in occ_show_freq_1() local324 freq = ((struct freq_sensor_1 *)sensors->freq.data) + sattr->index; in occ_show_freq_1()347 struct occ_sensors *sensors = &occ->sensors; in occ_show_freq_2() local354 freq = ((struct freq_sensor_2 *)sensors->freq.data) + sattr->index; in occ_show_freq_2()377 struct occ_sensors *sensors = &occ->sensors; in occ_show_power_1() local384 power = ((struct power_sensor_1 *)sensors->power.data) + sattr->index; in occ_show_power_1()[all …]
13 SRC_URI = "git://github.com/lm-sensors/lm-sensors.git;protocol=https;branch=master \59 oe_runmake user PROG_EXTRA="sensors ${PACKAGECONFIG_CONFARGS}"88 RPROVIDES:${PN}-dbg += "${PN}-libsensors-dbg ${PN}-sensors-dbg ${PN}-sensord-dbg ${PN}-isatools-dbg"93 ${PN}-sensors \105 # sensors command packages106 PACKAGES =+ "${PN}-sensors ${PN}-sensors-doc"114 # sensors-detect script117 # sensors-conf-convert script128 …:${PN}-libsensors = "${libdir}/libsensors.so.* ${sysconfdir}/sensors3.conf ${sysconfdir}/sensors.d"134 # sensors command files[all …]
3 HOMEPAGE = "http://www.lm-sensors.org/"12 file://sensors.conf \28 install -d ${D}${sysconfdir}/sensors.d29 install -m 0644 ${WORKDIR}/sensors.conf ${D}${sysconfdir}/sensors.d59 FILES:${PN}-libsensors = "${sysconfdir}/sensors.d/sensors.conf"
3 # all sensors drivers configuration6 comment "handle all sensors"13 source "drivers/input/sensors/angle/Kconfig"14 source "drivers/input/sensors/accel/Kconfig"15 source "drivers/input/sensors/compass/Kconfig"16 source "drivers/input/sensors/gyro/Kconfig"17 source "drivers/input/sensors/lsensor/Kconfig"18 source "drivers/input/sensors/psensor/Kconfig"19 source "drivers/input/sensors/temperature/Kconfig"20 source "drivers/input/sensors/pressure/Kconfig"[all …]
3 * A hwmon driver for the IBM PowerExecutive temperature/power sensors90 struct ibmpex_sensor_data *sensors; member228 if (!data->sensors[i].in_use) in ibmpex_update_device()233 data->sensors[i].values[0] = in ibmpex_update_device()235 data->sensors[i].values[1] = in ibmpex_update_device()237 data->sensors[i].values[2] = in ibmpex_update_device()272 int mult = data->sensors[attr->index].multiplier; in ibmpex_show_sensor()276 data->sensors[attr->index].values[attr->nr] * mult); in ibmpex_show_sensor()344 sysfs_attr_init(&data->sensors[sensor].attr[func].dev_attr.attr); in create_sensor()345 data->sensors[sensor].attr[func].dev_attr.attr.name = n; in create_sensor()[all …]
4 * temperature/power/energy sensors and capping functionality.138 /* Function and buffer to update sensors */143 * AEM 1.x sensors:144 * Available sensors:148 * AEM 2.x sensors:151 * Two temperature sensors156 struct sensor_device_attribute sensors[AEM_NUM_SENSORS]; member210 /* These are used to query sensors */441 /* Update all AEM1 sensors */454 /* Update all AEM2 sensors */[all …]
3 * IBM PowerNV platform sensors for temperature/fan/voltage/power33 * Enumerates all the types of sensors in the POWERNV platform and does index36 enum sensors { enum50 * PowerNV firmware (skiboot). These are ordered as 'enum sensors'.77 enum sensors type;93 u32 sensors_count; /* Total count of sensors from each group */199 * The digital thermal sensors are associated in make_sensor_label()248 static const char *convert_opal_attr_name(enum sensors type, in convert_opal_attr_name()274 enum sensors type, u32 *index) in parse_opal_node_name()293 enum sensors type; in get_sensor_type()[all …]
13 can include temperature sensors, voltage sensors, fan speed14 sensors and various additional features such as the ability to17 sensors chip(s) below.20 sensors-detect script from the lm_sensors package. Read49 used to access sensors outside the AB8500 chip.74 third revision of the Abit uGuru chip. Only reading the sensors88 AD7314, ADT7301 and ADT7302 temperature sensors.263 If you say yes here you get support for the PVT sensors of275 family of SMBus sensors chip found on most Intel X38, X48, X58,299 lm-sensors 2.10.1 for proper userspace support.[all …]
2 bool "lm-sensors"4 Lm-sensors is a hardware health monitoring package for6 temperature, voltage, and fan speed sensors. It12 comment "lm-sensors tools"15 bool "sensors"18 Sensors is used to show the current readings of all sensor43 Pwmconfig searches your sensors for pulse width modulation48 bool "sensors-detect"51 Sensors-detect is an interactive program for detecting54 comment "sensors-detect needs perl"
3 To know whether the libiconv library is available, lm-sensors is using6 Moreover, the lm-sensors program making use of the iconv_*() API14 Index: b/prog/sensors/Module.mk16 --- a/prog/sensors/Module.mk17 +++ b/prog/sensors/Module.mk28 all-prog-sensors: $(PROGSENSORSTARGETS)29 user :: all-prog-sensors
3 # lm-sensors8 LM_SENSORS_SITE = $(call github,lm-sensors,lm-sensors,V$(LM_SENSORS_VERSION))14 LM_SENSORS_BINS_ = bin/sensors-conf-convert15 LM_SENSORS_BINS_$(BR2_PACKAGE_LM_SENSORS_SENSORS) += bin/sensors20 LM_SENSORS_BINS_$(BR2_PACKAGE_LM_SENSORS_SENSORS_DETECT) += sbin/sensors-detect
3 # Chemical sensors6 menu "Chemical Sensors"9 tristate "Atlas Scientific OEM SM sensors"17 Atlas Scientific OEM SM sensors:26 tristate "Atlas Scientific EZO sensors"30 Atlas Scientific EZO sensors69 tristate "AMS iAQ-Core VOC sensors"74 sensors122 tristate "Sensirion SGPxx gas sensors"127 Sensirion SGP gas sensors:[all …]
13 This driver implements reading the platform sensors data like temperature/fan/21 All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in43 tempX_enable Enable/disable all temperature sensors belonging to the46 disable/enable all of its temperature sensors.56 inX_enable Enable/disable all voltage sensors belonging to the59 disable/enable all of its voltage sensors.67 powerX_enable Enable/disable all power sensors belonging to the70 disable/enable all of its power sensors.78 currX_enable Enable/disable all current sensors belonging to the81 disable/enable all of its current sensors.
24 Note: because of the lack of specs only the sensors part of the uGuru is60 level we will call banks. A bank holds data for one or more sensors. The data67 See below for all known bank addresses, numbers of sensors in that bank,168 This bank contains 0 sensors, iow the sensor address is ignored (but must be186 This bank contains 16 sensors, for each sensor it contains 1 byte.187 So far the following sensors are known to be available on all motherboards:197 This byte holds the reading from the sensor. Sensors in Bank1 can be both198 volt and temp sensors, this is motherboard specific. The uGuru however does202 Volt sensors use a linear scale, a reading 0 corresponds with 0 volt and a203 reading of 255 with 3494 mV. The sensors for higher voltages however are[all …]
15 Lm-sensors20 http://www.lm-sensors.org/ or as a package from your Linux distribution.23 Get lm-sensors from project web site. Please note, you need only userspace28 0) get lm-sensors userspace utils31 2) run sensors-detect script, it will tell you what modules you need to load.32 3) load them and run "sensors" command, you should see some results.33 4) fix sensors.conf, labels, limits, fan divisors
91 /* MT8173 thermal sensors */98 /* AUXADC channel 11 is used for the temperature sensors */101 /* The total number of temperature sensors in the MT8173 */119 * MT8183 has 6 sensors and needs 6 VTS calibration data.120 * MT8173 has 5 sensors and needs 5 VTS calibration data.121 * MT2701 has 3 sensors and needs 3 VTS calibration data.122 * MT2712 has 4 sensors and needs 4 VTS calibration data.166 /* MT2701 thermal sensors */171 /* AUXADC channel 11 is used for the temperature sensors */174 /* The total number of temperature sensors in the MT2701 */[all …]
12 sensors used to monitor and control the system itself, like fan speed control25 * color and light sensors27 * pressure sensors28 * proximity sensors29 * temperature sensors31 Usually these sensors are connected via :doc:`SPI <../spi>` or32 :doc:`I2C <../i2c>`. A common use case of the sensors devices is to have
3 # Proximity sensors6 menu "Lightning sensors"22 menu "Proximity and distance sensors"50 tristate "MaxSonar I2CXL family ultrasonic sensors"53 Say Y to build a driver for the ultrasonic sensors I2CXL of62 tristate "Parallax GPIO bitbanged ranger sensors"65 Say Y here to build a driver for GPIO bitbanged ranger sensors137 ultrasonic ranger sensors with i2c interface.159 ToF ranger sensors with i2c interface.
3 This binding describes thermal sensors that is part of Stingray SoCs.12 - thermal-sensors: A list of thermal sensor phandles and specifier.36 thermal-sensors = <&tmon 0>;48 thermal-sensors = <&tmon 1>;60 thermal-sensors = <&tmon 2>;72 thermal-sensors = <&tmon 3>;84 thermal-sensors = <&tmon 4>;96 thermal-sensors = <&tmon 5>;
78 "#qcom,sensors":80 Number of sensors enabled on this platform88 Number of cells required to uniquely identify the thermal sensors. Since89 we have multiple sensors this is set to 1120 - "#qcom,sensors"142 #qcom,sensors = <5>;160 #qcom,sensors = <10>;176 #qcom,sensors = <13>;
5 menu "Humidity sensors"20 tristate "DHT11 (and compatible sensors) driver"25 Other sensors should work as well as long as they speak the36 humidity and temperature sensors.46 HDC2010 and HDC2080 relative humidity and temperature sensors.113 tristate "Si7013/20/21 Relative Humidity and Temperature Sensors"117 Relative Humidity and Temperature Sensors. This driver also
7 menu "Pressure sensors"14 sensors.27 pressure and temperature sensors. Also supports the BME280 with57 tristate "All Sensors DLHL60D and DLHL60G low voltage digital pressure sensors"62 Say yes here to build support for the All Sensors DLH series63 pressure sensors driver.157 MS5611, MS5607 pressure and temperature sensors.202 sensors: LPS001WP, LPS25H, LPS331AP, LPS22HB, LPS22HH.
3 # Chrome OS Embedded Controller managed sensors library6 tristate "ChromeOS EC Sensors Core"11 Base module for the ChromeOS EC Sensors module.17 tristate "ChromeOS EC Contiguous Sensors"20 Module to handle 3d contiguous sensors like