Home
last modified time | relevance | path

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

/linux/Documentation/i2c/
H A Ddma-considerations.rst56 i2c_put_dma_safe_msg_buf(dma_buf, msg, xferred);
58 The last argument 'xferred' controls if the buffer is synced back to the
/linux/drivers/i2c/
H A Di2c-core-base.c2706 void i2c_put_dma_safe_msg_buf(u8 *buf, struct i2c_msg *msg, bool xferred) in i2c_put_dma_safe_msg_buf() argument
2711 if (xferred && msg->flags & I2C_M_RD) in i2c_put_dma_safe_msg_buf()