Home
last modified time | relevance | path

Searched refs:ST_VP_OFF (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c159 vp->state &= ~(ST_VP_PENDING | ST_VP_RUNNING | ST_VP_OFF | in camif_reinitialize()
217 vp->state &= ~(ST_VP_OFF | ST_VP_LASTIRQ); in camif_stop_capture()
227 if (ret == 0 && !(vp->state & ST_VP_OFF)) { in camif_stop_capture()
229 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()
308 if (vp->state & ST_VP_OFF) { in s3c_camif_irq_handler()
310 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()
318 vp->state |= ST_VP_OFF; in s3c_camif_irq_handler()
H A Dcamif-core.h51 #define ST_VP_OFF (1 << 5) macro
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c159 vp->state &= ~(ST_VP_PENDING | ST_VP_RUNNING | ST_VP_OFF | in camif_reinitialize()
217 vp->state &= ~(ST_VP_OFF | ST_VP_LASTIRQ); in camif_stop_capture()
227 if (ret == 0 && !(vp->state & ST_VP_OFF)) { in camif_stop_capture()
229 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in camif_stop_capture()
308 if (vp->state & ST_VP_OFF) { in s3c_camif_irq_handler()
310 vp->state &= ~(ST_VP_OFF | ST_VP_ABORTING | in s3c_camif_irq_handler()
318 vp->state |= ST_VP_OFF; in s3c_camif_irq_handler()
H A Dcamif-core.h51 #define ST_VP_OFF (1 << 5) macro

Completed in 6 milliseconds