Searched refs:ST_VP_ABORTING (Results 1 – 2 of 2) sorted by relevance
160 ST_VP_ABORTING | ST_VP_STREAMING | in camif_reinitialize()218 vp->state |= ST_VP_ABORTING; in camif_stop_capture()222 !(vp->state & ST_VP_ABORTING), in camif_stop_capture()229 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()307 if (vp->state & ST_VP_ABORTING) { in s3c_camif_irq_handler()310 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()353 } else if (!(vp->state & ST_VP_ABORTING) && in s3c_camif_irq_handler()
50 #define ST_VP_ABORTING (1 << 4) macro