Home
last modified time | relevance | path

Searched refs:ST_VP_LASTIRQ (Results 1 – 2 of 2) sorted by relevance

/drivers/media/platform/s3c-camif/
Dcamif-capture.c162 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()
Dcamif-core.h55 #define ST_VP_LASTIRQ (1 << 6) macro