Searched refs:aml_i2c_dev_t (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/i2c/aml-i2c/
H A Daml-i2c.c60 } aml_i2c_dev_t; typedef in typeref:struct:__anon375
66 aml_i2c_dev_t* i2c_devs;
70 static zx_status_t aml_i2c_set_slave_addr(aml_i2c_dev_t *dev, uint16_t addr) {
83 aml_i2c_dev_t *dev = arg;
103 static zx_status_t aml_i2c_dumpstate(aml_i2c_dev_t *dev) {
117 static zx_status_t aml_i2c_start_xfer(aml_i2c_dev_t *dev) {
124 static zx_status_t aml_i2c_wait_event(aml_i2c_dev_t* dev, uint32_t sig_mask) {
139 static zx_status_t aml_i2c_write(aml_i2c_dev_t *dev, const uint8_t *buff, uint32_t len,
187 static zx_status_t aml_i2c_read(aml_i2c_dev_t *dev, uint8_t *buff, uint32_t len, bool stop) {
250 aml_i2c_dev_t* devic
[all...]

Completed in 25 milliseconds