Home
last modified time | relevance | path

Searched refs:to_stop_dma (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H A Ddev.h523 int to_stop_dma; member
H A Dcapture.c2991 stream->to_stop_dma = RKCIF_DMAEN_BY_VICAP; in rkcif_do_stop_stream()
2992 wait_event_timeout(stream->wq_stopped, stream->to_stop_dma != RKCIF_DMAEN_BY_VICAP, msecs_to_jiffies(1000)); in rkcif_do_stop_stream()
2995 stream->to_stop_dma = RKCIF_DMAEN_BY_ISP; in rkcif_do_stop_stream()
2996 wait_event_timeout(stream->wq_stopped, stream->to_stop_dma != RKCIF_DMAEN_BY_ISP, msecs_to_jiffies(1000)); in rkcif_do_stop_stream()
4278 stream->to_stop_dma = 0; in rkcif_stream_init()
6803 stream->dma_en &= ~stream->to_stop_dma; in rkcif_stop_dma_capture()
6805 stream->to_stop_dma = 0; in rkcif_stop_dma_capture()
6818 stream->to_stop_dma = 0; in rkcif_stop_dma_capture()
7083 if (stream->to_stop_dma) { in rkcif_irq_pingpong_v1()
7184 if (stream->to_stop_dma) { in rkcif_irq_pingpong_v1()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h482 int to_stop_dma; member
H A Dcapture.c3071 stream->to_stop_dma = RKCIF_DMAEN_BY_VICAP; in rkcif_do_stop_stream()
3073 stream->to_stop_dma != RKCIF_DMAEN_BY_VICAP, in rkcif_do_stop_stream()
3077 stream->to_stop_dma = RKCIF_DMAEN_BY_ISP; in rkcif_do_stop_stream()
3079 stream->to_stop_dma != RKCIF_DMAEN_BY_ISP, in rkcif_do_stop_stream()
4437 stream->to_stop_dma = 0; in rkcif_stream_init()
7086 stream->dma_en &= ~stream->to_stop_dma; in rkcif_stop_dma_capture()
7088 stream->to_stop_dma = 0; in rkcif_stop_dma_capture()
7102 stream->to_stop_dma = 0; in rkcif_stop_dma_capture()
7376 if (stream->to_stop_dma) { in rkcif_irq_pingpong_v1()
7478 if (stream->to_stop_dma) { in rkcif_irq_pingpong_v1()
[all...]

Completed in 28 milliseconds