Searched refs:orig_y (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/xen/
H A Dvga.c22 screen_info->orig_y = screen_info->orig_video_lines - 1;
32 screen_info->orig_y = info->u.text_mode_3.cursor_y;
/linux-master/include/uapi/linux/
H A Dscreen_info.h13 __u8 orig_y; /* 0x01 */ member in struct:screen_info
/linux-master/arch/x86/boot/
H A Dvideo.c31 boot_params.screen_info.orig_y = oreg.dh;
245 saved.cury = boot_params.screen_info.orig_y;
/linux-master/arch/mips/mti-malta/
H A Dmalta-setup.c166 .orig_y = 25,
/linux-master/arch/mips/sni/
H A Dsetup.c49 si.orig_y = di->CursorYPosition;
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c137 y = boot_params_ptr->screen_info.orig_y;
159 boot_params_ptr->screen_info.orig_y = y;
/linux-master/arch/alpha/kernel/
H A Dsys_sio.c63 vgacon_screen_info.orig_y = 37;
H A Dsetup.c143 .orig_y = 25,
/linux-master/arch/arm/kernel/
H A Datags_parse.c76 vgacon_screen_info.orig_y = tag->u.videotext.y;
/linux-master/arch/x86/kernel/
H A Dearly_printk.c377 current_ypos = boot_params.screen_info.orig_y;
/linux-master/drivers/video/console/
H A Dvgacon.c1125 c->state.y = vga_si->orig_y;

Completed in 155 milliseconds