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:vpfe_standards
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H
A
D
vpfe_capture.c
114
static const struct vpfe_standard
vpfe_standards
[] = {
variable
306
for (i = 0; i < ARRAY_SIZE(
vpfe_standards
); i++) {
in vpfe_config_image_format()
307
if (
vpfe_standards
[i].std_id & std_id) {
in vpfe_config_image_format()
309
vpfe_standards
[i].width;
in vpfe_config_image_format()
311
vpfe_standards
[i].height;
in vpfe_config_image_format()
313
vpfe_standards
[i].frame_format;
in vpfe_config_image_format()
319
if (i == ARRAY_SIZE(
vpfe_standards
)) {
in vpfe_config_image_format()
383
vpfe_standards
[vpfe_dev->std_index].std_id);
in vpfe_initialize_device()
1085
vpfe_standards
[vpfe_dev->std_index].std_id);
in vpfe_s_input()
1150
*std_id =
vpfe_standards
[vpfe_de
in vpfe_g_std()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/am437x/
H
A
D
am437x-vpfe.c
56
static const struct vpfe_standard
vpfe_standards
[] = {
variable
963
for (i = 0; i < ARRAY_SIZE(
vpfe_standards
); i++) {
in vpfe_config_image_format()
964
if (
vpfe_standards
[i].std_id & std_id) {
in vpfe_config_image_format()
966
vpfe_standards
[i].width;
in vpfe_config_image_format()
968
vpfe_standards
[i].height;
in vpfe_config_image_format()
970
vpfe_standards
[i].frame_format;
in vpfe_config_image_format()
977
if (i == ARRAY_SIZE(
vpfe_standards
)) {
in vpfe_config_image_format()
1020
vpfe_standards
[vpfe->std_index].std_id);
in vpfe_initialize_device()
1674
vpfe_standards
[vpfe->std_index].std_id);
in vpfe_set_input()
1712
if (
vpfe_standards
[vpf
in vpfe_s_std()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/
H
A
D
am437x-vpfe.c
56
static const struct vpfe_standard
vpfe_standards
[] = {
variable
963
for (i = 0; i < ARRAY_SIZE(
vpfe_standards
); i++) {
in vpfe_config_image_format()
964
if (
vpfe_standards
[i].std_id & std_id) {
in vpfe_config_image_format()
966
vpfe_standards
[i].width;
in vpfe_config_image_format()
968
vpfe_standards
[i].height;
in vpfe_config_image_format()
970
vpfe_standards
[i].frame_format;
in vpfe_config_image_format()
977
if (i == ARRAY_SIZE(
vpfe_standards
)) {
in vpfe_config_image_format()
1020
vpfe_standards
[vpfe->std_index].std_id);
in vpfe_initialize_device()
1676
vpfe_standards
[vpfe->std_index].std_id);
in vpfe_set_input()
1714
if (
vpfe_standards
[vpf
in vpfe_s_std()
[all...]
Completed in 7 milliseconds