Searched refs:ipu_buffer_t (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/video/ |
D | ipu.h | 127 } ipu_buffer_t; typedef 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, 223 void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type,
|
D | ipu_common.c | 257 static inline uint32_t channel_2_dma(ipu_channel_t ch, ipu_buffer_t type) in channel_2_dma() 1009 int32_t ipu_init_channel_buffer(ipu_channel_t channel, ipu_buffer_t type, in ipu_init_channel_buffer() 1109 void ipu_clear_buffer_ready(ipu_channel_t channel, ipu_buffer_t type, in ipu_clear_buffer_ready()
|