Searched refs:ST_VP_CONFIG (Results 1 – 2 of 2) sorted by relevance
84 vp->state &= ~ST_VP_CONFIG; in s3c_camif_hw_init()106 vp->state &= ~ST_VP_CONFIG; in s3c_camif_hw_vp_init()358 if (vp->state & ST_VP_CONFIG) { in s3c_camif_irq_handler()367 vp->state &= ~ST_VP_CONFIG; in s3c_camif_irq_handler()1031 vp->state |= ST_VP_CONFIG; in s3c_camif_s_selection()1089 vp->state |= ST_VP_CONFIG; in s3c_camif_video_s_ctrl()1463 vp->state |= ST_VP_CONFIG; in s3c_camif_subdev_set_selection()1523 camif->vp[VP_CODEC].state |= ST_VP_CONFIG; in s3c_camif_subdev_s_ctrl()1524 camif->vp[VP_PREVIEW].state |= ST_VP_CONFIG; in s3c_camif_subdev_s_ctrl()
54 #define ST_VP_CONFIG (1 << 8) macro