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:has_pad_interdep
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/media/
H
A
D
media-entity.h
262
* @
has_pad_interdep
: Return whether two pads of the entity are
268
* the .
has_pad_interdep
() operation directly, always use
285
bool (*
has_pad_interdep
)(struct media_entity *entity, unsigned int pad0,
member
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H
A
D
imx8-isi-crossbar.c
422
.
has_pad_interdep
= v4l2_subdev_has_pad_interdep,
/kernel/linux/linux-6.6/drivers/media/mc/
H
A
D
mc-entity.c
241
* This function uses the &media_entity_operations.
has_pad_interdep
() operation
243
*
has_pad_interdep
operation is not implemented, all pads of the entity are
263
if (!entity->ops || !entity->ops->
has_pad_interdep
)
in media_entity_has_pad_interdep()
266
return entity->ops->
has_pad_interdep
(entity, pad0, pad1);
in media_entity_has_pad_interdep()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ds90ub960.c
3106
.
has_pad_interdep
= v4l2_subdev_has_pad_interdep,
Completed in 10 milliseconds