active_v_end       90 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	u32 active_v_start, active_v_end;
active_v_end      126 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 		active_v_end = active_v_start + (p->yres * hsync_period) - 1;
active_v_end      129 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 		active_v_end = 0;
active_v_end      139 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	if (active_v_end)
active_v_end      178 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	DPU_REG_WRITE(c, INTF_ACTIVE_V_END_F0, active_v_end);
active_v_end     1313 drivers/video/fbdev/w100fb.c 	active_v_disp.f.active_v_end=mode->upper_margin + mode->yres;
active_v_end      462 drivers/video/fbdev/w100fb.h 	u32 active_v_end    : 10;