Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:videotext
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
atags_parse.c
75
screen_info.orig_x = tag->u.
videotext
.x;
in parse_tag_videotext()
76
screen_info.orig_y = tag->u.
videotext
.y;
in parse_tag_videotext()
77
screen_info.orig_video_page = tag->u.
videotext
.video_page;
in parse_tag_videotext()
78
screen_info.orig_video_mode = tag->u.
videotext
.video_mode;
in parse_tag_videotext()
79
screen_info.orig_video_cols = tag->u.
videotext
.video_cols;
in parse_tag_videotext()
80
screen_info.orig_video_ega_bx = tag->u.
videotext
.video_ega_bx;
in parse_tag_videotext()
81
screen_info.orig_video_lines = tag->u.
videotext
.video_lines;
in parse_tag_videotext()
82
screen_info.orig_video_isVGA = tag->u.
videotext
.video_isvga;
in parse_tag_videotext()
83
screen_info.orig_video_points = tag->u.
videotext
.video_points;
in parse_tag_videotext()
H
A
D
atags_compat.c
174
tag->u.
videotext
.x = params->u1.s.video_x;
in build_tag_list()
175
tag->u.
videotext
.y = params->u1.s.video_y;
in build_tag_list()
176
tag->u.
videotext
.video_page = 0;
in build_tag_list()
177
tag->u.
videotext
.video_mode = 0;
in build_tag_list()
178
tag->u.
videotext
.video_cols = params->u1.s.video_num_cols;
in build_tag_list()
179
tag->u.
videotext
.video_ega_bx = 0;
in build_tag_list()
180
tag->u.
videotext
.video_lines = params->u1.s.video_num_rows;
in build_tag_list()
181
tag->u.
videotext
.video_isvga = 1;
in build_tag_list()
182
tag->u.
videotext
.video_points = 8;
in build_tag_list()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
atags_parse.c
75
screen_info.orig_x = tag->u.
videotext
.x;
in parse_tag_videotext()
76
screen_info.orig_y = tag->u.
videotext
.y;
in parse_tag_videotext()
77
screen_info.orig_video_page = tag->u.
videotext
.video_page;
in parse_tag_videotext()
78
screen_info.orig_video_mode = tag->u.
videotext
.video_mode;
in parse_tag_videotext()
79
screen_info.orig_video_cols = tag->u.
videotext
.video_cols;
in parse_tag_videotext()
80
screen_info.orig_video_ega_bx = tag->u.
videotext
.video_ega_bx;
in parse_tag_videotext()
81
screen_info.orig_video_lines = tag->u.
videotext
.video_lines;
in parse_tag_videotext()
82
screen_info.orig_video_isVGA = tag->u.
videotext
.video_isvga;
in parse_tag_videotext()
83
screen_info.orig_video_points = tag->u.
videotext
.video_points;
in parse_tag_videotext()
H
A
D
atags_compat.c
174
tag->u.
videotext
.x = params->u1.s.video_x;
in build_tag_list()
175
tag->u.
videotext
.y = params->u1.s.video_y;
in build_tag_list()
176
tag->u.
videotext
.video_page = 0;
in build_tag_list()
177
tag->u.
videotext
.video_mode = 0;
in build_tag_list()
178
tag->u.
videotext
.video_cols = params->u1.s.video_num_cols;
in build_tag_list()
179
tag->u.
videotext
.video_ega_bx = 0;
in build_tag_list()
180
tag->u.
videotext
.video_lines = params->u1.s.video_num_rows;
in build_tag_list()
181
tag->u.
videotext
.video_isvga = 1;
in build_tag_list()
182
tag->u.
videotext
.video_points = 8;
in build_tag_list()
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/
H
A
D
uncompress.h
121
video_num_rows = t->u.
videotext
.video_lines;
in arch_decomp_setup()
122
video_num_cols = t->u.
videotext
.video_cols;
in arch_decomp_setup()
123
video_x = t->u.
videotext
.x;
in arch_decomp_setup()
124
video_y = t->u.
videotext
.y;
in arch_decomp_setup()
/kernel/linux/linux-6.6/arch/arm/mach-rpc/include/mach/
H
A
D
uncompress.h
121
video_num_rows = t->u.
videotext
.video_lines;
in arch_decomp_setup()
122
video_num_cols = t->u.
videotext
.video_cols;
in arch_decomp_setup()
123
video_x = t->u.
videotext
.x;
in arch_decomp_setup()
124
video_y = t->u.
videotext
.y;
in arch_decomp_setup()
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H
A
D
setup.h
152
struct tag_videotext
videotext
;
member
/kernel/linux/linux-6.6/arch/arm/include/uapi/asm/
H
A
D
setup.h
152
struct tag_videotext
videotext
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm/asm/
H
A
D
setup.h
96
struct tag_videotext
videotext
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm/asm/
H
A
D
setup.h
109
struct tag_videotext
videotext
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm/asm/
H
A
D
setup.h
109
struct tag_videotext
videotext
;
member
Completed in 5 milliseconds