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:eth_node
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H
A
D
icssg_prueth.c
1668
/* get emac_port corresponding to
eth_node
name */
1669
static int prueth_node_port(struct device_node *
eth_node
)
in prueth_node_port()
argument
1674
ret = of_property_read_u32(
eth_node
, "reg", &port_id);
in prueth_node_port()
1686
/* get MAC instance corresponding to
eth_node
name */
1687
static int prueth_node_mac(struct device_node *
eth_node
)
in prueth_node_mac()
argument
1692
ret = of_property_read_u32(
eth_node
, "reg", &port_id);
in prueth_node_mac()
1705
struct device_node *
eth_node
)
in prueth_netdev_init()
1714
port = prueth_node_port(
eth_node
);
in prueth_netdev_init()
1718
mac = prueth_node_mac(
eth_node
);
in prueth_netdev_init()
1764
emac->phy_node = of_parse_phandle(
eth_node
, "ph
in prueth_netdev_init()
1704
prueth_netdev_init(struct prueth *prueth, struct device_node *
eth_node
)
prueth_netdev_init()
argument
1847
prueth_netdev_exit(struct prueth *prueth, struct device_node *
eth_node
)
prueth_netdev_exit()
argument
1935
struct device_node *
eth_node
, *eth_ports_node;
prueth_probe()
local
2219
struct device_node *
eth_node
;
prueth_remove()
local
[all...]
H
A
D
icssg_prueth.h
200
* @
eth_node
: DT node for the port
223
struct device_node *
eth_node
[PRUETH_NUM_MACS];
member
Completed in 5 milliseconds