Home
last modified time | relevance | path

Searched refs:curr_buf_toisp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c1890 if (!stream->curr_buf_toisp) { in rkcif_assign_new_buffer_init_toisp()
1897 stream->curr_buf_toisp = rx_buf; in rkcif_assign_new_buffer_init_toisp()
1902 if (stream->curr_buf_toisp) { in rkcif_assign_new_buffer_init_toisp()
1903 buff_addr_y = stream->curr_buf_toisp->dummy.dma_addr; in rkcif_assign_new_buffer_init_toisp()
1920 stream->next_buf_toisp = stream->curr_buf_toisp; in rkcif_assign_new_buffer_init_toisp()
1923 stream->next_buf_toisp = stream->curr_buf_toisp; in rkcif_assign_new_buffer_init_toisp()
1967 if (stream->curr_buf_toisp == stream->next_buf_toisp) in rkcif_assign_new_buffer_update_toisp()
1970 active_buf = stream->curr_buf_toisp; in rkcif_assign_new_buffer_update_toisp()
1976 stream->curr_buf_toisp = buffer; in rkcif_assign_new_buffer_update_toisp()
2001 if (stream->curr_buf_toisp == stream->next_buf_toisp) in rkcif_assign_new_buffer_update_toisp()
[all …]
H A Ddev.h501 struct rkcif_rx_buffer *curr_buf_toisp; member