Searched refs:screen_info (Results 1 – 25 of 30) sorted by relevance
12
12 struct screen_info *screen_info) in xen_init_vga() argument16 screen_info->orig_video_mode = 3; in xen_init_vga()17 screen_info->orig_video_isVGA = 1; in xen_init_vga()18 screen_info->orig_video_lines = 25; in xen_init_vga()19 screen_info->orig_video_cols = 80; in xen_init_vga()20 screen_info->orig_video_ega_bx = 3; in xen_init_vga()21 screen_info->orig_video_points = 16; in xen_init_vga()22 screen_info->orig_y = screen_info->orig_video_lines - 1; in xen_init_vga()33 screen_info->orig_video_points = in xen_init_vga()42 screen_info->orig_video_isVGA = VIDEO_TYPE_VLFB; in xen_init_vga()[all …]
119 struct screen_info *);122 size_t size, struct screen_info *si) in xen_init_vga()
293 if (!boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()296 if (boot_params.screen_info.orig_video_isVGA) in xen_add_preferred_consoles()
168 &boot_params->screen_info); in xen_pvh_init()
177 boot_params.screen_info.red_size = dac_size; in vesa_dac_set_8bits()178 boot_params.screen_info.green_size = dac_size; in vesa_dac_set_8bits()179 boot_params.screen_info.blue_size = dac_size; in vesa_dac_set_8bits()180 boot_params.screen_info.rsvd_size = dac_size; in vesa_dac_set_8bits()182 boot_params.screen_info.red_pos = 0; in vesa_dac_set_8bits()183 boot_params.screen_info.green_pos = 0; in vesa_dac_set_8bits()184 boot_params.screen_info.blue_pos = 0; in vesa_dac_set_8bits()185 boot_params.screen_info.rsvd_pos = 0; in vesa_dac_set_8bits()200 boot_params.screen_info.vesapm_seg = oreg.es; in vesa_store_pm_info()201 boot_params.screen_info.vesapm_off = oreg.di; in vesa_store_pm_info()[all …]
30 boot_params.screen_info.orig_x = oreg.dl; in store_cursor_position()31 boot_params.screen_info.orig_y = oreg.dh; in store_cursor_position()34 boot_params.screen_info.flags |= VIDEO_FLAGS_NOCURSOR; in store_cursor_position()52 boot_params.screen_info.orig_video_page = oreg.bh; in store_video_mode()94 boot_params.screen_info.orig_video_cols = x; in store_mode_params()95 boot_params.screen_info.orig_video_lines = y; in store_mode_params()242 saved.x = boot_params.screen_info.orig_video_cols; in save_screen()244 saved.curx = boot_params.screen_info.orig_x; in save_screen()245 saved.cury = boot_params.screen_info.orig_y; in save_screen()259 int xs = boot_params.screen_info.orig_video_cols; in restore_screen()[all …]
50 if (new_mode != boot_params.screen_info.orig_video_mode) { in set_bios_mode()54 ireg.ax = boot_params.screen_info.orig_video_mode; in set_bios_mode()67 u8 saved_mode = boot_params.screen_info.orig_video_mode; in bios_probe()
256 boot_params.screen_info.orig_video_ega_bx = oreg.bx; in vga_probe()268 boot_params.screen_info.orig_video_isVGA = 1; in vga_probe()
113 boot_params.screen_info.ext_mem_k = oreg.ax; in detect_memory_88()
78 struct screen_info screen_info __section(".data");79 EXPORT_SYMBOL_GPL(screen_info);84 struct screen_info *si; in init_screen_info()94 screen_info = *si; in init_screen_info()98 memblock_reserve(__screen_info_lfb_base(&screen_info), screen_info.lfb_size); in init_screen_info()
15 __efistub_screen_info = screen_info;
135 x = boot_params_ptr->screen_info.orig_x; in __putstr()136 y = boot_params_ptr->screen_info.orig_y; in __putstr()157 boot_params_ptr->screen_info.orig_x = x; in __putstr()158 boot_params_ptr->screen_info.orig_y = y; in __putstr()422 if (boot_params_ptr->screen_info.orig_video_mode == 7) { in extract_kernel()430 lines = boot_params_ptr->screen_info.orig_video_lines; in extract_kernel()431 cols = boot_params_ptr->screen_info.orig_video_cols; in extract_kernel()
8 extern struct screen_info vgacon_screen_info;
40 extern struct screen_info vgacon_screen_info;
425 boot_params.screen_info.orig_video_isVGA == 1) { in setup_early_printk()426 max_xpos = boot_params.screen_info.orig_video_cols; in setup_early_printk()427 max_ypos = boot_params.screen_info.orig_video_lines; in setup_early_printk()428 current_ypos = boot_params.screen_info.orig_y; in setup_early_printk()
282 memcpy(¶ms->screen_info, &screen_info, sizeof(struct screen_info)); in setup_boot_parameters()285 params->screen_info.ext_mem_k = 0; in setup_boot_parameters()322 params->screen_info.ext_mem_k = mem_k; in setup_boot_parameters()325 params->screen_info.ext_mem_k = 0xfc00; /* 64M*/ in setup_boot_parameters()
214 struct screen_info screen_info; variable215 EXPORT_SYMBOL(screen_info);529 screen_info = boot_params.screen_info; in parse_boot_params()1257 vgacon_register_screen(&screen_info); in setup_arch()
13 void efifb_setup_from_dmi(struct screen_info *si, const char *opt);
32 __efistub_screen_info = screen_info;
117 struct screen_info screen_info; /* 0x000 */ member
58 BOOT_PARAM_PRESERVE(screen_info), in sanitize_boot_params()
117 static struct screen_info vgacon_screen_info = {
41 PROVIDE(__efistub_screen_info = screen_info);
164 static struct screen_info si = { in screen_info_setup()
41 static struct screen_info si; in sni_display_setup()
Completed in 43 milliseconds