Home
last modified time | relevance | path

Searched refs:powerModeRef (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_status.hpp86 std::unique_ptr<powermode::PowerMode>& powerModeRef, in Status() argument
92 manager(managerRef), pmode(powerModeRef), in Status()
96 managerRef, *this, powerModeRef, instance), in Status()
H A Docc_pass_through.cpp26 std::unique_ptr<open_power::occ::powermode::PowerMode>& powerModeRef) : in PassThrough() argument
27 Iface(utils::getBus(), path), path(path), pmode(powerModeRef), in PassThrough()
H A Docc_device.hpp51 std::unique_ptr<powermode::PowerMode>& powerModeRef, in Device() argument
80 pmode(powerModeRef) in Device()
H A Docc_pass_through.hpp44 std::unique_ptr<open_power::occ::powermode::PowerMode>& powerModeRef);