Lines Matching refs:channel
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,
239 int32_t ipu_disp_set_color_key(ipu_channel_t channel, unsigned char enable,
262 void ipu_dp_dc_enable(ipu_channel_t channel);
263 int ipu_dp_init(ipu_channel_t channel, uint32_t in_pixel_fmt,
265 void ipu_dp_uninit(ipu_channel_t channel);
266 void ipu_dp_dc_disable(ipu_channel_t channel, unsigned char swap);