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:switch_node
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_mdio.c
465
struct device_node *
switch_node
= ds->dev->of_node;
in sja1105_mdiobus_register()
local
473
mdio_node = of_get_child_by_name(
switch_node
, "mdios");
in sja1105_mdiobus_register()
H
A
D
sja1105_main.c
1246
struct device_node *
switch_node
= dev->of_node;
in sja1105_parse_dt()
local
1250
ports_node = of_get_child_by_name(
switch_node
, "ports");
in sja1105_parse_dt()
1252
ports_node = of_get_child_by_name(
switch_node
, "ethernet-ports");
in sja1105_parse_dt()
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
felix.c
416
struct device_node *
switch_node
;
in felix_parse_dt()
local
420
switch_node
= dev->of_node;
in felix_parse_dt()
422
ports_node = of_get_child_by_name(
switch_node
, "ports");
in felix_parse_dt()
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/
H
A
D
felix.c
1300
struct device_node *
switch_node
;
in felix_parse_dt()
local
1304
switch_node
= dev->of_node;
in felix_parse_dt()
1306
ports_node = of_get_child_by_name(
switch_node
, "ports");
in felix_parse_dt()
1308
ports_node = of_get_child_by_name(
switch_node
, "ethernet-ports");
in felix_parse_dt()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_main.c
812
struct device_node *
switch_node
= dev->of_node;
in sja1105_parse_dt()
local
816
ports_node = of_get_child_by_name(
switch_node
, "ports");
in sja1105_parse_dt()
Completed in 15 milliseconds