Searched refs:ST_VP_LASTIRQ (Results 1 – 2 of 2) sorted by relevance
162 ST_VP_SENSOR_STREAMING | ST_VP_LASTIRQ); in camif_reinitialize()218 vp->state &= ~(ST_VP_OFF | ST_VP_LASTIRQ); in camif_stop_capture()231 ST_VP_LASTIRQ); in camif_stop_capture()312 ST_VP_LASTIRQ); in s3c_camif_irq_handler()315 } else if (vp->state & ST_VP_LASTIRQ) { in s3c_camif_irq_handler()323 vp->state |= ST_VP_LASTIRQ; in s3c_camif_irq_handler()
55 #define ST_VP_LASTIRQ (1 << 6) macro