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:syn_mode
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H
A
D
dm644x_ccdc.c
248
u32
syn_mode
;
in ccdc_config_ycbcr()
local
263
syn_mode
= (((params->pix_fmt & CCDC_SYN_MODE_INPMOD_MASK) <<
in ccdc_config_ycbcr()
277
syn_mode
|= CCDC_SYN_MODE_VD_POL_NEGATIVE;
in ccdc_config_ycbcr()
279
syn_mode
|= CCDC_SYN_MODE_10BITS;
in ccdc_config_ycbcr()
281
syn_mode
|= CCDC_SYN_MODE_8BITS;
in ccdc_config_ycbcr()
284
syn_mode
|= (((params->fid_pol & CCDC_FID_POL_MASK) <<
in ccdc_config_ycbcr()
291
regw(
syn_mode
, CCDC_SYN_MODE);
in ccdc_config_ycbcr()
377
unsigned int
syn_mode
= 0;
in ccdc_config_raw()
local
395
syn_mode
=
in ccdc_config_raw()
425
syn_mode
|
in ccdc_config_raw()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
ispccdc.c
968
u32
syn_mode
= ISPCCDC_SYN_MODE_VDHDEN;
in ccdc_config_sync_if()
local
981
syn_mode
|= ISPCCDC_SYN_MODE_INPMOD_YCBCR8;
in ccdc_config_sync_if()
983
syn_mode
|= ISPCCDC_SYN_MODE_INPMOD_YCBCR16;
in ccdc_config_sync_if()
988
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_8;
in ccdc_config_sync_if()
991
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_10;
in ccdc_config_sync_if()
994
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_11;
in ccdc_config_sync_if()
997
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_12;
in ccdc_config_sync_if()
1002
syn_mode
|= ISPCCDC_SYN_MODE_DATAPOL;
in ccdc_config_sync_if()
1005
syn_mode
|= ISPCCDC_SYN_MODE_HDPOL;
in ccdc_config_sync_if()
1011
syn_mode
|
in ccdc_config_sync_if()
1130
u32
syn_mode
;
ccdc_configure()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H
A
D
ispccdc.c
968
u32
syn_mode
= ISPCCDC_SYN_MODE_VDHDEN;
in ccdc_config_sync_if()
local
981
syn_mode
|= ISPCCDC_SYN_MODE_INPMOD_YCBCR8;
in ccdc_config_sync_if()
983
syn_mode
|= ISPCCDC_SYN_MODE_INPMOD_YCBCR16;
in ccdc_config_sync_if()
988
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_8;
in ccdc_config_sync_if()
991
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_10;
in ccdc_config_sync_if()
994
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_11;
in ccdc_config_sync_if()
997
syn_mode
|= ISPCCDC_SYN_MODE_DATSIZ_12;
in ccdc_config_sync_if()
1002
syn_mode
|= ISPCCDC_SYN_MODE_DATAPOL;
in ccdc_config_sync_if()
1005
syn_mode
|= ISPCCDC_SYN_MODE_HDPOL;
in ccdc_config_sync_if()
1011
syn_mode
|
in ccdc_config_sync_if()
1132
u32
syn_mode
;
ccdc_configure()
local
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/am437x/
H
A
D
am437x-vpfe.c
383
u32
syn_mode
;
in vpfe_ccdc_config_ycbcr()
local
397
syn_mode
= (((params->pix_fmt & VPFE_SYN_MODE_INPMOD_MASK) <<
in vpfe_ccdc_config_ycbcr()
411
syn_mode
|= VPFE_SYN_MODE_VD_POL_NEGATIVE;
in vpfe_ccdc_config_ycbcr()
413
syn_mode
|= VPFE_SYN_MODE_10BITS;
in vpfe_ccdc_config_ycbcr()
415
syn_mode
|= VPFE_SYN_MODE_8BITS;
in vpfe_ccdc_config_ycbcr()
418
syn_mode
|= (((params->fid_pol & VPFE_FID_POL_MASK) <<
in vpfe_ccdc_config_ycbcr()
425
vpfe_reg_write(ccdc,
syn_mode
, VPFE_SYNMODE);
in vpfe_ccdc_config_ycbcr()
513
unsigned int
syn_mode
;
in vpfe_ccdc_config_raw()
local
529
syn_mode
= (((params->vd_pol & VPFE_VD_POL_MASK) << VPFE_VD_POL_SHIFT) |
in vpfe_ccdc_config_raw()
560
syn_mode
|
in vpfe_ccdc_config_raw()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/ti/am437x/
H
A
D
am437x-vpfe.c
383
u32
syn_mode
;
in vpfe_ccdc_config_ycbcr()
local
397
syn_mode
= (((params->pix_fmt & VPFE_SYN_MODE_INPMOD_MASK) <<
in vpfe_ccdc_config_ycbcr()
411
syn_mode
|= VPFE_SYN_MODE_VD_POL_NEGATIVE;
in vpfe_ccdc_config_ycbcr()
413
syn_mode
|= VPFE_SYN_MODE_10BITS;
in vpfe_ccdc_config_ycbcr()
415
syn_mode
|= VPFE_SYN_MODE_8BITS;
in vpfe_ccdc_config_ycbcr()
418
syn_mode
|= (((params->fid_pol & VPFE_FID_POL_MASK) <<
in vpfe_ccdc_config_ycbcr()
425
vpfe_reg_write(ccdc,
syn_mode
, VPFE_SYNMODE);
in vpfe_ccdc_config_ycbcr()
513
unsigned int
syn_mode
;
in vpfe_ccdc_config_raw()
local
529
syn_mode
= (((params->vd_pol & VPFE_VD_POL_MASK) << VPFE_VD_POL_SHIFT) |
in vpfe_ccdc_config_raw()
560
syn_mode
|
in vpfe_ccdc_config_raw()
[all...]
Completed in 8 milliseconds