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:isp_aewb
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
isp.c
580
omap3isp_stat_sbl_overflow(&isp->
isp_aewb
);
in isp_isr_sbl()
616
omap3isp_stat_isr_frame_sync(&isp->
isp_aewb
);
in isp_isr()
634
omap3isp_stat_isr(&isp->
isp_aewb
);
in isp_isr()
712
v4l2_subdev_call(&isp->
isp_aewb
.subdev, video,
in isp_pipeline_enable()
742
|| omap3isp_stat_busy(&isp->
isp_aewb
)
in isp_pipeline_wait_ccdc()
801
v4l2_subdev_call(&isp->
isp_aewb
.subdev,
in isp_pipeline_disable()
981
omap3isp_stat_suspend(&isp->
isp_aewb
);
in isp_suspend_modules()
992
|| omap3isp_stat_busy(&isp->
isp_aewb
)
in isp_suspend_modules()
1013
omap3isp_stat_resume(&isp->
isp_aewb
);
in isp_resume_modules()
1600
omap3isp_stat_unregister_entities(&isp->
isp_aewb
);
in isp_unregister_entities()
[all...]
H
A
D
isph3a_aewb.c
289
struct ispstat *aewb = &isp->
isp_aewb
;
in omap3isp_h3a_aewb_init()
349
omap3isp_stat_cleanup(&isp->
isp_aewb
);
in omap3isp_h3a_aewb_cleanup()
H
A
D
isp.h
207
struct ispstat
isp_aewb
;
member
H
A
D
ispstat.c
57
#define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->
isp_aewb
)
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H
A
D
isp.c
581
omap3isp_stat_sbl_overflow(&isp->
isp_aewb
);
in isp_isr_sbl()
617
omap3isp_stat_isr_frame_sync(&isp->
isp_aewb
);
in isp_isr()
635
omap3isp_stat_isr(&isp->
isp_aewb
);
in isp_isr()
717
v4l2_subdev_call(&isp->
isp_aewb
.subdev, video,
in isp_pipeline_enable()
749
|| omap3isp_stat_busy(&isp->
isp_aewb
)
in isp_pipeline_wait_ccdc()
808
v4l2_subdev_call(&isp->
isp_aewb
.subdev,
in isp_pipeline_disable()
986
omap3isp_stat_suspend(&isp->
isp_aewb
);
in isp_suspend_modules()
997
|| omap3isp_stat_busy(&isp->
isp_aewb
)
in isp_suspend_modules()
1018
omap3isp_stat_resume(&isp->
isp_aewb
);
in isp_resume_modules()
1605
omap3isp_stat_unregister_entities(&isp->
isp_aewb
);
in isp_unregister_entities()
[all...]
H
A
D
isph3a_aewb.c
289
struct ispstat *aewb = &isp->
isp_aewb
;
in omap3isp_h3a_aewb_init()
349
omap3isp_stat_cleanup(&isp->
isp_aewb
);
in omap3isp_h3a_aewb_cleanup()
H
A
D
isp.h
207
struct ispstat
isp_aewb
;
member
H
A
D
ispstat.c
57
#define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->
isp_aewb
)
Completed in 9 milliseconds