vesa_lfb           42 arch/x86/xen/vga.c 				    u.vesa_lfb.gbl_caps))
vesa_lfb           45 arch/x86/xen/vga.c 		screen_info->lfb_width = info->u.vesa_lfb.width;
vesa_lfb           46 arch/x86/xen/vga.c 		screen_info->lfb_height = info->u.vesa_lfb.height;
vesa_lfb           47 arch/x86/xen/vga.c 		screen_info->lfb_depth = info->u.vesa_lfb.bits_per_pixel;
vesa_lfb           48 arch/x86/xen/vga.c 		screen_info->lfb_base = info->u.vesa_lfb.lfb_base;
vesa_lfb           49 arch/x86/xen/vga.c 		screen_info->lfb_size = info->u.vesa_lfb.lfb_size;
vesa_lfb           50 arch/x86/xen/vga.c 		screen_info->lfb_linelength = info->u.vesa_lfb.bytes_per_line;
vesa_lfb           51 arch/x86/xen/vga.c 		screen_info->red_size = info->u.vesa_lfb.red_size;
vesa_lfb           52 arch/x86/xen/vga.c 		screen_info->red_pos = info->u.vesa_lfb.red_pos;
vesa_lfb           53 arch/x86/xen/vga.c 		screen_info->green_size = info->u.vesa_lfb.green_size;
vesa_lfb           54 arch/x86/xen/vga.c 		screen_info->green_pos = info->u.vesa_lfb.green_pos;
vesa_lfb           55 arch/x86/xen/vga.c 		screen_info->blue_size = info->u.vesa_lfb.blue_size;
vesa_lfb           56 arch/x86/xen/vga.c 		screen_info->blue_pos = info->u.vesa_lfb.blue_pos;
vesa_lfb           57 arch/x86/xen/vga.c 		screen_info->rsvd_size = info->u.vesa_lfb.rsvd_size;
vesa_lfb           58 arch/x86/xen/vga.c 		screen_info->rsvd_pos = info->u.vesa_lfb.rsvd_pos;
vesa_lfb           66 arch/x86/xen/vga.c 				     u.vesa_lfb.gbl_caps)
vesa_lfb           67 arch/x86/xen/vga.c 		    + sizeof(info->u.vesa_lfb.gbl_caps))
vesa_lfb           68 arch/x86/xen/vga.c 			screen_info->capabilities = info->u.vesa_lfb.gbl_caps;
vesa_lfb           70 arch/x86/xen/vga.c 				     u.vesa_lfb.mode_attrs)
vesa_lfb           71 arch/x86/xen/vga.c 		    + sizeof(info->u.vesa_lfb.mode_attrs))
vesa_lfb           72 arch/x86/xen/vga.c 			screen_info->vesa_attributes = info->u.vesa_lfb.mode_attrs;
vesa_lfb          740 include/xen/interface/xen.h 		} vesa_lfb;