linebytes 183 drivers/video/fbdev/bw2.c static void bw2_init_fix(struct fb_info *info, int linebytes) linebytes 190 drivers/video/fbdev/bw2.c info->fix.line_length = linebytes; linebytes 231 drivers/video/fbdev/bw2.c int *linebytes) linebytes 244 drivers/video/fbdev/bw2.c *linebytes = 1600 / 8; linebytes 281 drivers/video/fbdev/bw2.c int linebytes, err; linebytes 296 drivers/video/fbdev/bw2.c linebytes = of_getintprop_default(dp, "linebytes", linebytes 310 drivers/video/fbdev/bw2.c err = bw2_do_default_mode(par, info, &linebytes); linebytes 315 drivers/video/fbdev/bw2.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 329 drivers/video/fbdev/bw2.c bw2_init_fix(info, linebytes); linebytes 356 drivers/video/fbdev/cg14.c static void cg14_init_fix(struct fb_info *info, int linebytes, linebytes 364 drivers/video/fbdev/cg14.c info->fix.line_length = linebytes; linebytes 470 drivers/video/fbdev/cg14.c int is_8mb, linebytes, i, err; linebytes 486 drivers/video/fbdev/cg14.c linebytes = of_getintprop_default(dp, "linebytes", linebytes 488 drivers/video/fbdev/cg14.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 547 drivers/video/fbdev/cg14.c cg14_init_fix(info, linebytes, dp); linebytes 247 drivers/video/fbdev/cg3.c static void cg3_init_fix(struct fb_info *info, int linebytes, linebytes 255 drivers/video/fbdev/cg3.c info->fix.line_length = linebytes; linebytes 355 drivers/video/fbdev/cg3.c int linebytes, err; linebytes 378 drivers/video/fbdev/cg3.c linebytes = of_getintprop_default(dp, "linebytes", linebytes 380 drivers/video/fbdev/cg3.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 408 drivers/video/fbdev/cg3.c cg3_init_fix(info, linebytes, dp); linebytes 611 drivers/video/fbdev/cg6.c static void cg6_init_fix(struct fb_info *info, int linebytes) linebytes 647 drivers/video/fbdev/cg6.c info->fix.line_length = linebytes; linebytes 746 drivers/video/fbdev/cg6.c int linebytes, err; linebytes 766 drivers/video/fbdev/cg6.c linebytes = of_getintprop_default(dp, "linebytes", linebytes 768 drivers/video/fbdev/cg6.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 806 drivers/video/fbdev/cg6.c cg6_init_fix(info, linebytes); linebytes 556 drivers/video/fbdev/leo.c int linebytes, err; linebytes 573 drivers/video/fbdev/leo.c linebytes = of_getintprop_default(dp, "linebytes", linebytes 575 drivers/video/fbdev/leo.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 241 drivers/video/fbdev/p9100.c static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) linebytes 248 drivers/video/fbdev/p9100.c info->fix.line_length = linebytes; linebytes 258 drivers/video/fbdev/p9100.c int linebytes, err; linebytes 278 drivers/video/fbdev/p9100.c linebytes = of_getintprop_default(dp, "linebytes", info->var.xres); linebytes 279 drivers/video/fbdev/p9100.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 298 drivers/video/fbdev/p9100.c p9100_init_fix(info, linebytes, dp); linebytes 326 drivers/video/fbdev/tcx.c tcx_init_fix(struct fb_info *info, int linebytes) linebytes 341 drivers/video/fbdev/tcx.c info->fix.line_length = linebytes; linebytes 371 drivers/video/fbdev/tcx.c int linebytes, i, err; linebytes 390 drivers/video/fbdev/tcx.c linebytes = of_getintprop_default(dp, "linebytes", linebytes 392 drivers/video/fbdev/tcx.c info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); linebytes 463 drivers/video/fbdev/tcx.c tcx_init_fix(info, linebytes);