Home
last modified time | relevance | path

Searched refs:i2c_get_dma_safe_msg_buf (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-virtio.c85 reqs[i].buf = i2c_get_dma_safe_msg_buf(&msgs[i], 1); in virtio_i2c_prepare_reqs()
H A Di2c-amd-mp2-plat.c49 i2c_common->dma_buf = i2c_get_dma_safe_msg_buf(i2c_common->msg, 0); in i2c_amd_dma_map()
H A Di2c-mxs.c591 dma_buf = i2c_get_dma_safe_msg_buf(msg, 1); in mxs_i2c_xfer_msg()
H A Di2c-at91-master.c707 dma_buf = i2c_get_dma_safe_msg_buf(m_start, 1); in at91_twi_xfer()
H A Di2c-sh_mobile.c584 pd->dma_buf = i2c_get_dma_safe_msg_buf(pd->msg, 8); in start_ch()
H A Di2c-imx-lpi2c.c1044 dma->dma_buf = i2c_get_dma_safe_msg_buf(msg, I2C_DMA_THRESHOLD); in lpi2c_imx_dma_xfer()
H A Di2c-stm32f7.c937 dma_buf = i2c_get_dma_safe_msg_buf(msg, STM32F7_I2C_DMA_LEN_MIN); in stm32f7_i2c_xfer_msg()
/linux/Documentation/i2c/
H A Ddma-considerations.rst46 dma_buf = i2c_get_dma_safe_msg_buf(msg, threshold_in_byte);
/linux/include/linux/
H A Di2c.h968 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold);
/linux/drivers/i2c/
H A Di2c-core-base.c2644 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold) in i2c_get_dma_safe_msg_buf() function
2664 EXPORT_SYMBOL_GPL(i2c_get_dma_safe_msg_buf);