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()
225 occInstance, rspChecksum, calcChecksum) in send()
260 occInstance, response.size()) in send()
H A Docc_pass_through.cpp39 occInstance(this->path.back() - '0'), in PassThrough()
45 occCmd(occInstance, path) in PassThrough()
81 occInstance) in send()
107 command.front(), occInstance, dataLen, dataString) in send()
114 command.front(), occInstance) in send()
H A Docc_pass_through.hpp90 int occInstance; member in open_power::occ::PassThrough
H A Docc_manager.cpp812 void Manager::readTempSensors(const fs::path& path, uint32_t occInstance) in readTempSensors() argument
869 "vrm_vdd" + std::to_string(occInstance) + "_temp"); in readTempSensors()
874 "proc" + std::to_string(occInstance) + "_ioring_temp"); in readTempSensors()
876 std::to_string(occInstance) + "_ioring_dvfs_temp"; in readTempSensors()
917 sensorPath.append("proc" + std::to_string(occInstance) + in readTempSensors()
923 std::to_string(occInstance) + "_core_dvfs_temp"; in readTempSensors()
1051 existingSensors[objectPath] = occInstance; in readTempSensors()
H A Docc_command.hpp129 uint8_t occInstance; member in open_power::occ::OccCommand
H A Dpowermode.cpp124 occInstance, masterOccPath) in setMasterOcc()
133 occInstance = path.back() - '0'; in setMasterOcc()
135 occInstance, path.c_str()) in setMasterOcc()
140 occInstance, path.c_str()); in setMasterOcc()
447 newMode, oemModeData, occInstance, cmd.size()) in sendModeChange()
688 occInstance, cmd.size()) in sendIpsData()
H A Dpowermode.hpp350 int occInstance; member in open_power::occ::powermode::PowerMode