Home
last modified time | relevance | path

Searched refs:iout_valley (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsensors.hpp41 iout_valley, enumerator
102 case SensorType::iout_valley: in toString()
H A Ddbus_sensor.cpp198 case SensorType::iout_valley: in getTypeBasedProperties()
H A Dconfig_file_parser.cpp1160 type = SensorType::iout_valley; in parseSensorType()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsensors_tests.cpp27 EXPECT_EQ(toString(SensorType::iout_valley), "iout_valley"); in TEST()
H A Dconfig_file_parser_tests.cpp5079 EXPECT_EQ(type, SensorType::iout_valley); in TEST()
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_read_sensor.md19 | iout_valley | Lowest output current |
74 | iout_valley | current |
104 …ing | Sensor type. Specify one of the following: "iout", "iout_peak", "iout_valley", "pout", "temp…
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp572 SensorType type{SensorType::iout_valley}; in TEST()