Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-core.h49 #define ST_VP_RUNNING (1 << 1) macro
Dcamif-capture.c160 vp->state &= ~(ST_VP_PENDING | ST_VP_RUNNING | ST_VP_OFF | in camif_reinitialize()
190 ret = (vp->state & ST_VP_RUNNING) || (vp->state & ST_VP_PENDING); in s3c_vp_active()
327 if (!list_empty(&vp->pending_buf_q) && (vp->state & ST_VP_RUNNING) && in s3c_camif_irq_handler()
362 vp->state |= ST_VP_RUNNING; in s3c_camif_irq_handler()