h_margin           52 drivers/video/fbdev/core/fbcvt.c 	u32 h_margin;
h_margin          354 drivers/video/fbdev/core/fbcvt.c 		cvt.h_margin = (cvt.xres * 18)/1000;
h_margin          355 drivers/video/fbdev/core/fbcvt.c 		cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1);
h_margin          360 drivers/video/fbdev/core/fbcvt.c 	cvt.active_pixels = cvt.xres + 2 * cvt.h_margin;
h_margin          369 drivers/video/fbdev/core/fbcvt.c 	cvt.h_back_porch = cvt.hblank/2 + cvt.h_margin;
h_margin          371 drivers/video/fbdev/core/fbcvt.c 		2 * cvt.h_margin;