Searched refs:ST_VP_ABORTING (Results 1 – 2 of 2) sorted by relevance
161 ST_VP_ABORTING | ST_VP_STREAMING | in camif_reinitialize()219 vp->state |= ST_VP_ABORTING; in camif_stop_capture()223 !(vp->state & ST_VP_ABORTING), in camif_stop_capture()230 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()308 if (vp->state & ST_VP_ABORTING) { in s3c_camif_irq_handler()311 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()360 } else if (!(vp->state & ST_VP_ABORTING) && in s3c_camif_irq_handler()
53 #define ST_VP_ABORTING (1 << 4) macro