Home
last modified time | relevance | path

Searched refs:I2C_READ_MSG_NUM (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/model/input/driver/input_bus_ops/
Dinput_i2c_ops.c13 #define I2C_READ_MSG_NUM 2 macro
19 struct I2cMsg msg[I2C_READ_MSG_NUM]; in InputI2cRead()
32 if (I2cTransfer(client->i2cHandle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in InputI2cRead()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_platform_if.c16 #define I2C_READ_MSG_NUM 2 macro
31 struct I2cMsg msg[I2C_READ_MSG_NUM]; in ReadSensor()
59 if (I2cTransfer(busCfg->i2cCfg.handle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in ReadSensor()
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
Di2c_test.c38 #define I2C_READ_MSG_NUM 2 macro
58 if (I2cTransfer(handle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in I2cReadData()
/drivers/peripheral/vibrator/chipset/drv2605l/
Dvibrator_drv2605l_driver.h14 #define I2C_READ_MSG_NUM 2 macro
Dvibrator_drv2605l_driver.c61 struct I2cMsg msg[I2C_READ_MSG_NUM]; in ReadDrv2605l()
87 if (I2cTransfer(busCfg->handle, msg, I2C_READ_MSG_NUM) != I2C_READ_MSG_NUM) { in ReadDrv2605l()