Lines Matching refs:next_msg_flags
148 uint8_t *next_msg_flags, uint16_t slave, in msg_init() argument
155 ARG_UNUSED(next_msg_flags); in msg_init()
184 static int32_t msg_end(const struct device *dev, uint8_t *next_msg_flags, in msg_end() argument
194 if (!next_msg_flags) { in msg_end()
643 uint8_t *next_msg_flags, uint16_t saddr) in stm32_i2c_msg_write() argument
647 msg_init(dev, msg, next_msg_flags, saddr, I2C_REQUEST_WRITE); in stm32_i2c_msg_write()
658 return msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_write()
662 uint8_t *next_msg_flags, uint16_t saddr) in stm32_i2c_msg_read() argument
668 msg_init(dev, msg, next_msg_flags, saddr, I2C_REQUEST_READ); in stm32_i2c_msg_read()
680 return msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_read()
736 uint8_t *next_msg_flags, uint16_t saddr) in stm32_i2c_msg_write() argument
746 msg_init(dev, msg, next_msg_flags, saddr, I2C_REQUEST_WRITE); in stm32_i2c_msg_write()
825 res = msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_write()
834 uint8_t *next_msg_flags, uint16_t saddr) in stm32_i2c_msg_read() argument
844 msg_init(dev, msg, next_msg_flags, saddr, I2C_REQUEST_READ); in stm32_i2c_msg_read()
987 res = msg_end(dev, next_msg_flags, __func__); in stm32_i2c_msg_read()
1017 struct i2c_msg msg, uint8_t *next_msg_flags, in stm32_i2c_transaction() argument
1023 ret = stm32_i2c_msg_write(dev, &msg, next_msg_flags, periph); in stm32_i2c_transaction()
1025 ret = stm32_i2c_msg_read(dev, &msg, next_msg_flags, periph); in stm32_i2c_transaction()