Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h558 bool is_stop_capture; member
H A Dcapture.c4951 stream->is_stop_capture = true; in rkcif_do_stop_stream()
6596 stream->is_stop_capture = false; in rkcif_stream_init()
9835 if (stream->is_stop_capture) { in rkcif_stop_dma_capture()
9837 stream->is_stop_capture = false; in rkcif_stop_dma_capture()
9843 if (stream->is_stop_capture) { in rkcif_stop_dma_capture()
9845 stream->is_stop_capture = false; in rkcif_stop_dma_capture()
9854 if (stream->is_stop_capture) { in rkcif_stop_dma_capture()
9856 stream->is_stop_capture = false; in rkcif_stop_dma_capture()
10484 stream->is_stop_capture = true; in rkcif_irq_pingpong_v1()