Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h46 #define ST_VP_RUNNING (1 << 1) macro
H A Dcamif-capture.c159 vp->state &= ~(ST_VP_PENDING | ST_VP_RUNNING | ST_VP_OFF | in camif_reinitialize()
189 ret = (vp->state & ST_VP_RUNNING) || (vp->state & ST_VP_PENDING); in s3c_vp_active()
326 if (!list_empty(&vp->pending_buf_q) && (vp->state & ST_VP_RUNNING) && in s3c_camif_irq_handler()
355 vp->state |= ST_VP_RUNNING; in s3c_camif_irq_handler()