Home
last modified time | relevance | path

Searched refs:sensor (Results 201 – 225 of 1683) sorted by relevance

12345678910>>...68

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/PLDM/
H A DEvent.interface.yaml19 Signal indicating that a state sensor change EventMessage is received.
31 The sensorID is the value that is used in PDRs and PLDM sensor
32 access commands to identify and access a particular sensor
38 Identifies which state sensor within a composite state sensor
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dti,tmp401.yaml7 title: TMP401, TPM411 and TMP43x temperature sensor
13 ±1°C Remote and Local temperature sensor
35 When set, this sensor measures over extended temperature range.
87 sensor@4c {
97 sensor@4c {
H A Dstarfive,jh71x0-temp.yaml13 StarFive Technology Co. JH71x0 embedded temperature sensor
33 '#thermal-sensor-cells':
60 temperature-sensor@124a0000 {
66 #thermal-sensor-cells = <0>;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-opal-sensor-groups6 Each folder in this directory contains a sensor group
7 which are classified based on type of the sensor
20 In POWER9, the min-max of a sensor is the historical minimum
21 and maximum value of the sensor cached by OCC.
H A Dsysfs-bus-iio-isl295016 This sensor has an automatic gain control (agc) loop
9 criteria for optimal gain is determined by the sensor.
24 The sensor is able to perform correction of distance
44 Finally, the c constant is set by the sensor
47 The value stored in sensor is displayed when read from.
/openbmc/linux/Documentation/devicetree/bindings/iio/chemical/
H A Dsensirion,scd30.yaml7 title: Sensirion SCD30 carbon dioxide sensor
13 Air quality sensor capable of measuring co2 concentration, temperature
49 co2-sensor@61 {
60 co2-sensor {
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dst,stm32-thermal.yaml7 title: STMicroelectronics STM32 digital thermal sensor (DTS)
29 "#thermal-sensor-cells":
33 - "#thermal-sensor-cells"
51 #thermal-sensor-cells = <0>;
H A Dsocionext,uniphier-thermal.yaml28 "#thermal-sensor-cells":
41 - "#thermal-sensor-cells"
50 pvtctl: thermal-sensor {
53 #thermal-sensor-cells = <0>;
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/sensors/
H A Dphosphor-virtual-sensor_%.bbappend3 SRC_URI:append:gbs = " file://config-virtual-sensor.json \
4 file://phosphor-virtual-sensor.service.replace \
11 install -m 0644 -D ${WORKDIR}/config-virtual-sensor.json \
/openbmc/linux/drivers/media/usb/gspca/
H A Dtopro.c124 u8 sensor; member
1448 if (sd->sensor == SENSOR_SOI763A) in set_dqt()
3953 if (sd->sensor == SENSOR_CX0342) in setframerate()
4054 sd->sensor = force_sensor; in sd_init()
4060 sd->sensor = SENSOR_SOI763A; in sd_init()
4063 sd->sensor = SENSOR_CX0342; in sd_init()
4067 int sensor; in sd_init() local
4070 if (sensor < 0) { in sd_init()
4072 -sensor); in sd_init()
4073 sensor = SENSOR_SOI763A; in sd_init()
[all …]
/openbmc/phosphor-hwmon/
H A Dhwmonio.hpp46 const std::string& sensor, size_t retries,
50 const std::string& id, const std::string& sensor,
103 const std::string& sensor, size_t retries,
123 const std::string& sensor, size_t retries,
/openbmc/linux/drivers/iio/health/
H A DKconfig25 tristate "TI AFE4404 heart rate and pulse oximeter sensor"
38 tristate "MAX30100 heart rate and pulse oximeter sensor"
45 MAX30100 heart rate, and pulse oximeter sensor.
51 tristate "MAX30102 heart rate and pulse oximeter sensor"
58 MAX30102 heart rate, and pulse oximeter sensor.
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.hpp90 for (const auto& [path, sensor] : sensorConfigs) in instantiateDevices()
92 for (const auto& [name, cfg] : sensor) in instantiateDevices()
116 for (const auto& sensor : sensors) in instantiateDevices() local
118 if (sensorNameFind(sensor.first, *sensorName) != in instantiateDevices()
121 findSensor = sensor.second; in instantiateDevices()
H A DIpmbSensor.cpp171 netfn = ipmi::sensor::netFn; in loadDefaults()
172 command = ipmi::sensor::getSensorReading; in loadDefaults()
227 netfn = ipmi::sensor::netFn; in loadDefaults()
228 command = ipmi::sensor::getSensorReading; in loadDefaults()
306 !ipmi::sensor::isValid(data)) in processReading()
659 auto& sensor = sensors[name]; in createSensors() local
660 sensor = nullptr; in createSensors()
661 sensor = std::make_shared<IpmbSensor>( in createSensors()
666 sensor->parseConfigValues(cfg); in createSensors()
671 sensor->sensorSubType(sensorTypeName); in createSensors()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,gcc-apq8064.yaml37 thermal-sensor:
55 Qualcomm TSENS (thermal sensor device) on some devices can
68 '#thermal-sensor-cells':
86 thermal-sensor {
95 #thermal-sensor-cells = <1>;
/openbmc/phosphor-pid-control/
H A DREADME.md17 least one temperature sensor and some device margins. The sensor data can be
45 must have at least one temperature sensor, but they may be shared.
62 sensors that are updated by the set sensor command. Because they don't represent
63 real sensors in the system, the set sensor handler can simply broadcast the
68 A tool can override a specific fan's PWM when we implement the set sensor IPMI
79 This will receive an update from phosphor-hwmon each time it updates any sensor
82 By default phosphor-hwmon reads each sensor in turn and then sleeps for 1
92 We'll be receiving sensor updates with such regularly, however, at present it
125 can be dropped into a pluggable sensor to make it complete.
129 - `sensors` - This contains a couple of sensor types including the pluggable
[all …]
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c190 struct s3c_camif_sensor_info *sensor = &camif->pdata.sensor; in camif_register_sensor() local
199 camif->sensor.sd = NULL; in camif_register_sensor()
201 if (sensor->i2c_board_info.addr == 0) in camif_register_sensor()
204 adapter = i2c_get_adapter(sensor->i2c_bus_num); in camif_register_sensor()
207 sensor->i2c_bus_num); in camif_register_sensor()
212 &sensor->i2c_board_info, NULL); in camif_register_sensor()
216 sensor->i2c_board_info.type); in camif_register_sensor()
219 camif->sensor.sd = sd; in camif_register_sensor()
241 struct v4l2_subdev *sd = camif->sensor.sd; in camif_unregister_sensor()
250 camif->sensor.sd = NULL; in camif_unregister_sensor()
[all …]
/openbmc/phosphor-fan-presence/
H A Dmeson.options100 'sensor-monitor-service', type: 'feature', value: 'enabled',
101 description: 'Build sensor monitor.'
105 'sensor-monitor-persist-root-path', type: 'string',
106 value: '/var/lib/phosphor-fan-presence/sensor-monitor',
107 description: 'Root path for persisting sensor monitor data.'
111 'sensor-monitor-hard-shutdown-delay', type: 'integer', value: 23000,
116 'sensor-monitor-soft-shutdown-delay', type: 'integer', value: 900000,
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml2 Implement to provide sensor readings. Objects implementing Sensor.Value
4 namespace. The following sensor hierarchies are recognized:
26 The sensor reading.
31 The Maximum supported sensor reading.
36 The Minimum supported sensor reading.
40 The unit of the reading. Immutable once set for a sensor. For objects
55 A sensor reading unit.
H A DValueMutability.interface.yaml2 Implement to provide sensor value mutability.
8 A hint to a server that provides sensor access to external users, such
10 modify the value, via "set sensor value" commands or similar. True to
H A DAccuracy.interface.yaml2 Implement to provide accuracy for sensor readings.
9 The accuracy range (+/-) of the sensor Value as a percentage, with a
10 value between 0 and 100. This is NOT a percentage of the sensor value
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,wsa881x.yaml32 '#thermal-sensor-cells':
42 - "#thermal-sensor-cells"
58 #thermal-sensor-cells = <0>;
66 #thermal-sensor-cells = <0>;
/openbmc/linux/drivers/thermal/
H A DKconfig58 In case a sensor is registered with the thermal
60 as a hwmon. The sensor will then have the common
257 tristate "Temperature sensor driver for Freescale i.MX SoCs"
276 sensor. It supports one critical trip point and one
277 passive trip point for each thermal sensor.
300 tristate "Temperature sensor driver for Maxim MAX77620 PMIC"
321 tristate "SPEAr thermal sensor driver"
381 tristate "Temperature sensor on Marvell Kirkwood SoCs"
390 tristate "Temperature sensor on Marvell Dove SoCs"
473 tristate "Generic ADC based thermal sensor"
[all …]
H A Dimx8mm_thermal.c99 struct tmu_sensor *sensor = data; in imx8mm_tmu_get_temp() local
100 struct imx8mm_tmu *tmu = sensor->priv; in imx8mm_tmu_get_temp()
119 struct tmu_sensor *sensor = data; in imx8mp_tmu_get_temp() local
120 struct imx8mm_tmu *tmu = sensor->priv; in imx8mp_tmu_get_temp()
125 ready = test_bit(probe_status_offset(sensor->hw_id), &val); in imx8mp_tmu_get_temp()
129 val = sensor->hw_id ? FIELD_GET(TRITSR_TEMP1_VAL_MASK, val) : in imx8mp_tmu_get_temp()
143 struct tmu_sensor *sensor = thermal_zone_device_priv(tz); in tmu_get_temp() local
144 struct imx8mm_tmu *tmu = sensor->priv; in tmu_get_temp()
146 return tmu->socdata->get_temp(sensor, temp); in tmu_get_temp()
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_get_temperature_reading.robot29 [Documentation] Verify IPMI Get Temperature Reading command for inlet temperature sensor.
39 [Documentation] Verify IPMI Get Temperature Reading command for cpu0 temperature sensor.
49 [Documentation] Verify IPMI Get Temperature Reading command for cpu1 temperature sensor.
139 ... Fail msg=sensor reading value is not present.
141 ... Fail msg=sensor reading value is showing as 0 in dcmi get temperature raw command.
145 ... Fail msg=sensor reading value is showing wrongly in dcmi get temperature raw command.
148 ... msg=sensor reading value is showing wrongly in dcmi get temperature raw command.
178 [Documentation] Return ipmi sensor reading.
183 # index Selecting the corresponding sensor dbus uri from list.
189 ${sensor_format}= Run IPMI Standard Command sensor
[all …]

12345678910>>...68