Searched refs:linebytes (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/video/fbdev/ |
D | bw2.c | 183 static void bw2_init_fix(struct fb_info *info, int linebytes) in bw2_init_fix() argument 190 info->fix.line_length = linebytes; in bw2_init_fix() 231 int *linebytes) in bw2_do_default_mode() argument 244 *linebytes = 1600 / 8; in bw2_do_default_mode() 281 int linebytes, err; in bw2_probe() local 296 linebytes = of_getintprop_default(dp, "linebytes", in bw2_probe() 310 err = bw2_do_default_mode(par, info, &linebytes); in bw2_probe() 315 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in bw2_probe() 329 bw2_init_fix(info, linebytes); in bw2_probe()
|
D | p9100.c | 241 static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) in p9100_init_fix() argument 248 info->fix.line_length = linebytes; in p9100_init_fix() 258 int linebytes, err; in p9100_probe() local 278 linebytes = of_getintprop_default(dp, "linebytes", info->var.xres); in p9100_probe() 279 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in p9100_probe() 298 p9100_init_fix(info, linebytes, dp); in p9100_probe()
|
D | cg3.c | 247 static void cg3_init_fix(struct fb_info *info, int linebytes, in cg3_init_fix() argument 255 info->fix.line_length = linebytes; in cg3_init_fix() 355 int linebytes, err; in cg3_probe() local 378 linebytes = of_getintprop_default(dp, "linebytes", in cg3_probe() 380 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg3_probe() 408 cg3_init_fix(info, linebytes, dp); in cg3_probe()
|
D | tcx.c | 326 tcx_init_fix(struct fb_info *info, int linebytes) in tcx_init_fix() argument 341 info->fix.line_length = linebytes; in tcx_init_fix() 371 int linebytes, i, err; in tcx_probe() local 390 linebytes = of_getintprop_default(dp, "linebytes", in tcx_probe() 392 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in tcx_probe() 463 tcx_init_fix(info, linebytes); in tcx_probe()
|
D | cg14.c | 356 static void cg14_init_fix(struct fb_info *info, int linebytes, in cg14_init_fix() argument 364 info->fix.line_length = linebytes; in cg14_init_fix() 470 int is_8mb, linebytes, i, err; in cg14_probe() local 486 linebytes = of_getintprop_default(dp, "linebytes", in cg14_probe() 488 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg14_probe() 546 cg14_init_fix(info, linebytes, dp); in cg14_probe()
|
D | cg6.c | 611 static void cg6_init_fix(struct fb_info *info, int linebytes) in cg6_init_fix() argument 647 info->fix.line_length = linebytes; in cg6_init_fix() 746 int linebytes, err; in cg6_probe() local 766 linebytes = of_getintprop_default(dp, "linebytes", in cg6_probe() 768 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg6_probe() 806 cg6_init_fix(info, linebytes); in cg6_probe()
|
D | leo.c | 556 int linebytes, err; in leo_probe() local 573 linebytes = of_getintprop_default(dp, "linebytes", in leo_probe() 575 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in leo_probe()
|
/linux-6.1.9/arch/powerpc/boot/dts/ |
D | mpc836x_rdk.dts | 430 linebytes = <0>;
|