Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c160 vp->state &= ~(ST_VP_PENDING | ST_VP_RUNNING | ST_VP_OFF | in camif_reinitialize()
218 vp->state &= ~(ST_VP_OFF | ST_VP_LASTIRQ); in camif_stop_capture()
228 if (ret == 0 && !(vp->state & ST_VP_OFF)) { in camif_stop_capture()
230 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()
309 if (vp->state & ST_VP_OFF) { in s3c_camif_irq_handler()
311 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()
319 vp->state |= ST_VP_OFF; in s3c_camif_irq_handler()
Dcamif-core.h54 #define ST_VP_OFF (1 << 5) macro