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:vga_is_gfx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticon.c
57
static int
vga_is_gfx
;
variable
76
if (
vga_is_gfx
|| console_blanked)
in sticon_putc()
88
if (
vga_is_gfx
|| console_blanked)
in sticon_putcs()
105
if (
vga_is_gfx
|| console_blanked)
in sticon_cursor()
135
if (
vga_is_gfx
)
in sticon_scroll()
321
vga_is_gfx
= 0;
in sticon_blank()
327
vga_is_gfx
= 1;
in sticon_blank()
H
A
D
vgacon.c
96
static bool
vga_is_gfx
;
variable
648
if (!
vga_is_gfx
) {
in vgacon_switch()
827
vga_is_gfx
= false;
in vgacon_blank()
841
vga_is_gfx
= true;
in vgacon_blank()
1130
if (con_is_visible(c) && !
vga_is_gfx
) /* who knows */
in vgacon_resize()
1137
if (
vga_is_gfx
|| /* We don't play origin tricks in graphic modes */
in vgacon_set_origin()
1163
if (!
vga_is_gfx
)
in vgacon_save_screen()
1174
if (t || b != c->vc_rows ||
vga_is_gfx
|| c->vc_mode != KD_TEXT)
in vgacon_scroll()
/kernel/linux/linux-6.6/drivers/video/console/
H
A
D
sticon.c
57
static int
vga_is_gfx
;
variable
76
if (
vga_is_gfx
|| console_blanked)
in sticon_putc()
88
if (
vga_is_gfx
|| console_blanked)
in sticon_putcs()
105
if (
vga_is_gfx
|| console_blanked)
in sticon_cursor()
135
if (
vga_is_gfx
)
in sticon_scroll()
322
vga_is_gfx
= 0;
in sticon_blank()
328
vga_is_gfx
= 1;
in sticon_blank()
H
A
D
vgacon.c
86
static bool
vga_is_gfx
;
variable
605
if (!
vga_is_gfx
) {
in vgacon_switch()
784
vga_is_gfx
= false;
in vgacon_blank()
798
vga_is_gfx
= true;
in vgacon_blank()
1069
if (con_is_visible(c) && !
vga_is_gfx
) /* who knows */
in vgacon_resize()
1076
if (
vga_is_gfx
|| /* We don't play origin tricks in graphic modes */
in vgacon_set_origin()
1102
if (!
vga_is_gfx
)
in vgacon_save_screen()
1113
if (t || b != c->vc_rows ||
vga_is_gfx
|| c->vc_mode != KD_TEXT)
in vgacon_scroll()
Completed in 5 milliseconds