Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-qcom-geni.c374 dma_buf = i2c_get_dma_safe_msg_buf(msg, 32); in geni_i2c_rx_one_msg()
417 dma_buf = i2c_get_dma_safe_msg_buf(msg, 32); in geni_i2c_tx_one_msg()
Di2c-sh_mobile.c622 pd->dma_buf = i2c_get_dma_safe_msg_buf(pd->msg, 8); in start_ch()
/Linux-v4.19/Documentation/i2c/
DDMA-considerations46 dma_buf = i2c_get_dma_safe_msg_buf(msg, threshold_in_byte);
/Linux-v4.19/include/linux/
Di2c.h857 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold);
/Linux-v4.19/drivers/i2c/
Di2c-core-base.c2277 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold) in i2c_get_dma_safe_msg_buf() function
2293 EXPORT_SYMBOL_GPL(i2c_get_dma_safe_msg_buf);