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:vmw_conn_state
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_scrn.c
240
struct vmw_connector_state *
vmw_conn_state
;
in vmw_sou_crtc_mode_set_nofb()
local
247
vmw_conn_state
= vmw_connector_state_to_vcs(conn_state);
in vmw_sou_crtc_mode_set_nofb()
249
x =
vmw_conn_state
->gui_x;
in vmw_sou_crtc_mode_set_nofb()
250
y =
vmw_conn_state
->gui_y;
in vmw_sou_crtc_mode_set_nofb()
H
A
D
vmwgfx_kms.c
1642
struct vmw_connector_state *
vmw_conn_state
;
in vmw_kms_check_topology()
local
1662
vmw_conn_state
= vmw_connector_state_to_vcs(conn_state);
in vmw_kms_check_topology()
1663
vmw_conn_state
->gui_x = du->gui_x;
in vmw_kms_check_topology()
1664
vmw_conn_state
->gui_y = du->gui_y;
in vmw_kms_check_topology()
H
A
D
vmwgfx_stdu.c
369
struct vmw_connector_state *
vmw_conn_state
;
in vmw_stdu_crtc_mode_set_nofb()
local
375
vmw_conn_state
= vmw_connector_state_to_vcs(conn_state);
in vmw_stdu_crtc_mode_set_nofb()
394
x =
vmw_conn_state
->gui_x;
in vmw_stdu_crtc_mode_set_nofb()
395
y =
vmw_conn_state
->gui_y;
in vmw_stdu_crtc_mode_set_nofb()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_stdu.c
370
struct vmw_connector_state *
vmw_conn_state
;
in vmw_stdu_crtc_mode_set_nofb()
local
376
vmw_conn_state
= vmw_connector_state_to_vcs(conn_state);
in vmw_stdu_crtc_mode_set_nofb()
395
x =
vmw_conn_state
->gui_x;
in vmw_stdu_crtc_mode_set_nofb()
396
y =
vmw_conn_state
->gui_y;
in vmw_stdu_crtc_mode_set_nofb()
H
A
D
vmwgfx_scrn.c
239
struct vmw_connector_state *
vmw_conn_state
;
in vmw_sou_crtc_mode_set_nofb()
local
246
vmw_conn_state
= vmw_connector_state_to_vcs(conn_state);
in vmw_sou_crtc_mode_set_nofb()
248
x =
vmw_conn_state
->gui_x;
in vmw_sou_crtc_mode_set_nofb()
249
y =
vmw_conn_state
->gui_y;
in vmw_sou_crtc_mode_set_nofb()
H
A
D
vmwgfx_kms.c
1891
struct vmw_connector_state *
vmw_conn_state
;
in vmw_kms_check_topology()
local
1911
vmw_conn_state
= vmw_connector_state_to_vcs(conn_state);
in vmw_kms_check_topology()
1912
vmw_conn_state
->gui_x = du->gui_x;
in vmw_kms_check_topology()
1913
vmw_conn_state
->gui_y = du->gui_y;
in vmw_kms_check_topology()
Completed in 22 milliseconds