Home
last modified time | relevance | path

Searched refs:getI2CInterface (Results 1 – 14 of 14) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Di2c_action_tests.cpp80 action.getI2CInterface(env); in TEST()
108 action.getI2CInterface(env); in TEST()
126 action.getI2CInterface(env); in TEST()
162 action.getI2CInterface(env); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Di2c_action.hpp55 i2c::I2CInterface& getI2CInterface(ActionEnvironment& environment) in getI2CInterface() function in phosphor::power::regulators::I2CAction
61 i2c::I2CInterface& interface = device.getI2CInterface(); in getI2CInterface()
H A Di2c_compare_byte_action.cpp36 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Di2c_compare_bit_action.cpp36 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Di2c_write_bit_action.cpp35 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Di2c_write_byte_action.cpp33 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Di2c_compare_bytes_action.cpp36 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Di2c_write_bytes_action.cpp33 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Dpmbus_read_sensor_action.cpp36 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Di2c_capture_bytes_action.cpp35 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
H A Dpmbus_write_vout_command_action.cpp38 i2c::I2CInterface& interface = getI2CInterface(environment); in execute()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Ddevice.hpp177 i2c::I2CInterface& getI2CInterface() in getI2CInterface() function in phosphor::power::regulators::Device
/openbmc/phosphor-power/phosphor-regulators/test/
H A Ddevice_tests.cpp104 EXPECT_EQ(&(device.getI2CInterface()), i2cInterfacePtr); in TEST_F()
156 EXPECT_EQ(&(device.getI2CInterface()), i2cInterfacePtr); in TEST_F()
729 EXPECT_EQ(&(device.getI2CInterface()), i2cInterfacePtr); in TEST_F()
H A Dconfig_file_parser_tests.cpp1433 EXPECT_NE(&(device->getI2CInterface()), nullptr); in TEST()
1478 EXPECT_NE(&(device->getI2CInterface()), nullptr); in TEST()