Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-core.h47 #define ST_VP_STREAMING (1 << 2) macro
H A Dcamif-capture.c160 ST_VP_ABORTING | ST_VP_STREAMING | in camif_reinitialize()
407 (!(vp->state & ST_VP_STREAMING) || in start_streaming()
412 vp->state |= ST_VP_STREAMING; in start_streaming()
489 if (!(vp->state & ST_VP_STREAMING) && vp->active_buffers < 2) { in buffer_queue()
503 && !(vp->state & ST_VP_STREAMING)) { in buffer_queue()
505 vp->state |= ST_VP_STREAMING; in buffer_queue()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h47 #define ST_VP_STREAMING (1 << 2) macro
H A Dcamif-capture.c160 ST_VP_ABORTING | ST_VP_STREAMING | in camif_reinitialize()
407 (!(vp->state & ST_VP_STREAMING) || in start_streaming()
412 vp->state |= ST_VP_STREAMING; in start_streaming()
489 if (!(vp->state & ST_VP_STREAMING) && vp->active_buffers < 2) { in buffer_queue()
503 && !(vp->state & ST_VP_STREAMING)) { in buffer_queue()
505 vp->state |= ST_VP_STREAMING; in buffer_queue()

Completed in 7 milliseconds