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_format_names
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo.c
57
static const char *
tv_format_names
[] = {
variable
153
u8 tv_format_supported[ARRAY_SIZE(
tv_format_names
)];
1621
if (val >= ARRAY_SIZE(
tv_format_names
))
in psb_intel_sdvo_set_property()
2181
for (i = 0 ; i < ARRAY_SIZE(
tv_format_names
); i++)
in psb_intel_sdvo_tv_create_property()
2195
i,
tv_format_names
[psb_intel_sdvo_connector->tv_format_supported[i]]);
in psb_intel_sdvo_tv_create_property()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo.c
59
static const char *
tv_format_names
[] = {
variable
155
u8 tv_format_supported[ARRAY_SIZE(
tv_format_names
)];
1644
if (val >= ARRAY_SIZE(
tv_format_names
))
in psb_intel_sdvo_set_property()
2203
for (i = 0 ; i < ARRAY_SIZE(
tv_format_names
); i++)
in psb_intel_sdvo_tv_create_property()
2217
i,
tv_format_names
[psb_intel_sdvo_connector->tv_format_supported[i]]);
in psb_intel_sdvo_tv_create_property()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_tv.c
1881
const char *
tv_format_names
[ARRAY_SIZE(tv_modes)];
in intel_tv_init()
local
1985
tv_format_names
[i] = tv_modes[i].name;
in intel_tv_init()
1987
drm_mode_create_tv_properties(dev, i,
tv_format_names
);
in intel_tv_init()
H
A
D
intel_sdvo.c
65
static const char * const
tv_format_names
[] = {
variable
75
#define TV_FORMAT_NUM ARRAY_SIZE(
tv_format_names
)
3059
tv_format_names
[intel_sdvo_connector->tv_format_supported[i]]);
in intel_sdvo_tv_create_property()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_tv.c
1896
const char *
tv_format_names
[ARRAY_SIZE(tv_modes)];
in intel_tv_add_properties()
local
1913
tv_format_names
[i] = tv_modes[i].name;
in intel_tv_add_properties()
1915
drm_mode_create_tv_properties_legacy(&i915->drm, i,
tv_format_names
);
in intel_tv_add_properties()
H
A
D
intel_sdvo.c
70
static const char * const
tv_format_names
[] = {
variable
80
#define TV_FORMAT_NUM ARRAY_SIZE(
tv_format_names
)
3072
tv_format_names
[intel_sdvo_connector->tv_format_supported[i]]);
in intel_sdvo_tv_create_property()
Completed in 19 milliseconds