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:vbox_conn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_irq.c
111
struct vbox_connector *
vbox_conn
;
in vbox_update_mode_hints()
local
130
vbox_conn
= to_vbox_connector(connector);
in vbox_update_mode_hints()
132
hints = &vbox->last_mode_hints[
vbox_conn
->vbox_crtc->crtc_id];
in vbox_update_mode_hints()
137
crtc_id =
vbox_conn
->vbox_crtc->crtc_id;
in vbox_update_mode_hints()
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()
140
vbox_conn
->vbox_crtc->x_hint = hints->dx;
in vbox_update_mode_hints()
141
vbox_conn
->vbox_crtc->y_hint = hints->dy;
in vbox_update_mode_hints()
142
vbox_conn
->mode_hint.disconnected = disconnected;
in vbox_update_mode_hints()
144
if (
vbox_conn
in vbox_update_mode_hints()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_irq.c
112
struct vbox_connector *
vbox_conn
;
in vbox_update_mode_hints()
local
131
vbox_conn
= to_vbox_connector(connector);
in vbox_update_mode_hints()
133
hints = &vbox->last_mode_hints[
vbox_conn
->vbox_crtc->crtc_id];
in vbox_update_mode_hints()
138
crtc_id =
vbox_conn
->vbox_crtc->crtc_id;
in vbox_update_mode_hints()
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()
141
vbox_conn
->vbox_crtc->x_hint = hints->dx;
in vbox_update_mode_hints()
142
vbox_conn
->vbox_crtc->y_hint = hints->dy;
in vbox_update_mode_hints()
143
vbox_conn
->mode_hint.disconnected = disconnected;
in vbox_update_mode_hints()
145
if (
vbox_conn
in vbox_update_mode_hints()
[all...]
Completed in 1 milliseconds