Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcapture.c2508 if (stream->to_stop_dma) { in rkcif_assign_new_buffer_update()
4439 if (stream->to_stop_dma) { in rkcif_check_buffer_update_pingpong()
4440 stream->to_stop_dma = 0; in rkcif_check_buffer_update_pingpong()
4948 stream->to_stop_dma = RKCIF_DMAEN_BY_VICAP; in rkcif_do_stop_stream()
4950 stream->to_stop_dma = RKCIF_DMAEN_BY_ISP; in rkcif_do_stop_stream()
4980 stream->to_stop_dma = RKCIF_DMAEN_BY_VICAP; in rkcif_do_stop_stream()
4982 stream->to_stop_dma != RKCIF_DMAEN_BY_VICAP, in rkcif_do_stop_stream()
4986 stream->to_stop_dma = RKCIF_DMAEN_BY_ISP; in rkcif_do_stop_stream()
4988 stream->to_stop_dma != RKCIF_DMAEN_BY_ISP, in rkcif_do_stop_stream()
6592 stream->to_stop_dma = 0; in rkcif_stream_init()
[all …]
H A Ddev.h525 int to_stop_dma; member