Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c158 streaming = vp->state & ST_VP_SENSOR_STREAMING; in camif_reinitialize()
162 ST_VP_SENSOR_STREAMING | ST_VP_LASTIRQ); in camif_reinitialize()
415 !(vp->state & ST_VP_SENSOR_STREAMING))) { in start_streaming()
421 if (!(vp->state & ST_VP_SENSOR_STREAMING)) { in start_streaming()
422 vp->state |= ST_VP_SENSOR_STREAMING; in start_streaming()
525 if (!(vp->state & ST_VP_SENSOR_STREAMING)) { in buffer_queue()
527 vp->state |= ST_VP_SENSOR_STREAMING; in buffer_queue()
Dcamif-core.h51 #define ST_VP_SENSOR_STREAMING (1 << 3) macro