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:fwnode_link
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-fwnode.h
118
* @
fwnode_link
: &struct v4l2_fwnode_link link between the connector and the
123
struct v4l2_fwnode_link
fwnode_link
;
member
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-fwnode.h
175
* @
fwnode_link
: &struct v4l2_fwnode_link link between the connector and the
180
struct v4l2_fwnode_link
fwnode_link
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fwnode.h
57
struct
fwnode_link
{
struct
/kernel/linux/linux-6.6/drivers/base/
H
A
D
core.c
68
struct
fwnode_link
*link;
in __fwnode_link_add()
106
* @link: the
fwnode_link
to be deleted
110
static void __fwnode_link_del(struct
fwnode_link
*link)
in __fwnode_link_del()
121
* @link: the
fwnode_link
to be marked
125
static void __fwnode_link_cycle(struct
fwnode_link
*link)
in __fwnode_link_cycle()
140
struct
fwnode_link
*link, *tmp;
in fwnode_links_purge_suppliers()
156
struct
fwnode_link
*link, *tmp;
in fwnode_links_purge_consumers()
202
struct
fwnode_link
*link, *tmp;
in __fwnode_links_move_consumers()
1007
struct
fwnode_link
*link;
in fwnode_links_check_suppliers()
1927
struct
fwnode_link
*lin
in __fw_devlink_relax_cycles()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
tvp5150.c
1622
unsigned int port = link->
fwnode_link
.remote_port;
in tvp5150_registered()
1645
port = link->
fwnode_link
.remote_port;
in tvp5150_registered()
1965
if (link0->
fwnode_link
.remote_id == 1) {
in tvp5150_validate_connectors()
1982
if (link0->
fwnode_link
.remote_port ==
in tvp5150_validate_connectors()
1983
link1->
fwnode_link
.remote_port) {
in tvp5150_validate_connectors()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tvp5150.c
1620
unsigned int port = link->
fwnode_link
.remote_port;
in tvp5150_registered()
1643
port = link->
fwnode_link
.remote_port;
in tvp5150_registered()
1955
if (link0->
fwnode_link
.remote_id == 1) {
in tvp5150_validate_connectors()
1972
if (link0->
fwnode_link
.remote_port ==
in tvp5150_validate_connectors()
1973
link1->
fwnode_link
.remote_port) {
in tvp5150_validate_connectors()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-fwnode.c
654
v4l2_fwnode_put_link(&link->
fwnode_link
);
in v4l2_fwnode_connector_free()
754
err = v4l2_fwnode_parse_link(connector_ep, &link->
fwnode_link
);
in v4l2_fwnode_connector_add_link()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-fwnode.c
650
v4l2_fwnode_put_link(&link->
fwnode_link
);
in v4l2_fwnode_connector_free()
750
err = v4l2_fwnode_parse_link(connector_ep, &link->
fwnode_link
);
in v4l2_fwnode_connector_add_link()
Completed in 14 milliseconds