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:tv_std
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_tv.c
256
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_get_std_mode()
257
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_get_std_mode()
258
tv_dac->
tv_std
== TV_STD_PAL_M) {
in radeon_legacy_tv_get_std_mode()
442
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_init_restarts()
443
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_init_restarts()
444
tv_dac->
tv_std
== TV_STD_PAL_M ||
in radeon_legacy_tv_init_restarts()
445
tv_dac->
tv_std
== TV_STD_PAL_60)
in radeon_legacy_tv_init_restarts()
453
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_init_restarts()
454
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_init_restarts()
455
tv_dac->
tv_std
in radeon_legacy_tv_init_restarts()
[all...]
H
A
D
radeon_legacy_encoders.c
1193
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_dac_mode_set()
1194
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_dac_mode_set()
1195
tv_dac->
tv_std
== TV_STD_PAL_M ||
in radeon_legacy_tv_dac_mode_set()
1196
tv_dac->
tv_std
== TV_STD_PAL_60)
in radeon_legacy_tv_dac_mode_set()
1201
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_dac_mode_set()
1202
tv_dac->
tv_std
== TV_STD_NTSC_J)
in radeon_legacy_tv_dac_mode_set()
H
A
D
radeon_combios.c
923
enum radeon_tv_std
tv_std
= TV_STD_NTSC;
in radeon_combios_get_tv_info()
local
930
tv_std
= TV_STD_NTSC;
in radeon_combios_get_tv_info()
934
tv_std
= TV_STD_PAL;
in radeon_combios_get_tv_info()
938
tv_std
= TV_STD_PAL_M;
in radeon_combios_get_tv_info()
942
tv_std
= TV_STD_PAL_60;
in radeon_combios_get_tv_info()
946
tv_std
= TV_STD_NTSC_J;
in radeon_combios_get_tv_info()
950
tv_std
= TV_STD_SCART_PAL;
in radeon_combios_get_tv_info()
954
tv_std
= TV_STD_NTSC;
in radeon_combios_get_tv_info()
978
return
tv_std
;
in radeon_combios_get_tv_info()
1063
tv_dac->
tv_std
in radeon_combios_get_tv_dac_info()
[all...]
H
A
D
radeon_atombios.c
1896
enum radeon_tv_std
tv_std
= TV_STD_NTSC;
in radeon_atombios_get_tv_info()
local
1906
tv_std
= TV_STD_NTSC;
in radeon_atombios_get_tv_info()
1910
tv_std
= TV_STD_NTSC_J;
in radeon_atombios_get_tv_info()
1914
tv_std
= TV_STD_PAL;
in radeon_atombios_get_tv_info()
1918
tv_std
= TV_STD_PAL_M;
in radeon_atombios_get_tv_info()
1922
tv_std
= TV_STD_PAL_N;
in radeon_atombios_get_tv_info()
1926
tv_std
= TV_STD_PAL_CN;
in radeon_atombios_get_tv_info()
1930
tv_std
= TV_STD_PAL_60;
in radeon_atombios_get_tv_info()
1934
tv_std
= TV_STD_SECAM;
in radeon_atombios_get_tv_info()
1938
tv_std
in radeon_atombios_get_tv_info()
[all...]
H
A
D
atombios_encoders.c
331
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_atom_mode_fixup()
332
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_atom_mode_fixup()
333
tv_dac->
tv_std
== TV_STD_PAL_M)
in radeon_atom_mode_fixup()
382
switch (dac_info->
tv_std
) {
in atombios_dac_setup()
423
switch (dac_info->
tv_std
) {
in atombios_tv_setup()
2700
dac->
tv_std
= radeon_atombios_get_tv_info(rdev);
in radeon_atombios_set_dac_info()
H
A
D
radeon_mode.h
409
enum radeon_tv_std
tv_std
;
member
447
enum radeon_tv_std
tv_std
;
member
H
A
D
atombios_crtc.c
93
enum radeon_tv_std
tv_std
= TV_STD_NTSC;
in atombios_scaler_setup()
local
101
tv_std
= tv_dac->
tv_std
;
in atombios_scaler_setup()
110
switch (
tv_std
) {
in atombios_scaler_setup()
H
A
D
radeon_connectors.c
668
dac_int->
tv_std
= val;
in radeon_connector_set_property()
672
dac_int->
tv_std
= val;
in radeon_connector_set_property()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
radeon_legacy_tv.c
255
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_get_std_mode()
256
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_get_std_mode()
257
tv_dac->
tv_std
== TV_STD_PAL_M) {
in radeon_legacy_tv_get_std_mode()
441
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_init_restarts()
442
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_init_restarts()
443
tv_dac->
tv_std
== TV_STD_PAL_M ||
in radeon_legacy_tv_init_restarts()
444
tv_dac->
tv_std
== TV_STD_PAL_60)
in radeon_legacy_tv_init_restarts()
452
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_init_restarts()
453
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_init_restarts()
454
tv_dac->
tv_std
in radeon_legacy_tv_init_restarts()
[all...]
H
A
D
radeon_legacy_encoders.c
1186
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_dac_mode_set()
1187
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_legacy_tv_dac_mode_set()
1188
tv_dac->
tv_std
== TV_STD_PAL_M ||
in radeon_legacy_tv_dac_mode_set()
1189
tv_dac->
tv_std
== TV_STD_PAL_60)
in radeon_legacy_tv_dac_mode_set()
1194
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_legacy_tv_dac_mode_set()
1195
tv_dac->
tv_std
== TV_STD_NTSC_J)
in radeon_legacy_tv_dac_mode_set()
H
A
D
radeon_combios.c
919
enum radeon_tv_std
tv_std
= TV_STD_NTSC;
in radeon_combios_get_tv_info()
local
926
tv_std
= TV_STD_NTSC;
in radeon_combios_get_tv_info()
930
tv_std
= TV_STD_PAL;
in radeon_combios_get_tv_info()
934
tv_std
= TV_STD_PAL_M;
in radeon_combios_get_tv_info()
938
tv_std
= TV_STD_PAL_60;
in radeon_combios_get_tv_info()
942
tv_std
= TV_STD_NTSC_J;
in radeon_combios_get_tv_info()
946
tv_std
= TV_STD_SCART_PAL;
in radeon_combios_get_tv_info()
950
tv_std
= TV_STD_NTSC;
in radeon_combios_get_tv_info()
974
return
tv_std
;
in radeon_combios_get_tv_info()
1059
tv_dac->
tv_std
in radeon_combios_get_tv_dac_info()
[all...]
H
A
D
radeon_atombios.c
1891
enum radeon_tv_std
tv_std
= TV_STD_NTSC;
in radeon_atombios_get_tv_info()
local
1901
tv_std
= TV_STD_NTSC;
in radeon_atombios_get_tv_info()
1905
tv_std
= TV_STD_NTSC_J;
in radeon_atombios_get_tv_info()
1909
tv_std
= TV_STD_PAL;
in radeon_atombios_get_tv_info()
1913
tv_std
= TV_STD_PAL_M;
in radeon_atombios_get_tv_info()
1917
tv_std
= TV_STD_PAL_N;
in radeon_atombios_get_tv_info()
1921
tv_std
= TV_STD_PAL_CN;
in radeon_atombios_get_tv_info()
1925
tv_std
= TV_STD_PAL_60;
in radeon_atombios_get_tv_info()
1929
tv_std
= TV_STD_SECAM;
in radeon_atombios_get_tv_info()
1933
tv_std
in radeon_atombios_get_tv_info()
[all...]
H
A
D
atombios_encoders.c
322
if (tv_dac->
tv_std
== TV_STD_NTSC ||
in radeon_atom_mode_fixup()
323
tv_dac->
tv_std
== TV_STD_NTSC_J ||
in radeon_atom_mode_fixup()
324
tv_dac->
tv_std
== TV_STD_PAL_M)
in radeon_atom_mode_fixup()
373
switch (dac_info->
tv_std
) {
in atombios_dac_setup()
414
switch (dac_info->
tv_std
) {
in atombios_tv_setup()
2632
dac->
tv_std
= radeon_atombios_get_tv_info(rdev);
in radeon_atombios_set_dac_info()
H
A
D
radeon_mode.h
400
enum radeon_tv_std
tv_std
;
member
437
enum radeon_tv_std
tv_std
;
member
H
A
D
atombios_crtc.c
93
enum radeon_tv_std
tv_std
= TV_STD_NTSC;
in atombios_scaler_setup()
local
101
tv_std
= tv_dac->
tv_std
;
in atombios_scaler_setup()
110
switch (
tv_std
) {
in atombios_scaler_setup()
H
A
D
radeon_connectors.c
644
dac_int->
tv_std
= val;
in radeon_connector_set_property()
648
dac_int->
tv_std
= val;
in radeon_connector_set_property()
Completed in 57 milliseconds