Searched refs:tSize (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.cpp | 83 uint8_t tSize = 1; in getDeviceId() local 87 if (!(co_await this->i2cInterface.sendReceive(tbuf, tSize, rbuf, rSize))) in getDeviceId() 110 uint8_t tSize = 0; in mfrFWcmd() local 117 tSize = 6; in mfrFWcmd() 119 if (!(co_await this->i2cInterface.sendReceive(tBuf, tSize, rBuf, in mfrFWcmd() 132 tSize = 2; in mfrFWcmd() 134 if (!(co_await this->i2cInterface.sendReceive(tBuf, tSize, rBuf, rSize))) in mfrFWcmd() 147 tSize = 1; in mfrFWcmd() 149 if (!(co_await this->i2cInterface.sendReceive(tBuf, tSize, rBuf, in mfrFWcmd() 332 uint8_t tSize = 2; in program() local [all …]
|
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensor.cpp | 53 double offset, const std::string& label, size_t tSize, double pollRate, in PSUSensor() argument 91 if (label.empty() || tSize == thresholds.size()) in PSUSensor() 97 setInitialProperties(sensorUnits, label, tSize); in PSUSensor()
|
| H A D | PSUSensor.hpp | 32 const std::string& label, size_t tSize, double pollRate,
|