Home
last modified time | relevance | path

Searched refs:ipu_update_channel_buffer (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu.h220 int32_t ipu_update_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
H A Dmx3fb.c608 static int ipu_update_channel_buffer(enum ipu_channel channel, void *buf) in ipu_update_channel_buffer() function
631 ret = ipu_update_channel_buffer(channel, buf); in idmac_tx_submit()
/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_idmac.c729 static void ipu_update_channel_buffer(struct idmac_channel *ichan, in ipu_update_channel_buffer() function
788 ipu_update_channel_buffer(ichan, buf_idx, sg_dma_address(sg)); in ipu_submit_buffer()