Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dpower_supply_tests.cpp114 EXPECT_CALL(pmbus, read(READ_VIN, _, _)).Times(1).WillOnce(Return(1)); in setMissingToPresentExpects()
279 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
308 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
331 EXPECT_CALL(mockPMBus, read(READ_VIN, _, _)).Times(1).WillOnce(Return(1)); in TEST_F()
342 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
357 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
383 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
399 EXPECT_CALL(mockPMBus, read(READ_VIN, _, _)).Times(1).WillOnce(Return(1)); in TEST_F()
410 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
422 EXPECT_CALL(mockPMBus, readString(READ_VIN, _)) in TEST_F()
[all …]
/openbmc/phosphor-power/
H A Dpmbus.hpp15 constexpr auto READ_VIN = "in1_input"; variable
/openbmc/linux/Documentation/hwmon/
H A Ducd9200.rst62 in1_input Measured voltage. From READ_VIN register.
H A Dpmbus.rst194 inX_input Measured voltage. From READ_VIN or READ_VOUT register.
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1186 auto inputVoltageStr = pmbusIntf->readString(READ_VIN, Type::Hwmon); in getInputVoltage()