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:sdtv_stds
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-fwnode.h
128
* @
sdtv_stds
: sdtv standards this connector supports, set to V4L2_STD_ALL
132
v4l2_std_id
sdtv_stds
;
member
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-fwnode.h
185
* @
sdtv_stds
: sdtv standards this connector supports, set to V4L2_STD_ALL
189
v4l2_std_id
sdtv_stds
;
member
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
tvp5150.c
809
supported_stds = cur_con->base.connector.analog.
sdtv_stds
;
in tvp5150_s_std()
1393
new_norm = decoder->norm & v4l2ca->
sdtv_stds
;
in tvp5150_link_setup()
1401
tvp5150_s_std(sd, new_norm ? new_norm : v4l2ca->
sdtv_stds
);
in tvp5150_link_setup()
1661
tvp5150_s_std(sd, v4l2c->connector.analog.
sdtv_stds
);
in tvp5150_registered()
1989
if (!(v4l2c->connector.analog.
sdtv_stds
& TVP5150_STD_MASK)) {
in tvp5150_validate_connectors()
2185
core->norm |= v4l2c->connector.analog.
sdtv_stds
;
in tvp5150_probe()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tvp5150.c
809
supported_stds = cur_con->base.connector.analog.
sdtv_stds
;
in tvp5150_s_std()
1395
new_norm = decoder->norm & v4l2ca->
sdtv_stds
;
in tvp5150_link_setup()
1403
tvp5150_s_std(sd, new_norm ? new_norm : v4l2ca->
sdtv_stds
);
in tvp5150_link_setup()
1659
tvp5150_s_std(sd, v4l2c->connector.analog.
sdtv_stds
);
in tvp5150_registered()
1979
if (!(v4l2c->connector.analog.
sdtv_stds
& TVP5150_STD_MASK)) {
in tvp5150_validate_connectors()
2175
core->norm |= v4l2c->connector.analog.
sdtv_stds
;
in tvp5150_probe()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-fwnode.c
643
vc->connector.analog.
sdtv_stds
= ret ? V4L2_STD_ALL : stds;
in v4l2_fwnode_connector_parse_analog()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-fwnode.c
639
vc->connector.analog.
sdtv_stds
= ret ? V4L2_STD_ALL : stds;
in v4l2_fwnode_connector_parse_analog()
Completed in 11 milliseconds