Searched refs:screen_info (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/dig/
H A Dsetup.c17 #include <linux/screen_info.h>
43 memset(&screen_info, 0, sizeof(screen_info));
62 screen_info.orig_x = orig_x;
63 screen_info.orig_y = orig_y;
64 screen_info.orig_video_cols = num_cols;
65 screen_info.orig_video_lines = num_rows;
66 screen_info.orig_video_points = font_height;
67 screen_info.orig_video_mode = 3;
68 screen_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dscreen_info.h10 struct screen_info { struct
49 extern struct screen_info screen_info;
51 #define ORIG_X (screen_info.orig_x)
52 #define ORIG_Y (screen_info.orig_y)
53 #define ORIG_VIDEO_MODE (screen_info.orig_video_mode)
54 #define ORIG_VIDEO_COLS (screen_info.orig_video_cols)
55 #define ORIG_VIDEO_EGA_BX (screen_info.orig_video_ega_bx)
56 #define ORIG_VIDEO_LINES (screen_info.orig_video_lines)
57 #define ORIG_VIDEO_ISVGA (screen_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dimacfb.c18 #include <linux/screen_info.h>
161 screen_info.lfb_depth = 32;
162 screen_info.lfb_size = DEFAULT_FB_MEM / 0x10000;
163 screen_info.pages=1;
164 screen_info.blue_size = 8;
165 screen_info.blue_pos = 0;
166 screen_info.green_size = 8;
167 screen_info.green_pos = 8;
168 screen_info.red_size = 8;
169 screen_info
[all...]
H A Dvesafb.c22 #include <linux/screen_info.h>
228 if (screen_info.orig_video_isVGA != VIDEO_TYPE_VLFB)
231 vga_compat = (screen_info.capabilities & 2) ? 0 : 1;
232 vesafb_fix.smem_start = screen_info.lfb_base;
233 vesafb_defined.bits_per_pixel = screen_info.lfb_depth;
236 vesafb_defined.xres = screen_info.lfb_width;
237 vesafb_defined.yres = screen_info.lfb_height;
238 vesafb_fix.line_length = screen_info.lfb_linelength;
250 size_total = screen_info.lfb_size * 65536;
270 screen_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/jazz/
H A Dsetup.c22 #include <linux/screen_info.h>
101 screen_info = (struct screen_info) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sni/
H A Dsetup.c15 #include <linux/screen_info.h>
35 struct screen_info *si = &screen_info;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/kernel/
H A Dsetup.c18 #include <linux/screen_info.h>
27 struct screen_info screen_info; variable in typeref:struct:screen_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Dsetup.h27 #define SCREEN_INFO (*(struct screen_info *) (PARAM+0x200))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsh_ksyms.c20 #include <linux/screen_info.h>
45 EXPORT_SYMBOL(screen_info); variable
H A Dsetup.c39 #include <linux/screen_info.h>
66 struct screen_info screen_info; variable in typeref:struct:screen_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/malta/
H A Dmalta_setup.c22 #include <linux/screen_info.h>
174 screen_info = (struct screen_info) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/sibyte/swarm/
H A Dsetup.c30 #include <linux/screen_info.h>
149 screen_info = (struct screen_info) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsetup.c20 #include <linux/screen_info.h>
307 struct screen_info screen_info = { variable in typeref:struct:screen_info
318 screen_info.orig_x = tag->u.videotext.x;
319 screen_info.orig_y = tag->u.videotext.y;
320 screen_info.orig_video_page = tag->u.videotext.video_page;
321 screen_info.orig_video_mode = tag->u.videotext.video_mode;
322 screen_info.orig_video_cols = tag->u.videotext.video_cols;
323 screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx;
324 screen_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Ddummycon.c12 #include <linux/screen_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dbootsetup.h12 #define SCREEN_INFO (*(struct screen_info *) (PARAM+0))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_sio.c19 #include <linux/screen_info.h>
62 screen_info.orig_y = 37;
63 screen_info.orig_video_cols = 100;
64 screen_info.orig_video_lines = 37;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Dcats-hw.c11 #include <linux/screen_info.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprep_setup.c26 #include <linux/screen_info.h>
644 * Fill out screen_info according to the residual data. This allows us to use
669 screen_info.orig_video_isVGA = VIDEO_TYPE_VLFB;
671 screen_info.lfb_depth = ptr[4] * 8;
673 screen_info.lfb_width = swab16(*(short *)(ptr+6));
674 screen_info.lfb_height = swab16(*(short *)(ptr+8));
675 screen_info.lfb_linelength = swab16(*(short *)(ptr+10));
677 screen_info.lfb_base = swab32(*(long *)(ptr+12));
678 screen_info.lfb_size = swab32(*(long *)(ptr+20)) / 65536;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dsetup.h35 #define SCREEN_INFO (*(struct screen_info *) (PARAM+0))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/qemu/
H A Dq-vga.c11 #include <linux/screen_info.h>
134 struct screen_info *si = &screen_info;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsetup.c20 #include <linux/screen_info.h>
47 struct screen_info screen_info = { 0, 24, 0, 0, 0, 80, 0, 0, 0, 24, 1, 16}; variable in typeref:struct:screen_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsetup.c24 #include <linux/screen_info.h>
55 struct screen_info screen_info = { variable in typeref:struct:screen_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c20 #include <linux/screen_info.h>
629 struct screen_info screen_info = { variable in typeref:struct:screen_info
640 screen_info.orig_x = tag->u.videotext.x;
641 screen_info.orig_y = tag->u.videotext.y;
642 screen_info.orig_video_page = tag->u.videotext.video_page;
643 screen_info.orig_video_mode = tag->u.videotext.video_mode;
644 screen_info.orig_video_cols = tag->u.videotext.video_cols;
645 screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx;
646 screen_info
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dsetup.c29 #include <linux/screen_info.h>
110 struct screen_info screen_info; variable in typeref:struct:screen_info
111 EXPORT_SYMBOL(screen_info); variable
506 screen_info = SCREEN_INFO;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsetup.c20 #include <linux/screen_info.h>
50 struct screen_info screen_info = { variable in typeref:struct:screen_info

Completed in 289 milliseconds

12