total_x           379 drivers/video/console/sticore.c 		glob_cfg->total_x, glob_cfg->total_y,
total_x           248 drivers/video/fbdev/mmp/hw/mmp_ctrl.c 	u32 total_x, total_y, vsync_ctrl, tmp, sclk_src, sclk_div,
total_x           276 drivers/video/fbdev/mmp/hw/mmp_ctrl.c 	total_x = mode->xres + mode->left_margin + mode->right_margin +
total_x           280 drivers/video/fbdev/mmp/hw/mmp_ctrl.c 	writel_relaxed((total_y << 16) | total_x, &regs->screen_size);
total_x            95 drivers/video/fbdev/sticore.h 	s16 total_x;			/* frame buffer width in pixels */
total_x           174 drivers/video/fbdev/sticore.h 	s16 total_x;		/* frame buffer width in pixels */
total_x          1254 drivers/video/fbdev/stifb.c 	fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8;