Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/i2c/
H A Dstm32_i2c.c48 hi2c->i2c_mode = I2C_MODE_NONE; in notif_i2c_timeout()
206 hi2c->i2c_mode = I2C_MODE_NONE; in stm32_i2c_init()
312 hi2c->i2c_mode = I2C_MODE_NONE; in i2c_ack_failed()
395 uint16_t size, uint32_t i2c_mode, in i2c_transfer_config() argument
406 i2c_mode | request; in i2c_transfer_config()
551 hi2c->i2c_mode = mode; in i2c_write()
635 hi2c->i2c_mode = I2C_MODE_NONE; in i2c_write()
732 hi2c->i2c_mode = mode; in i2c_read()
804 hi2c->i2c_mode = I2C_MODE_NONE; in i2c_read()
878 hi2c->i2c_mode = I2C_MODE_NONE; in stm32_i2c_is_device_ready()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_i2c.h239 enum i2c_mode_e i2c_mode; /* Communication mode */ member