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:display_desc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
vgacon.c
183
const char *
display_desc
= NULL;
in vgacon_startup()
local
228
display_desc
= "EGA+";
in vgacon_startup()
244
display_desc
= "*MDA";
in vgacon_startup()
269
display_desc
= "EGA";
in vgacon_startup()
279
display_desc
= "VGA+";
in vgacon_startup()
315
display_desc
= "*CGA";
in vgacon_startup()
365
return
display_desc
;
in vgacon_startup()
/kernel/linux/linux-6.6/drivers/video/console/
H
A
D
vgacon.c
152
const char *
display_desc
= NULL;
in vgacon_startup()
local
197
display_desc
= "EGA+";
in vgacon_startup()
213
display_desc
= "*MDA";
in vgacon_startup()
238
display_desc
= "EGA";
in vgacon_startup()
248
display_desc
= "VGA+";
in vgacon_startup()
284
display_desc
= "*CGA";
in vgacon_startup()
332
return
display_desc
;
in vgacon_startup()
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
vt.c
3492
const char *
display_desc
= NULL;
in con_init()
local
3500
display_desc
= conswitchp->con_startup();
in con_init()
3501
if (!
display_desc
) {
in con_init()
3512
con_driver->desc =
display_desc
;
in con_init()
3547
display_desc
, vc->vc_cols, vc->vc_rows);
in con_init()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
vt.c
3428
const char *
display_desc
= NULL;
in con_init()
local
3436
display_desc
= conswitchp->con_startup();
in con_init()
3437
if (!
display_desc
) {
in con_init()
3448
con_driver->desc =
display_desc
;
in con_init()
3482
display_desc
, vc->vc_cols, vc->vc_rows);
in con_init()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon.c
947
const char *
display_desc
= "frame buffer device";
in fbcon_startup()
local
961
return
display_desc
;
in fbcon_startup()
1027
return
display_desc
;
in fbcon_startup()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon.c
922
const char *
display_desc
= "frame buffer device";
in fbcon_startup()
local
935
return
display_desc
;
in fbcon_startup()
986
return
display_desc
;
in fbcon_startup()
Completed in 23 milliseconds