Home
last modified time | relevance | path

Searched refs:videotext (Results 1 – 4 of 4) sorted by relevance

/arch/arm/kernel/
Datags_parse.c76 screen_info.orig_x = tag->u.videotext.x; in parse_tag_videotext()
77 screen_info.orig_y = tag->u.videotext.y; in parse_tag_videotext()
78 screen_info.orig_video_page = tag->u.videotext.video_page; in parse_tag_videotext()
79 screen_info.orig_video_mode = tag->u.videotext.video_mode; in parse_tag_videotext()
80 screen_info.orig_video_cols = tag->u.videotext.video_cols; in parse_tag_videotext()
81 screen_info.orig_video_ega_bx = tag->u.videotext.video_ega_bx; in parse_tag_videotext()
82 screen_info.orig_video_lines = tag->u.videotext.video_lines; in parse_tag_videotext()
83 screen_info.orig_video_isVGA = tag->u.videotext.video_isvga; in parse_tag_videotext()
84 screen_info.orig_video_points = tag->u.videotext.video_points; in parse_tag_videotext()
Datags_compat.c177 tag->u.videotext.x = params->u1.s.video_x; in build_tag_list()
178 tag->u.videotext.y = params->u1.s.video_y; in build_tag_list()
179 tag->u.videotext.video_page = 0; in build_tag_list()
180 tag->u.videotext.video_mode = 0; in build_tag_list()
181 tag->u.videotext.video_cols = params->u1.s.video_num_cols; in build_tag_list()
182 tag->u.videotext.video_ega_bx = 0; in build_tag_list()
183 tag->u.videotext.video_lines = params->u1.s.video_num_rows; in build_tag_list()
184 tag->u.videotext.video_isvga = 1; in build_tag_list()
185 tag->u.videotext.video_points = 8; in build_tag_list()
/arch/arm/mach-rpc/include/mach/
Duncompress.h127 video_num_rows = t->u.videotext.video_lines; in arch_decomp_setup()
128 video_num_cols = t->u.videotext.video_cols; in arch_decomp_setup()
129 bytes_per_char_h = t->u.videotext.video_points; in arch_decomp_setup()
130 bytes_per_char_v = t->u.videotext.video_points; in arch_decomp_setup()
131 video_x = t->u.videotext.x; in arch_decomp_setup()
132 video_y = t->u.videotext.y; in arch_decomp_setup()
/arch/arm/include/uapi/asm/
Dsetup.h151 struct tag_videotext videotext; member