Home
last modified time | relevance | path

Searched refs:ValueInterface (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-hwmon/
H A Dhwmon.hpp53 std::make_tuple(hwmon::type::ctemp, ValueInterface::Unit::DegreesC, -3,
55 std::make_tuple(hwmon::type::cfan, ValueInterface::Unit::RPMS, 0,
57 std::make_tuple(hwmon::type::cvolt, ValueInterface::Unit::Volts, -3,
59 std::make_tuple(hwmon::type::ccurr, ValueInterface::Unit::Amperes, -3,
61 std::make_tuple(hwmon::type::cenergy, ValueInterface::Unit::Joules, -6,
63 std::make_tuple(hwmon::type::cpower, ValueInterface::Unit::Watts, -6,
H A Dinterface.hpp16 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef
17 using ValueObject = ServerObject<ValueInterface>;
/openbmc/phosphor-pid-control/sensors/
H A Dhost.hpp16 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef
17 using ValueObject = ServerObject<ValueInterface>;
22 class ValueHelper : public ValueInterface
H A Dhost.cpp50 sensor->unit(ValueInterface::Unit::DegreesC); in createTemp()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddbus_sensor.hpp40 using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value; typedef
68 sdbusplus::server::object_t<ValueInterface, OperationalStatusInterface,