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:con2fb_map
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon.c
118
static signed char
con2fb_map
[MAX_NR_CONSOLES];
variable
229
fb_info = registered_fb[
con2fb_map
[ops->currcon]];
in fbcon_rotate()
256
registered_fb[
con2fb_map
[i]] != info)
in fbcon_rotate_all()
386
registered_fb[
con2fb_map
[vc->vc_num]] != info ||
in fb_flashcursor()
532
if (
con2fb_map
[i] == idx)
in search_fb_in_map()
543
if (
con2fb_map
[i] != -1)
in search_for_mapped_con()
560
con2fb_map
[i] = info_idx;
in do_fbcon_takeover()
567
con2fb_map
[i] = -1;
in do_fbcon_takeover()
746
con2fb_map
[unit] = oldidx;
in con2fb_acquire_newinfo()
762
con2fb_map
[uni
in con2fb_release_oldinfo()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon.c
113
static signed char
con2fb_map
[MAX_NR_CONSOLES];
variable
120
return fbcon_registered_fb[
con2fb_map
[console]];
in fbcon_info_from_console()
500
if (
con2fb_map
[i] == idx)
in search_fb_in_map()
511
if (
con2fb_map
[i] != -1)
in search_for_mapped_con()
528
con2fb_map
[i] = info_idx;
in do_fbcon_takeover()
535
con2fb_map
[i] = -1;
in do_fbcon_takeover()
823
int oldidx =
con2fb_map
[unit];
in set_con2fb_map()
852
con2fb_map
[unit] = newidx;
in set_con2fb_map()
1002
if (
con2fb_map
[vc->vc_num] == -1)
in fbcon_init()
1003
con2fb_map
[v
in fbcon_init()
[all...]
Completed in 7 milliseconds