Searched defs:screen_info (Results 1 - 16 of 16) sorted by relevance

/arch/x86/xen/
H A Dvga.c1 #include <linux/screen_info.h>
13 struct screen_info *screen_info = &boot_params.screen_info; local
17 screen_info->orig_video_mode = 3;
18 screen_info->orig_video_isVGA = 1;
19 screen_info->orig_video_lines = 25;
20 screen_info->orig_video_cols = 80;
21 screen_info->orig_video_ega_bx = 3;
22 screen_info
[all...]
/arch/cris/kernel/
H A Dsetup.c18 #include <linux/screen_info.h>
28 struct screen_info screen_info; variable in typeref:struct:screen_info
/arch/score/kernel/
H A Dsetup.c32 #include <linux/screen_info.h>
37 struct screen_info screen_info; variable in typeref:struct:screen_info
/arch/m32r/kernel/
H A Dsetup.c24 #include <linux/screen_info.h>
55 struct screen_info screen_info = { variable in typeref:struct:screen_info
/arch/sh/kernel/
H A Dsetup.c9 #include <linux/screen_info.h>
68 struct screen_info screen_info; variable in typeref:struct:screen_info
/arch/sparc/kernel/
H A Dsetup_32.c19 #include <linux/screen_info.h>
52 struct screen_info screen_info = { variable in typeref:struct:screen_info
H A Dsetup_64.c17 #include <linux/screen_info.h>
66 struct screen_info screen_info = { variable in typeref:struct:screen_info
/arch/xtensa/kernel/
H A Dsetup.c21 #include <linux/screen_info.h>
49 struct screen_info screen_info = { 0, 24, 0, 0, 0, 80, 0, 0, 0, 24, 1, 16}; variable in typeref:struct:screen_info
/arch/mips/kernel/
H A Dsetup.c16 #include <linux/screen_info.h>
41 struct screen_info screen_info; variable in typeref:struct:screen_info
/arch/powerpc/kernel/
H A Dppc_ksyms.c8 #include <linux/screen_info.h>
156 EXPORT_SYMBOL(screen_info); variable
H A Dsetup-common.c27 #include <linux/screen_info.h>
88 struct screen_info screen_info = { variable in typeref:struct:screen_info
/arch/x86/include/asm/
H A Dbootparam.h5 #include <linux/screen_info.h>
97 struct screen_info screen_info; /* 0x000 */ member in struct:boot_params
/arch/x86/kernel/
H A Dsetup.c27 #include <linux/screen_info.h>
227 struct screen_info screen_info; variable in typeref:struct:screen_info
228 EXPORT_SYMBOL(screen_info); variable
714 screen_info = boot_params.screen_info;
/arch/arm/kernel/
H A Dsetup.c20 #include <linux/screen_info.h>
675 struct screen_info screen_info = { variable in typeref:struct:screen_info
686 screen_info.orig_x = tag->u.videotext.x;
687 screen_info.orig_y = tag->u.videotext.y;
688 screen_info.orig_video_page = tag->u.videotext.video_page;
689 screen_info.orig_video_mode = tag->u.videotext.video_mode;
690 screen_info.orig_video_cols = tag->u.videotext.video_cols;
691 screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx;
692 screen_info
[all...]
/arch/ia64/kernel/
H A Dsetup.c38 #include <linux/screen_info.h>
79 struct screen_info screen_info; variable in typeref:struct:screen_info
/arch/alpha/kernel/
H A Dsetup.c21 #include <linux/screen_info.h>
132 * The format of "screen_info" is strange, and due to early
137 struct screen_info screen_info = { variable in typeref:struct:screen_info
146 EXPORT_SYMBOL(screen_info); variable

Completed in 448 milliseconds