CVT_MIN_V_BPORCH  306 drivers/gpu/drm/drm_modes.c 		if (vbilines < (CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH))
CVT_MIN_V_BPORCH  307 drivers/gpu/drm/drm_modes.c 			vbilines = CVT_RB_VFPORCH + vsync + CVT_MIN_V_BPORCH;
CVT_MIN_V_BPORCH  525 drivers/media/v4l2-core/v4l2-dv-timings.c 		if (v_bp < CVT_MIN_V_BPORCH)
CVT_MIN_V_BPORCH  526 drivers/media/v4l2-core/v4l2-dv-timings.c 			v_bp = CVT_MIN_V_BPORCH;