Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-capture.c87 vp->state &= ~ST_VP_CONFIG; in s3c_camif_hw_init()
109 vp->state &= ~ST_VP_CONFIG; in s3c_camif_hw_vp_init()
361 if (vp->state & ST_VP_CONFIG) { in s3c_camif_irq_handler()
370 vp->state &= ~ST_VP_CONFIG; in s3c_camif_irq_handler()
1041 vp->state |= ST_VP_CONFIG; in s3c_camif_s_selection()
1099 vp->state |= ST_VP_CONFIG; in s3c_camif_video_s_ctrl()
1472 vp->state |= ST_VP_CONFIG; in s3c_camif_subdev_set_selection()
1532 camif->vp[VP_CODEC].state |= ST_VP_CONFIG; in s3c_camif_subdev_s_ctrl()
1533 camif->vp[VP_PREVIEW].state |= ST_VP_CONFIG; in s3c_camif_subdev_s_ctrl()
Dcamif-core.h57 #define ST_VP_CONFIG (1 << 8) macro