Home
last modified time | relevance | path

Searched full:pascals (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml49 "Pascals" For objects in the temperature namespace, Unit must be
83 - name: Pascals
85 Pressure as pascals.
/openbmc/dbus-sensors/src/
H A DSensorPaths.hpp29 "xyz.openbmc_project.Sensor.Value.Unit.Pascals";
H A DSensorPaths.cpp47 if (units == "Pascals" || units == unitPascals) in getPathForUnits()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp56 static constexpr double maxValuePressure = 120000; // Pascals
57 static constexpr double minValuePressure = 30000; // Pascals
149 // Pascals. On D-Bus for Open BMC we use the International in getSensorParameters()
159 // Pressures are read in kilopascal, we need Pascals. in getSensorParameters()
H A DHwmonTempSensor.cpp44 // Pressures are read in kilopascal, we need Pascals. On D-Bus for Open BMC
/openbmc/openbmc-tools/altitude/
H A Daltitude63 help="Atmospheric pressure in Pascals",
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp699 {"pressure", ValueIface::Unit::Pascals}};
/openbmc/linux/include/linux/
H A Dscmi_protocol.h430 PASCALS = 0x42, enumerator
/openbmc/entity-manager/schemas/
H A Dlegacy.json1096 "Pascals"
/openbmc/linux/drivers/iio/pressure/
H A Dbmp280-core.c1427 * Pressure is returned in Pascals in fractional form down 2^16. in bmp580_read_press()