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:device_name
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/media/
H
A
D
v4l2-async.h
48
* @match.
device_name
:
83
const char *
device_name
;
member
226
* @
device_name
: device name string to be matched
236
const char *
device_name
, unsigned int asd_struct_size);
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/
H
A
D
v4l2-async.c
67
return !strcmp(asd->match.
device_name
, dev_name(sd->dev));
in match_devname()
198
return strcmp(asd_x->match.
device_name
, asd_y->match.
device_name
) == 0;
in asd_equal()
779
const char *
device_name
, unsigned int asd_struct_size)
in v4l2_async_notifier_add_devname_subdev()
790
asd->match.
device_name
=
device_name
;
in v4l2_async_notifier_add_devname_subdev()
778
v4l2_async_notifier_add_devname_subdev(struct v4l2_async_notifier *notifier, const char *
device_name
, unsigned int asd_struct_size)
v4l2_async_notifier_add_devname_subdev()
argument
Completed in 2 milliseconds