Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Docc_command.cpp60 occInstance(instance), path(path), in OccCommand()
130 occInstance, cmd_type, command.size(), devicePath) in send()
147 occInstance, cmd_type, writeErrno, retries) in send()
186 occInstance, cmd_type, readErrno, response.size(), in send()
205 occInstance, cmd_type, response.size()) in send()
228 occInstance, rspChecksum, calcChecksum) in send()
263 occInstance, response.size()) in send()
H A Docc_pass_through.cpp40 occInstance(this->path.back() - '0'), in PassThrough()
46 occCmd(occInstance, path) in PassThrough()
82 occInstance) in send()
89 command.front(), occInstance) in send()
H A Docc_pass_through.hpp90 int occInstance; member in open_power::occ::PassThrough
H A Docc_manager.cpp813 void Manager::readTempSensors(const fs::path& path, uint32_t occInstance) in readTempSensors() argument
869 sensorPath.append("vrm_vdd" + std::to_string(occInstance) + in readTempSensors()
874 sensorPath.append("proc" + std::to_string(occInstance) + in readTempSensors()
877 std::to_string(occInstance) + "_ioring_dvfs_temp"; in readTempSensors()
918 sensorPath.append("proc" + std::to_string(occInstance) + in readTempSensors()
924 std::to_string(occInstance) + "_core_dvfs_temp"; in readTempSensors()
1052 existingSensors[objectPath] = occInstance; in readTempSensors()
H A Dpowermode.cpp47 occInstance, masterOccPath) in setMasterOcc()
56 occInstance = path.back() - '0'; in setMasterOcc()
58 occInstance, path.c_str()) in setMasterOcc()
62 occCmd = std::make_unique<open_power::occ::OccCommand>(occInstance, in setMasterOcc()
379 newMode, oemModeData, occInstance, cmd.size()) in sendModeChange()
620 occInstance, cmd.size()) in sendIpsData()
H A Docc_command.hpp140 uint8_t occInstance; member in open_power::occ::OccCommand
H A Dpowermode.hpp391 int occInstance; member in open_power::occ::powermode::PowerMode