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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dbw2.c189 static void __devinit bw2_init_fix(struct fb_info *info, int linebytes) argument
196 info->fix.line_length = linebytes;
238 int *linebytes)
251 *linebytes = 1600 / 8;
291 int linebytes, err; local
303 linebytes = of_getintprop_default(dp, "linebytes",
315 bw2_do_default_mode(&all->par, &all->info, &linebytes);
317 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);
328 bw2_init_fix(&all->info, linebytes);
236 bw2_do_default_mode(struct bw2_par *par, struct fb_info *info, int *linebytes) argument
[all...]
H A Dp9100.c246 static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) argument
253 info->fix.line_length = linebytes;
267 int linebytes, err; local
284 linebytes = of_getintprop_default(dp, "linebytes",
286 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);
318 p9100_init_fix(&all->info, linebytes, dp);
H A Dcg3.c253 static void __devinit cg3_init_fix(struct fb_info *info, int linebytes, argument
261 info->fix.line_length = linebytes;
365 int linebytes, err; local
385 linebytes = of_getintprop_default(dp, "linebytes",
387 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);
414 cg3_init_fix(&all->info, linebytes, dp);
H A Dtcx.c328 tcx_init_fix(struct fb_info *info, int linebytes) argument
343 info->fix.line_length = linebytes;
376 int linebytes, i, err; local
392 linebytes = of_getintprop_default(dp, "linebytes",
394 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);
475 tcx_init_fix(&all->info, linebytes);
H A Dcg14.c357 static void __devinit cg14_init_fix(struct fb_info *info, int linebytes, argument
367 info->fix.line_length = linebytes;
476 int is_8mb, linebytes, i, err; local
489 linebytes = of_getintprop_default(dp, "linebytes",
491 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);
555 cg14_init_fix(&all->info, linebytes, dp);
H A Dcg6.c546 cg6_init_fix(struct fb_info *info, int linebytes) argument
584 info->fix.line_length = linebytes;
686 int linebytes, err; local
702 linebytes = of_getintprop_default(dp, "linebytes",
704 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);
747 cg6_init_fix(&all->info, linebytes);
H A Dleo.c554 int linebytes, err; local
568 linebytes = of_getintprop_default(dp, "linebytes",
570 all->par.fbsize = PAGE_ALIGN(linebytes * all->info.var.yres);

Completed in 78 milliseconds