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:primary_device
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H
A
D
ioctl.h
162
unsigned int
primary_device
;
member
H
A
D
viafbdev.c
916
int
primary_device
= 0;
in get_primary_device()
local
922
primary_device
= CRT_Device;
in get_primary_device()
930
primary_device
= DVI_Device;
in get_primary_device()
938
primary_device
= LCD_Device;
in get_primary_device()
946
primary_device
= LCD2_Device;
in get_primary_device()
950
return
primary_device
;
in get_primary_device()
968
setting_info->
primary_device
= get_primary_device();
in retrieve_device_setting()
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H
A
D
ioctl.h
162
unsigned int
primary_device
;
member
H
A
D
viafbdev.c
916
int
primary_device
= 0;
in get_primary_device()
local
922
primary_device
= CRT_Device;
in get_primary_device()
930
primary_device
= DVI_Device;
in get_primary_device()
938
primary_device
= LCD_Device;
in get_primary_device()
946
primary_device
= LCD2_Device;
in get_primary_device()
950
return
primary_device
;
in get_primary_device()
968
setting_info->
primary_device
= get_primary_device();
in retrieve_device_setting()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon.c
129
static int
primary_device
= -1;
variable
2932
if (
primary_device
== idx)
in fbcon_fb_unregistered()
2933
primary_device
= -1;
in fbcon_fb_unregistered()
2967
if (!map_override &&
primary_device
== -1 &&
in fbcon_select_primary()
2973
primary_device
= info->node;
in fbcon_select_primary()
2976
con2fb_map_boot[i] =
primary_device
;
in fbcon_select_primary()
2982
info_idx =
primary_device
;
in fbcon_select_primary()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon.c
131
static int
primary_device
= -1;
variable
2904
if (
primary_device
== idx)
in fbcon_fb_unregistered()
2905
primary_device
= -1;
in fbcon_fb_unregistered()
2940
if (!map_override &&
primary_device
== -1 &&
in fbcon_select_primary()
2946
primary_device
= info->node;
in fbcon_select_primary()
2949
con2fb_map_boot[i] =
primary_device
;
in fbcon_select_primary()
2955
info_idx =
primary_device
;
in fbcon_select_primary()
Completed in 15 milliseconds