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:stereo_allowed
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/include/drm/
H
A
D
drm_file.h
172
* @
stereo_allowed
:
176
bool
stereo_allowed
;
member
H
A
D
drm_connector.h
1253
* @
stereo_allowed
:
1257
bool
stereo_allowed
;
member
/kernel/linux/linux-6.6/include/drm/
H
A
D
drm_file.h
177
* @
stereo_allowed
:
181
bool
stereo_allowed
;
member
H
A
D
drm_connector.h
1569
* @
stereo_allowed
:
1573
bool
stereo_allowed
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_probe_helper.c
400
* capabilities (interlace_allowed,doublescan_allowed,
stereo_allowed
)
531
if (connector->
stereo_allowed
)
in drm_helper_probe_single_connector_modes()
H
A
D
drm_ioctl.c
330
file_priv->
stereo_allowed
= req->value;
in drm_setclientcap()
H
A
D
drm_connector.c
2323
if (!file_priv->
stereo_allowed
&& drm_mode_is_stereo(mode))
in drm_mode_expose_to_userspace()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_ioctl.c
328
file_priv->
stereo_allowed
= req->value;
in drm_setclientcap()
H
A
D
drm_probe_helper.c
447
if (connector->
stereo_allowed
)
in __drm_helper_update_and_validate()
530
* capabilities (interlace_allowed,doublescan_allowed,
stereo_allowed
)
H
A
D
drm_connector.c
2849
if (!file_priv->
stereo_allowed
&& drm_mode_is_stereo(mode))
in drm_mode_expose_to_userspace()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H
A
D
nouveau_connector.c
1364
connector->
stereo_allowed
= true;
in nouveau_connector_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H
A
D
nouveau_connector.c
1400
connector->
stereo_allowed
= true;
in nouveau_connector_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hdmi.c
3055
connector->
stereo_allowed
= true;
in intel_hdmi_init_connector()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_hdmi.c
3281
connector->
stereo_allowed
= 1;
in intel_hdmi_init_connector()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_hdmi.c
758
connector->
stereo_allowed
= 1;
in vc4_hdmi_connector_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
6510
aconnector->base.
stereo_allowed
= false;
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H
A
D
amdgpu_dm.c
7330
aconnector->base.
stereo_allowed
= false;
in amdgpu_dm_connector_init_helper()
Completed in 54 milliseconds