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:asd_list
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H
A
D
v4l2-async.c
425
* If @this_index < 0, search the notifier's entire @
asd_list
.
436
list_for_each_entry(asd_y, ¬ifier->
asd_list
,
asd_list
)
in v4l2_async_notifier_has_async_subdev()
482
INIT_LIST_HEAD(¬ifier->
asd_list
);
in v4l2_async_notifier_init()
496
list_for_each_entry(asd, ¬ifier->
asd_list
,
asd_list
)
in v4l2_async_notifier_register_ext()
657
if (!notifier || !notifier->
asd_list
.next) {
in v4l2_async_notifier_cleanup_ext()
661
list_for_each_entry_safe(asd, tmp, ¬ifier->
asd_list
,
asd_list
)
in v4l2_async_notifier_cleanup_ext()
671
list_del(&asd->
asd_list
);
in v4l2_async_notifier_cleanup_ext()
[all...]
/device/soc/rockchip/common/sdk_linux/include/media/
H
A
D
v4l2-async.h
70
* @
asd_list
: used to add struct v4l2_async_subdev objects to the
71
* master notifier @
asd_list
96
struct list_head
asd_list
;
member
119
* @
asd_list
: master list of struct v4l2_async_subdev
129
struct list_head
asd_list
;
member
140
* This function initializes the notifier @
asd_list
. It must be called
153
* the notifiers master @
asd_list
. The @asd must be allocated with k*alloc() as
160
* subdev to the notifier's master
asd_list
.
171
* notifiers @
asd_list
. The function also gets a reference of the fwnode which
181
* notifier's master
asd_list
[all...]
Completed in 2 milliseconds