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_crtc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_mode.c
33
struct
vbox_crtc
*
vbox_crtc
= to_vbox_crtc(crtc);
in vbox_do_modeset()
local
40
width =
vbox_crtc
->width ?
vbox_crtc
->width : 640;
in vbox_do_modeset()
41
height =
vbox_crtc
->height ?
vbox_crtc
->height : 480;
in vbox_do_modeset()
44
x_offset = vbox->single_framebuffer ?
vbox_crtc
->x :
vbox_crtc
->x_hint;
in vbox_do_modeset()
45
y_offset = vbox->single_framebuffer ?
vbox_crtc
->y :
vbox_crtc
in vbox_do_modeset()
79
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(crtc);
vbox_set_view()
local
157
struct
vbox_crtc
*
vbox_crtc
= vbox_connector->
vbox_crtc
;
vbox_set_up_input_mapping()
local
178
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(crtc);
vbox_crtc_set_base_and_mode()
local
380
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(plane->state->crtc);
vbox_cursor_atomic_update()
local
436
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(old_state->crtc);
vbox_cursor_atomic_disable()
local
548
struct
vbox_crtc
*
vbox_crtc
;
vbox_crtc_init()
local
797
vbox_connector_init(struct drm_device *dev, struct
vbox_crtc
*
vbox_crtc
, struct drm_encoder *encoder)
vbox_connector_init()
argument
840
struct
vbox_crtc
*
vbox_crtc
;
vbox_mode_init()
local
[all...]
H
A
D
vbox_irq.c
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()
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()
144
if (vbox_conn->
vbox_crtc
->disconnected == disconnected)
in vbox_update_mode_hints()
156
vbox_conn->
vbox_crtc
->disconnected = disconnected;
in vbox_update_mode_hints()
H
A
D
vbox_drv.h
85
struct
vbox_crtc
*
vbox_crtc
;
member
93
struct
vbox_crtc
{
struct
127
#define to_vbox_crtc(x) container_of(x, struct
vbox_crtc
, base)
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H
A
D
vbox_mode.c
38
struct
vbox_crtc
*
vbox_crtc
= to_vbox_crtc(crtc);
in vbox_do_modeset()
local
45
width =
vbox_crtc
->width ?
vbox_crtc
->width : 640;
in vbox_do_modeset()
46
height =
vbox_crtc
->height ?
vbox_crtc
->height : 480;
in vbox_do_modeset()
49
x_offset = vbox->single_framebuffer ?
vbox_crtc
->x :
vbox_crtc
->x_hint;
in vbox_do_modeset()
50
y_offset = vbox->single_framebuffer ?
vbox_crtc
->y :
vbox_crtc
in vbox_do_modeset()
84
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(crtc);
vbox_set_view()
local
162
struct
vbox_crtc
*
vbox_crtc
= vbox_connector->
vbox_crtc
;
vbox_set_up_input_mapping()
local
183
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(crtc);
vbox_crtc_set_base_and_mode()
local
397
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(new_state->crtc);
vbox_cursor_atomic_update()
local
446
struct
vbox_crtc
*
vbox_crtc
= to_
vbox_crtc
(old_state->crtc);
vbox_cursor_atomic_disable()
local
554
struct
vbox_crtc
*
vbox_crtc
;
vbox_crtc_init()
local
803
vbox_connector_init(struct drm_device *dev, struct
vbox_crtc
*
vbox_crtc
, struct drm_encoder *encoder)
vbox_connector_init()
argument
846
struct
vbox_crtc
*
vbox_crtc
;
vbox_mode_init()
local
[all...]
H
A
D
vbox_irq.c
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()
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()
145
if (vbox_conn->
vbox_crtc
->disconnected == disconnected)
in vbox_update_mode_hints()
157
vbox_conn->
vbox_crtc
->disconnected = disconnected;
in vbox_update_mode_hints()
H
A
D
vbox_drv.h
85
struct
vbox_crtc
*
vbox_crtc
;
member
93
struct
vbox_crtc
{
struct
127
#define to_vbox_crtc(x) container_of(x, struct
vbox_crtc
, base)
Completed in 4 milliseconds