Searched refs:ST_VP_OFF (Results 1 – 2 of 2) sorted by relevance
159 vp->state &= ~(ST_VP_PENDING | ST_VP_RUNNING | ST_VP_OFF | in camif_reinitialize()217 vp->state &= ~(ST_VP_OFF | ST_VP_LASTIRQ); in camif_stop_capture()227 if (ret == 0 && !(vp->state & ST_VP_OFF)) { in camif_stop_capture()229 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()308 if (vp->state & ST_VP_OFF) { in s3c_camif_irq_handler()310 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()318 vp->state |= ST_VP_OFF; in s3c_camif_irq_handler()
51 #define ST_VP_OFF (1 << 5) macro