Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h52 #define ST_VP_LASTIRQ (1 << 6) macro
H A Dcamif-capture.c161 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()