Home
last modified time | relevance | path

Searched refs:ipu_init_channel (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu.h210 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params);
H A Dmxc_ipuv3_fb.c166 ipu_init_channel(mxc_fbi->ipu_ch, &params); in setup_disp_channel1()
H A Dipu_common.c562 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params) in ipu_init_channel() function
/OK3568_Linux_fs/kernel/drivers/dma/ipu/
H A Dipu_idmac.c948 static int ipu_init_channel(struct idmac *idmac, struct idmac_channel *ichan) in ipu_init_channel() function
1524 ret = ipu_init_channel(idmac, ichan); in idmac_alloc_chan_resources()