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:ancillary
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H
A
D
vimc-core.c
35
#define VIMC_ANCILLARY_LINK(primary,
ancillary
) { \
37
.ancillary_ent =
ancillary
\
64
/* Structure which describes
ancillary
links between entities */
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi.c
2402
* spi_new_ancillary_device() - Register
ancillary
SPI device
2403
* @spi: Pointer to the main SPI device registering the
ancillary
device
2404
* @chip_select: Chip Select of the
ancillary
device
2406
* Register an
ancillary
SPI device; for example some chips have a chip-select
2417
struct spi_device *
ancillary
;
in spi_new_ancillary_device()
local
2421
ancillary
= spi_alloc_device(ctlr);
in spi_new_ancillary_device()
2422
if (!
ancillary
) {
in spi_new_ancillary_device()
2427
strscpy(
ancillary
->modalias, "dummy", sizeof(
ancillary
->modalias));
in spi_new_ancillary_device()
2429
/* Use provided chip-select for
ancillary
devic
in spi_new_ancillary_device()
[all...]
/kernel/linux/linux-6.6/include/media/
H
A
D
media-entity.h
1406
* media_create_ancillary_link() - create an
ancillary
link between two
1410
* @
ancillary
: pointer to the
ancillary
&media_entity
1412
* Create an
ancillary
link between two entities, indicating that they
1422
struct media_entity *
ancillary
);
/kernel/linux/linux-6.6/drivers/media/mc/
H
A
D
mc-entity.c
56
return "
ancillary
";
in link_type_name()
1622
struct media_entity *
ancillary
)
in media_create_ancillary_link()
1631
link->gobj1 = &
ancillary
->graph_obj;
in media_create_ancillary_link()
1621
media_create_
ancillary
_link(struct media_entity *primary, struct media_entity *
ancillary
)
media_create_ancillary_link()
argument
Completed in 9 milliseconds