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:mode_hint
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_irq.c
138
vbox_conn->
mode_hint
.width = hints->cx;
in vbox_update_mode_hints()
139
vbox_conn->
mode_hint
.height = hints->cy;
in vbox_update_mode_hints()
142
vbox_conn->
mode_hint
.disconnected = disconnected;
in vbox_update_mode_hints()
H
A
D
vbox_mode.c
160
vbox_connector->
mode_hint
.width);
in vbox_set_up_input_mapping()
162
vbox_connector->
mode_hint
.height);
in vbox_set_up_input_mapping()
717
preferred_width = vbox_connector->
mode_hint
.width ?
in vbox_get_modes()
718
vbox_connector->
mode_hint
.width : 1024;
in vbox_get_modes()
719
preferred_height = vbox_connector->
mode_hint
.height ?
in vbox_get_modes()
720
vbox_connector->
mode_hint
.height : 768;
in vbox_get_modes()
763
return vbox_connector->
mode_hint
.disconnected ?
in vbox_connector_detect()
H
A
D
vbox_drv.h
90
}
mode_hint
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_irq.c
139
vbox_conn->
mode_hint
.width = hints->cx;
in vbox_update_mode_hints()
140
vbox_conn->
mode_hint
.height = hints->cy;
in vbox_update_mode_hints()
143
vbox_conn->
mode_hint
.disconnected = disconnected;
in vbox_update_mode_hints()
H
A
D
vbox_mode.c
165
vbox_connector->
mode_hint
.width);
in vbox_set_up_input_mapping()
167
vbox_connector->
mode_hint
.height);
in vbox_set_up_input_mapping()
723
preferred_width = vbox_connector->
mode_hint
.width ?
in vbox_get_modes()
724
vbox_connector->
mode_hint
.width : 1024;
in vbox_get_modes()
725
preferred_height = vbox_connector->
mode_hint
.height ?
in vbox_get_modes()
726
vbox_connector->
mode_hint
.height : 768;
in vbox_get_modes()
769
return vbox_connector->
mode_hint
.disconnected ?
in vbox_connector_detect()
H
A
D
vbox_drv.h
90
}
mode_hint
;
member
Completed in 5 milliseconds