Home
last modified time | relevance | path

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

/system/dev/i2c/dw-i2c/
A Ddw-i2c.c46 static zx_status_t i2c_dw_write(i2c_dw_dev_t* dev, const uint8_t *buff, uint32_t len, bool stop);
205 status = i2c_dw_write(dev, rws[i].data_buffer, rws[i].data_size, rws[i].stop); in i2c_dw_transact()
279 static zx_status_t i2c_dw_write(i2c_dw_dev_t* dev, const uint8_t *buff, uint32_t len, bool stop) { in i2c_dw_write() function

Completed in 3 milliseconds