Lines Matching refs:next_msg_flags
121 uint8_t *next_msg_flags, uint16_t slave, in msg_init() argument
141 if (!(msg->flags & I2C_MSG_STOP) && next_msg_flags && in msg_init()
142 !(*next_msg_flags & I2C_MSG_RESTART)) { in msg_init()
589 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_write() argument
603 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_WRITE); in stm32_i2c_msg_write()
647 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_read() argument
662 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_READ); in stm32_i2c_msg_read()
769 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_write() argument
776 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_WRITE); in stm32_i2c_msg_write()
799 uint8_t *next_msg_flags, uint16_t slave) in stm32_i2c_msg_read() argument
806 msg_init(dev, msg, next_msg_flags, slave, LL_I2C_REQUEST_READ); in stm32_i2c_msg_read()
1139 struct i2c_msg msg, uint8_t *next_msg_flags, in stm32_i2c_transaction() argument
1169 flagsp = next_msg_flags; in stm32_i2c_transaction()