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:workmode
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
procfs.c
225
dev->
workmode
== RKCIF_WORKMODE_ONEFRAME ? "one frame"
in rkcif_show_mixed_info()
226
: dev->
workmode
== RKCIF_WORKMODE_PINGPONG ? "ping pong"
in rkcif_show_mixed_info()
H
A
D
dev.c
1314
if (cif_dev->
workmode
== RKCIF_WORKMODE_PINGPONG) {
in rkcif_irq_handler()
1548
cif_dev->
workmode
= RKCIF_WORKMODE_PINGPONG;
in rkcif_plat_init()
1550
cif_dev->
workmode
= RKCIF_WORKMODE_ONEFRAME;
in rkcif_plat_init()
1552
cif_dev->
workmode
= RKCIF_WORKMODE_PINGPONG;
in rkcif_plat_init()
H
A
D
dev.h
719
enum rkcif_workmode
workmode
;
member
H
A
D
capture.c
2443
dev->
workmode
= RKCIF_WORKMODE_PINGPONG;
in rkcif_csi_stream_start()
2688
if (stream->cifdev->
workmode
== RKCIF_WORKMODE_PINGPONG) {
in rkcif_buf_queue()
3535
xfer_mode = 0, yc_swap = 0, inputmode = 0, mipimode = 0,
workmode
= 0, multi_id = 0,
in rkcif_stream_start()
local
3749
if (dev->
workmode
== RKCIF_WORKMODE_ONEFRAME) {
in rkcif_stream_start()
3750
workmode
= MODE_ONEFRAME;
in rkcif_stream_start()
3751
} else if (dev->
workmode
== RKCIF_WORKMODE_PINGPONG) {
in rkcif_stream_start()
3752
workmode
= MODE_PINGPONG;
in rkcif_stream_start()
3754
workmode
= MODE_LINELOOP;
in rkcif_stream_start()
3758
workmode
= MODE_PINGPONG;
in rkcif_stream_start()
3759
dev->
workmode
in rkcif_stream_start()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
procfs.c
224
dev->
workmode
== RKCIF_WORKMODE_ONEFRAME ? "one frame" :
in rkcif_show_mixed_info()
225
dev->
workmode
== RKCIF_WORKMODE_PINGPONG ? "ping pong" : "line loop");
in rkcif_show_mixed_info()
H
A
D
dev.c
1421
if (cif_dev->
workmode
== RKCIF_WORKMODE_PINGPONG) {
in rkcif_irq_handler()
1661
cif_dev->
workmode
= RKCIF_WORKMODE_PINGPONG;
in rkcif_plat_init()
1663
cif_dev->
workmode
= RKCIF_WORKMODE_ONEFRAME;
in rkcif_plat_init()
1665
cif_dev->
workmode
= RKCIF_WORKMODE_PINGPONG;
in rkcif_plat_init()
H
A
D
dev.h
684
enum rkcif_workmode
workmode
;
member
H
A
D
capture.c
2494
dev->
workmode
= RKCIF_WORKMODE_PINGPONG;
in rkcif_csi_stream_start()
2767
if (stream->cifdev->
workmode
== RKCIF_WORKMODE_PINGPONG)
in rkcif_buf_queue()
3654
mipimode = 0,
workmode
= 0, multi_id = 0,
in rkcif_stream_start()
local
3877
if (dev->
workmode
== RKCIF_WORKMODE_ONEFRAME)
in rkcif_stream_start()
3878
workmode
= MODE_ONEFRAME;
in rkcif_stream_start()
3879
else if (dev->
workmode
== RKCIF_WORKMODE_PINGPONG)
in rkcif_stream_start()
3880
workmode
= MODE_PINGPONG;
in rkcif_stream_start()
3882
workmode
= MODE_LINELOOP;
in rkcif_stream_start()
3885
workmode
= MODE_PINGPONG;
in rkcif_stream_start()
3886
dev->
workmode
in rkcif_stream_start()
[all...]
Completed in 23 milliseconds