Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c160 ST_VP_ABORTING | ST_VP_STREAMING | in camif_reinitialize()
218 vp->state |= ST_VP_ABORTING; in camif_stop_capture()
222 !(vp->state & ST_VP_ABORTING), in camif_stop_capture()
229 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()
307 if (vp->state & ST_VP_ABORTING) { in s3c_camif_irq_handler()
310 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()
353 } else if (!(vp->state & ST_VP_ABORTING) && in s3c_camif_irq_handler()
H A Dcamif-core.h50 #define ST_VP_ABORTING (1 << 4) macro