Home
last modified time | relevance | path

Searched refs:ambient (Results 1 – 25 of 84) sorted by relevance

1234

/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier1S4U/
H A Devents.json1293 // Entry valid for ambient temp < 27
1309 // Entry valid for ambient temp < 32
1325 // Entry valid for ambient temp < 37
1341 // Entry valid for ambient temp < 42
1366 // Entry valid for ambient temp < 27
1382 // Entry valid for ambient temp < 32
1398 // Entry valid for ambient temp < 37
1414 // Entry valid for ambient temp < 42
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-backlight96 <ambient light zone>.
98 The <ambient light zone> is device-driver specific:
100 For ADP5520 and ADP5501, <ambient light zone> can be:
111 For ADP8860, <ambient light zone> can be:
122 For ADP8870, <ambient light zone> can be:
142 Control the dim brightness for <ambient light zone>
146 this <ambient light zone>.
148 The <ambient light zone> is device-driver specific:
150 For ADP5520 and ADP5501, <ambient light zone> can be:
161 For ADP8860, <ambient light zone> can be:
[all …]
H A Dsysfs-bus-iio-light-isl2901816 is less affected by the ambient IR noise variation.
19 0 Sensing IR from LED and ambient
20 1 Sensing IR from LED with ambient IR rejection
H A Dsysfs-bus-iio-isl2950125 measurements due to changing temperature and ambient
30 ambient light are modulated independently.
40 in_proximity0_calib_phase_light_b for ambient light.
H A Dsysfs-platform-dell-laptop8 illumination mode on some systems that have an ambient
19 as reported by the ambient light sensor.
/openbmc/linux/drivers/iio/light/
H A DKconfig47 tristate "AL3010 ambient light sensor"
51 ambient light sensor.
57 tristate "AL3320A ambient light sensor"
61 ambient light sensor.
71 ambient light sensor.
137 tristate "CM3232 ambient light sensor"
216 and IQS622 ambient light sensors.
241 of ambient light and proximity.
380 LV0104CS ambient light sensor.
415 NOA1305 ambient light sensor.
[all …]
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier4U/
H A Devents.json1605 // Entry valid for ambient temp < 27
1621 // Entry valid for ambient temp < 32
1637 // Entry valid for ambient temp < 37
1653 // Entry valid for ambient temp < 42
/openbmc/linux/Documentation/devicetree/bindings/iio/light/
H A Dsharp,gp2ap002.yaml7 title: Sharp GP2AP002A00F and GP2AP002S00F proximity and ambient light sensors
13 Proximity and ambient light sensor with IR LED for the proximity
14 sensing and an analog output for light intensity. The ambient light
38 description: ALSOUT ADC channel to read the ambient light
H A Drohm,bu27034.yaml7 title: ROHM BU27034 ambient light sensor
13 ROHM BU27034 is an ambient light sesnor with 3 channels and 3 photo diodes
H A Dbh1750.yaml7 title: ROHM BH1750 ambient light sensor
H A Davago,apds9300.yaml7 title: Avago APDS9300 ambient light sensor
H A Dvishay,vcnl4035.yaml7 title: VISHAY VCNL4035 ambient Light and proximity sensor
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ftgl/ftgl/
H A D0001-Explicit-typecast-to-avoid-implicit-double-to-float-.patch27 - float ambient[4] = { (t1 + 2.0) / 3,
30 + float ambient[4] = { float(t1 + 2.0) / 3,
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dbattery.yaml110 ambient-celsius:
111 description: safe range of ambient temperature
113 - description: alert when ambient temperature is lower than this value
114 - description: alert when ambient temperature is higher than this value
171 ambient-celsius = <(-5) 50>;
/openbmc/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c207 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument
210 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap()
215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument
217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
/openbmc/linux/Documentation/hwmon/
H A Dibm-cffps.rst51 temp1_alarm PSU inlet ambient temperature over-temperature alarm.
52 temp1_input Measured PSU inlet ambient temp in millidegrees C.
H A Dibmpowernv.rst39 tempX_input Measured ambient temperature.
40 tempX_max Threshold ambient temperature for alert generation.
/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmelexis,mlx90632.yaml20 operate and measure ambient temperature in range of -20 to 85 degrees
23 Be aware that electronics surrounding the sensor can increase ambient
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@c0/
H A Dtmp423@4c.conf1 LABEL_temp1=ambient
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_thermal_ambient_temperatures.robot21 [Documentation] Get the ambient temperature records.
30 [Documentation] Check the ambient temperature records are valid after a reboot.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Shutdown/
H A DThermalEvent.errors.yaml8 description: System shutdown due to a high ambient temperature.
/openbmc/linux/drivers/iio/temperature/
H A Dmlx90632.c767 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb, in mlx90632_calc_temp_object() argument
777 TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object()
789 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected, in mlx90632_calc_temp_object_extended() argument
799 TAdut = div64_s64((ambient - kTA0) * 1000000LL, kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object_extended()
819 s64 object, ambient; in mlx90632_calc_object_dsp105() local
869 ambient = mlx90632_preprocess_temp_amb(ambient_new_raw, in mlx90632_calc_object_dsp105()
874 *val = mlx90632_calc_temp_object_extended(object, ambient, in mlx90632_calc_object_dsp105()
881 ambient = mlx90632_preprocess_temp_amb(ambient_new_raw, in mlx90632_calc_object_dsp105()
888 *val = mlx90632_calc_temp_object(object, ambient, Ea, Eb, Fa, Fb, Ga, in mlx90632_calc_object_dsp105()
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,aal.yaml7 title: Mediatek display adaptive ambient light processor
14 Mediatek display adaptive ambient light processor, namely AAL,
/openbmc/openbmc-test-automation/redfish/telemetry_service/
H A Dtest_telemetry_report.robot19 &{user_tele_def} ambient temperature=Ambient.*Temp pcie temperature=PCIE.*Temp
33 ambient temperature OnRequest LogToMetricReportsCollection
103 # Example: ambient temperature
/openbmc/openpower-occ-control/
H A Docc_manager.cpp1313 if (truncatedTemp != ambient) in ambientCallback()
1317 ambient, currentTemp) in ambientCallback()
1320 ambient = truncatedTemp; in ambientCallback()
1328 std::format("ambientCallback: Ambient: {}C, altitude: {}m", ambient, in ambientCallback()
1337 obj->sendAmbient(ambient, altitude); in ambientCallback()
1349 ambientTemp = ambient; in getAmbientData()
1352 if (ambient == 0xFF) in getAmbientData()

1234