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:s3d_struct
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/
H
A
D
hdmi.c
494
* 0 is a valid value for
s3d_struct
, so we use a special "not set"
in hdmi_vendor_infoframe_init()
497
frame->
s3d_struct
= HDMI_3D_STRUCTURE_INVALID;
in hdmi_vendor_infoframe_init()
507
if (frame->
s3d_struct
>= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
in hdmi_vendor_infoframe_length()
509
else if (frame->vic != 0 || frame->
s3d_struct
!= HDMI_3D_STRUCTURE_INVALID)
in hdmi_vendor_infoframe_length()
523
if (frame->vic != 0 && frame->
s3d_struct
!= HDMI_3D_STRUCTURE_INVALID)
in hdmi_vendor_infoframe_check_only()
591
if (frame->
s3d_struct
!= HDMI_3D_STRUCTURE_INVALID) {
in hdmi_vendor_infoframe_pack_only()
593
ptr[8] = (frame->
s3d_struct
& 0xf) << 4;
in hdmi_vendor_infoframe_pack_only()
594
if (frame->
s3d_struct
>= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
in hdmi_vendor_infoframe_pack_only()
1447
hdmi_3d_structure_get_name(enum hdmi_3d_structure
s3d_struct
)
in hdmi_3d_structure_get_name()
argument
1449
if (
s3d_struct
<
in hdmi_3d_structure_get_name()
[all...]
/kernel/linux/linux-6.6/drivers/video/
H
A
D
hdmi.c
542
* 0 is a valid value for
s3d_struct
, so we use a special "not set"
in hdmi_vendor_infoframe_init()
545
frame->
s3d_struct
= HDMI_3D_STRUCTURE_INVALID;
in hdmi_vendor_infoframe_init()
555
if (frame->
s3d_struct
>= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
in hdmi_vendor_infoframe_length()
557
else if (frame->vic != 0 || frame->
s3d_struct
!= HDMI_3D_STRUCTURE_INVALID)
in hdmi_vendor_infoframe_length()
571
if (frame->vic != 0 && frame->
s3d_struct
!= HDMI_3D_STRUCTURE_INVALID)
in hdmi_vendor_infoframe_check_only()
639
if (frame->
s3d_struct
!= HDMI_3D_STRUCTURE_INVALID) {
in hdmi_vendor_infoframe_pack_only()
641
ptr[8] = (frame->
s3d_struct
& 0xf) << 4;
in hdmi_vendor_infoframe_pack_only()
642
if (frame->
s3d_struct
>= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
in hdmi_vendor_infoframe_pack_only()
1495
hdmi_3d_structure_get_name(enum hdmi_3d_structure
s3d_struct
)
in hdmi_3d_structure_get_name()
argument
1497
if (
s3d_struct
<
in hdmi_3d_structure_get_name()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
hdmi.h
360
enum hdmi_3d_structure
s3d_struct
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hdmi.h
365
enum hdmi_3d_structure
s3d_struct
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H
A
D
hdmi.c
781
frame.
s3d_struct
= HDMI_3D_STRUCTURE_FRAME_PACKING;
in tegra_hdmi_setup_stereo_infoframe()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H
A
D
hdmi.c
802
frame.
s3d_struct
= HDMI_3D_STRUCTURE_FRAME_PACKING;
in tegra_hdmi_setup_stereo_infoframe()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
1809
if (frame.
s3d_struct
>= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
in hdmi_config_vendor_specific_infoframe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
1931
if (frame.
s3d_struct
>= HDMI_3D_STRUCTURE_SIDE_BY_SIDE_HALF)
in hdmi_config_vendor_specific_infoframe()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_edid.c
5875
* (ie.vic==0 and
s3d_struct
==0) we will still send it if we
in drm_hdmi_vendor_infoframe_from_display_mode()
5883
frame->
s3d_struct
= s3d_structure_from_display_mode(mode);
in drm_hdmi_vendor_infoframe_from_display_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_edid.c
7252
* (ie.vic==0 and
s3d_struct
==0) we will still send it if we
in drm_hdmi_vendor_infoframe_from_display_mode()
7260
frame->
s3d_struct
= s3d_structure_from_display_mode(mode);
in drm_hdmi_vendor_infoframe_from_display_mode()
Completed in 36 milliseconds