Home
last modified time | relevance | path

Searched refs:checkReadFuncs (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/tools/i2c/
H A Di2c.cpp49 void I2CDevice::checkReadFuncs(int type) in checkReadFuncs() function in i2c::I2CDevice
304 checkReadFuncs(I2C_SMBUS_BYTE); in read()
323 checkReadFuncs(I2C_SMBUS_BYTE_DATA); in read()
342 checkReadFuncs(I2C_SMBUS_WORD_DATA); in read()
366 checkReadFuncs(I2C_SMBUS_BLOCK_DATA); in read()
373 checkReadFuncs(I2C_SMBUS_I2C_BLOCK_DATA); in read()
H A Di2c.hpp99 void checkReadFuncs(int type);