HomeSort by relevance Sort by last modified time
    Searched refs:ipu_channel_t (Results 1 - 4 of 4) sorted by null

  /external/u-boot/drivers/video/
ipu.h 115 } ipu_channel_t; typedef in typeref:enum:__anon47528
209 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params);
210 void ipu_uninit_channel(ipu_channel_t channel);
212 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
219 int32_t ipu_update_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
222 int32_t ipu_is_channel_busy(ipu_channel_t channel);
223 void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type,
225 int32_t ipu_enable_channel(ipu_channel_t channel);
226 int32_t ipu_disable_channel(ipu_channel_t channel);
237 int32_t ipu_disp_set_global_alpha(ipu_channel_t channel, unsigned char enable
    [all...]
ipu_common.c 257 static inline uint32_t channel_2_dma(ipu_channel_t ch, ipu_buffer_t type)
577 int32_t ipu_init_channel(ipu_channel_t channel, ipu_channel_params_t *params)
666 void ipu_uninit_channel(ipu_channel_t channel)
1009 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type,
1065 int32_t ipu_enable_channel(ipu_channel_t channel)
1109 void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type,
1143 int32_t ipu_disable_channel(ipu_channel_t channel)
    [all...]
ipu_disp.c 417 int ipu_dp_init(ipu_channel_t channel, uint32_t in_pixel_fmt,
504 void ipu_dp_uninit(ipu_channel_t channel)
607 void ipu_dp_dc_enable(ipu_channel_t channel)
649 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap)
1174 int32_t ipu_disp_set_global_alpha(ipu_channel_t channel, unsigned char enable,
    [all...]
mxc_ipuv3_fb.c 63 ipu_channel_t ipu_ch;

Completed in 3737 milliseconds