Home
last modified time | relevance | path

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

/drivers/media/platform/exynos4-is/
Dfimc-isp-video.c95 test_bit(ST_ISP_VID_CAP_STREAMING, &isp->state)) in isp_video_capture_start_streaming()
124 set_bit(ST_ISP_VID_CAP_STREAMING, &isp->state); in isp_video_capture_start_streaming()
155 clear_bit(ST_ISP_VID_CAP_STREAMING, &isp->state); in isp_video_capture_stop_streaming()
234 if (!test_bit(ST_ISP_VID_CAP_STREAMING, &isp->state)) in isp_video_capture_buffer_queue()
249 if (!test_bit(ST_ISP_VID_CAP_STREAMING, &is->isp.state)) in fimc_isp_video_irq_handler()
Dfimc-isp.h146 #define ST_ISP_VID_CAP_STREAMING 1 macro