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:NUM_TV_NORMS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
tvnv17.h
67
NUM_TV_NORMS
enumerator
88
extern const char * const nv17_tv_norm_names[
NUM_TV_NORMS
];
112
} nv17_tv_norms[
NUM_TV_NORMS
];
H
A
D
tvmodesnv17.c
34
const char * const nv17_tv_norm_names[
NUM_TV_NORMS
] = {
51
struct nv17_tv_norm_params nv17_tv_norms[
NUM_TV_NORMS
] = {
H
A
D
tvnv17.c
642
int num_tv_norms = dcb->tvconf.has_component_output ?
NUM_TV_NORMS
:
in nv17_tv_create_resources()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H
A
D
tvnv17.h
67
NUM_TV_NORMS
enumerator
88
extern const char * const nv17_tv_norm_names[
NUM_TV_NORMS
];
112
} nv17_tv_norms[
NUM_TV_NORMS
];
H
A
D
tvmodesnv17.c
33
const char * const nv17_tv_norm_names[
NUM_TV_NORMS
] = {
50
struct nv17_tv_norm_params nv17_tv_norms[
NUM_TV_NORMS
] = {
H
A
D
tvnv17.c
643
int num_tv_norms = dcb->tvconf.has_component_output ?
NUM_TV_NORMS
:
in nv17_tv_create_resources()
/kernel/linux/linux-5.10/drivers/gpu/drm/i2c/
H
A
D
ch7006_drv.c
253
drm_mode_create_tv_properties(dev,
NUM_TV_NORMS
, ch7006_tv_norm_names);
in ch7006_encoder_create_resources()
467
for (i = 0; i <
NUM_TV_NORMS
; i++) {
in ch7006_encoder_init()
474
if (i ==
NUM_TV_NORMS
)
in ch7006_encoder_init()
H
A
D
ch7006_priv.h
46
NUM_TV_NORMS
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/i2c/
H
A
D
ch7006_drv.c
255
drm_mode_create_tv_properties_legacy(dev,
NUM_TV_NORMS
, ch7006_tv_norm_names);
in ch7006_encoder_create_resources()
467
for (i = 0; i <
NUM_TV_NORMS
; i++) {
in ch7006_encoder_init()
474
if (i ==
NUM_TV_NORMS
)
in ch7006_encoder_init()
H
A
D
ch7006_priv.h
45
NUM_TV_NORMS
enumerator
Completed in 8 milliseconds