Searched refs:ST_VP_LASTIRQ (Results 1 – 2 of 2) sorted by relevance
161 ST_VP_SENSOR_STREAMING | ST_VP_LASTIRQ); in camif_reinitialize()217 vp->state &= ~(ST_VP_OFF | ST_VP_LASTIRQ); in camif_stop_capture()230 ST_VP_LASTIRQ); in camif_stop_capture()311 ST_VP_LASTIRQ); in s3c_camif_irq_handler()314 } else if (vp->state & ST_VP_LASTIRQ) { in s3c_camif_irq_handler()322 vp->state |= ST_VP_LASTIRQ; in s3c_camif_irq_handler()
52 #define ST_VP_LASTIRQ (1 << 6) macro