Home
last modified time | relevance | path

Searched defs:maxRetries (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/tools/i2c/
H A Di2c.hpp26 int maxRetries = 0) : in I2CDevice()
46 int maxRetries = 0; member in i2c::I2CDevice
H A Di2c.cpp526 uint8_t busId, uint8_t devAddr, InitialState initialState, int maxRetries) in create()
535 int maxRetries) in create()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp593 int maxRetries{3}; in parseI2CInterface() local
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1634 const std::map<std::string, std::string>& ad, int maxRetries = 10, in logWithRetry()