Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c161 ST_VP_ABORTING | ST_VP_STREAMING | in camif_reinitialize()
219 vp->state |= ST_VP_ABORTING; in camif_stop_capture()
223 !(vp->state & ST_VP_ABORTING), in camif_stop_capture()
230 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()
308 if (vp->state & ST_VP_ABORTING) { in s3c_camif_irq_handler()
311 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()
360 } else if (!(vp->state & ST_VP_ABORTING) && in s3c_camif_irq_handler()
Dcamif-core.h53 #define ST_VP_ABORTING (1 << 4) macro