Searched refs:linebytes (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dbw2.c182 static void bw2_init_fix(struct fb_info *info, int linebytes) bw2_init_fix() argument
189 info->fix.line_length = linebytes; bw2_init_fix()
230 int *linebytes) bw2_do_default_mode()
243 *linebytes = 1600 / 8; bw2_do_default_mode()
280 int linebytes, err; bw2_probe() local
295 linebytes = of_getintprop_default(dp, "linebytes", bw2_probe()
309 err = bw2_do_default_mode(par, info, &linebytes); bw2_probe()
314 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); bw2_probe()
328 bw2_init_fix(info, linebytes); bw2_probe()
229 bw2_do_default_mode(struct bw2_par *par, struct fb_info *info, int *linebytes) bw2_do_default_mode() argument
H A Dp9100.c240 static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) p9100_init_fix() argument
247 info->fix.line_length = linebytes; p9100_init_fix()
257 int linebytes, err; p9100_probe() local
277 linebytes = of_getintprop_default(dp, "linebytes", info->var.xres); p9100_probe()
278 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); p9100_probe()
297 p9100_init_fix(info, linebytes, dp); p9100_probe()
H A Dcg3.c246 static void cg3_init_fix(struct fb_info *info, int linebytes, cg3_init_fix() argument
254 info->fix.line_length = linebytes; cg3_init_fix()
354 int linebytes, err; cg3_probe() local
377 linebytes = of_getintprop_default(dp, "linebytes", cg3_probe()
379 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); cg3_probe()
407 cg3_init_fix(info, linebytes, dp); cg3_probe()
H A Dtcx.c325 tcx_init_fix(struct fb_info *info, int linebytes) tcx_init_fix() argument
340 info->fix.line_length = linebytes; tcx_init_fix()
370 int linebytes, i, err; tcx_probe() local
389 linebytes = of_getintprop_default(dp, "linebytes", tcx_probe()
391 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); tcx_probe()
462 tcx_init_fix(info, linebytes); tcx_probe()
H A Dcg14.c355 static void cg14_init_fix(struct fb_info *info, int linebytes, cg14_init_fix() argument
365 info->fix.line_length = linebytes; cg14_init_fix()
471 int is_8mb, linebytes, i, err; cg14_probe() local
487 linebytes = of_getintprop_default(dp, "linebytes", cg14_probe()
489 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); cg14_probe()
548 cg14_init_fix(info, linebytes, dp); cg14_probe()
H A Dcg6.c610 static void cg6_init_fix(struct fb_info *info, int linebytes) cg6_init_fix() argument
646 info->fix.line_length = linebytes; cg6_init_fix()
745 int linebytes, err; cg6_probe() local
765 linebytes = of_getintprop_default(dp, "linebytes", cg6_probe()
767 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); cg6_probe()
805 cg6_init_fix(info, linebytes); cg6_probe()
H A Dleo.c555 int linebytes, err; leo_probe() local
572 linebytes = of_getintprop_default(dp, "linebytes", leo_probe()
574 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); leo_probe()
H A Dsunxvr2500.c163 /* XXX 'linebytes' is often wrong, it is equal to the width s3d_pci_register()
H A Doffb.c572 pp = of_get_property(dp, "linux,bootx-linebytes", &len); offb_init_nodriver()
574 pp = of_get_property(dp, "linebytes", &len); offb_init_nodriver()
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dbootx_init.c203 bootx_dt_add_prop("linux,bootx-linebytes", &tmp, 4, mem_end); bootx_add_display_props()
385 bootx_dt_add_string("linux,bootx-linebytes", &mem_end); bootx_flatten_dt()
/linux-4.4.14/arch/powerpc/kernel/
H A Dbtext.c197 prop = of_get_property(np, "linux,bootx-linebytes", NULL); btext_initialize()
199 prop = of_get_property(np, "linebytes", NULL); btext_initialize()
H A Dprom_init.c1997 prom_getprop(node, "linebytes", &pitch, 4); prom_check_displays()
/linux-4.4.14/arch/sparc/kernel/
H A Dbtext.c56 if (prom_getproperty(node, "linebytes", (char *)&prop, 4) >= 0 && btext_initialize()

Completed in 249 milliseconds