Home
last modified time | relevance | path

Searched refs:linebytes (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Dbw2.c182 static void bw2_init_fix(struct fb_info *info, int linebytes) in bw2_init_fix() argument
189 info->fix.line_length = linebytes; in bw2_init_fix()
230 int *linebytes) in bw2_do_default_mode() argument
243 *linebytes = 1600 / 8; in bw2_do_default_mode()
280 int linebytes, err; in bw2_probe() local
295 linebytes = of_getintprop_default(dp, "linebytes", in bw2_probe()
309 err = bw2_do_default_mode(par, info, &linebytes); in bw2_probe()
314 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in bw2_probe()
328 bw2_init_fix(info, linebytes); in bw2_probe()
Dp9100.c240 static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) in p9100_init_fix() argument
247 info->fix.line_length = linebytes; in p9100_init_fix()
257 int linebytes, err; in p9100_probe() local
277 linebytes = of_getintprop_default(dp, "linebytes", info->var.xres); in p9100_probe()
278 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in p9100_probe()
297 p9100_init_fix(info, linebytes, dp); in p9100_probe()
Dcg3.c246 static void cg3_init_fix(struct fb_info *info, int linebytes, in cg3_init_fix() argument
254 info->fix.line_length = linebytes; in cg3_init_fix()
354 int linebytes, err; in cg3_probe() local
377 linebytes = of_getintprop_default(dp, "linebytes", in cg3_probe()
379 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg3_probe()
407 cg3_init_fix(info, linebytes, dp); in cg3_probe()
Dtcx.c325 tcx_init_fix(struct fb_info *info, int linebytes) in tcx_init_fix() argument
340 info->fix.line_length = linebytes; in tcx_init_fix()
370 int linebytes, i, err; in tcx_probe() local
389 linebytes = of_getintprop_default(dp, "linebytes", in tcx_probe()
391 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in tcx_probe()
462 tcx_init_fix(info, linebytes); in tcx_probe()
Dcg14.c355 static void cg14_init_fix(struct fb_info *info, int linebytes, in cg14_init_fix() argument
365 info->fix.line_length = linebytes; in cg14_init_fix()
471 int is_8mb, linebytes, i, err; in cg14_probe() local
487 linebytes = of_getintprop_default(dp, "linebytes", in cg14_probe()
489 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg14_probe()
548 cg14_init_fix(info, linebytes, dp); in cg14_probe()
Dcg6.c610 static void cg6_init_fix(struct fb_info *info, int linebytes) in cg6_init_fix() argument
646 info->fix.line_length = linebytes; in cg6_init_fix()
745 int linebytes, err; in cg6_probe() local
765 linebytes = of_getintprop_default(dp, "linebytes", in cg6_probe()
767 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg6_probe()
805 cg6_init_fix(info, linebytes); in cg6_probe()
Dleo.c555 int linebytes, err; in leo_probe() local
572 linebytes = of_getintprop_default(dp, "linebytes", in leo_probe()
574 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in leo_probe()
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc836x_rdk.dts434 linebytes = <0>;