Searched refs:I2cImplTransact (Results 1 – 4 of 4) sorted by relevance
| /system/dev/i2c/mt8167-i2c/ |
| A D | mt8167-i2c.h | 43 zx_status_t I2cImplTransact(uint32_t bus_id, const i2c_impl_op_t* ops, size_t count);
|
| A D | mt8167-i2c.cpp | 46 zx_status_t Mt8167I2c::I2cImplTransact(uint32_t id, const i2c_impl_op_t* ops, size_t count) { in I2cImplTransact() function in mt8167_i2c::Mt8167I2c 187 auto status = I2cImplTransact(bus_id, ops, countof(ops)); in TestThread()
|
| /system/dev/i2c/imx-i2c/ |
| A D | imx-i2c.h | 35 zx_status_t I2cImplTransact(uint32_t bus_id, const i2c_impl_op_t* ops, size_t count);
|
| A D | imx-i2c.cpp | 49 zx_status_t ImxI2cDevice::I2cImplTransact(uint32_t bus_id, const i2c_impl_op_t* ops, size_t count) { in I2cImplTransact() function in imx_i2c::ImxI2cDevice 225 I2cImplTransact(0, ops, 2); in Thread()
|
Completed in 9 milliseconds