Lines Matching full:occ
7 #include <org/open_power/OCC/PassThrough/server.hpp>
17 namespace occ namespace
21 sdbusplus::org::open_power::OCC::server::PassThrough>;
27 * @brief Implements org.open_power.OCC.PassThrough
46 std::unique_ptr<open_power::occ::powermode::PowerMode>& powerModeRef
50 /** @brief Pass through command to OCC from dbus
52 * @returns OCC response as an array
56 /** @brief Pass through command to OCC from openpower-occ-control
58 * @returns OCC response as an array
72 /** @brief Pass-through occ path on the bus */
76 /** @brief OCC PowerMode object */
77 std::unique_ptr<open_power::occ::powermode::PowerMode>& pmode;
80 /** @brief OCC device path
89 /** @brief OCC instance number */
92 /** @brief Indicates whether or not the OCC is currently active */
95 /** @brief Subscribe to OCC Status signal
97 * Once the OCC status gets to active, only then we will get /dev/occ2
102 /** @brief Object to send commands to the OCC */
105 /** @brief Callback function on OCC Status change signals
112 } // namespace occ