lfb_depth         109 arch/arm/include/uapi/asm/setup.h 	__u16		lfb_depth;
lfb_depth         126 arch/arm/mach-rpc/include/mach/uncompress.h 				bytes_per_char_h = t->u.videolfb.lfb_depth;
lfb_depth         325 arch/x86/boot/compressed/eboot.c 	si->lfb_depth		= 32;
lfb_depth         217 arch/x86/boot/video-vesa.c 	boot_params.screen_info.lfb_depth = vminfo.bpp;
lfb_depth          40 arch/x86/kernel/sysfb_simplefb.c 		if (si->lfb_depth == f->bits_per_pixel &&
lfb_depth          47 arch/x86/xen/vga.c 		screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel;
lfb_depth         229 drivers/firmware/efi/earlycon.c 	if (si->lfb_depth != 32)
lfb_depth          41 drivers/firmware/efi/libstub/gop.c 		si->lfb_depth = 32;
lfb_depth          52 drivers/firmware/efi/libstub/gop.c 		si->lfb_depth = 32;
lfb_depth          69 drivers/firmware/efi/libstub/gop.c 		si->lfb_depth = si->red_size + si->green_size +
lfb_depth          71 drivers/firmware/efi/libstub/gop.c 		si->lfb_linelength = (pixels_per_scan_line * si->lfb_depth) / 8;
lfb_depth          73 drivers/firmware/efi/libstub/gop.c 		si->lfb_depth = 4;
lfb_depth         168 drivers/video/fbdev/efifb.c 	if (si->lfb_depth != 32) {
lfb_depth         364 drivers/video/fbdev/efifb.c 	if (!screen_info.lfb_depth)
lfb_depth         365 drivers/video/fbdev/efifb.c 		screen_info.lfb_depth = 32;
lfb_depth         402 drivers/video/fbdev/efifb.c 	efifb_defined.bits_per_pixel = screen_info.lfb_depth;
lfb_depth         955 drivers/video/fbdev/intelfb/intelfbdrv.c 	var->bits_per_pixel = screen_info.lfb_depth;
lfb_depth         956 drivers/video/fbdev/intelfb/intelfbdrv.c 	switch (screen_info.lfb_depth) {
lfb_depth         264 drivers/video/fbdev/sis/sis_main.c 	int  mydepth = screen_info.lfb_depth;
lfb_depth          92 drivers/video/fbdev/sm712fb.c 	u16  lfb_depth;
lfb_depth         845 drivers/video/fbdev/sm712fb.c 	smtc_scr_info.lfb_depth = 0;
lfb_depth         854 drivers/video/fbdev/sm712fb.c 			smtc_scr_info.lfb_depth  = vesa_mode_table[i].lfb_depth;
lfb_depth        1485 drivers/video/fbdev/sm712fb.c 		sfb->fb->var.bits_per_pixel = smtc_scr_info.lfb_depth;
lfb_depth        1513 drivers/video/fbdev/sm712fb.c 	big_pixel_depth(sfb->fb->var.bits_per_pixel, smtc_scr_info.lfb_depth);
lfb_depth         255 drivers/video/fbdev/vesafb.c 	vesafb_defined.bits_per_pixel = screen_info.lfb_depth;
lfb_depth          29 include/uapi/linux/screen_info.h 	__u16 lfb_depth;	/* 0x16 */