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:p5_intf_sel
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
mt7530.c
890
switch (priv->
p5_intf_sel
) {
in mt7530_setup_port5()
910
dev_err(ds->dev, "Unsupported
p5_intf_sel
%d\n",
in mt7530_setup_port5()
911
priv->
p5_intf_sel
);
in mt7530_setup_port5()
940
val, p5_intf_modes(priv->
p5_intf_sel
), phy_modes(interface));
in mt7530_setup_port5()
1642
priv->
p5_intf_sel
= P5_DISABLED;
in mt7530_setup()
1646
priv->
p5_intf_sel
= P5_INTF_SEL_GMAC5;
in mt7530_setup()
1674
priv->
p5_intf_sel
= P5_INTF_SEL_PHY_P0;
in mt7530_setup()
1676
priv->
p5_intf_sel
= P5_INTF_SEL_PHY_P4;
in mt7530_setup()
1740
priv->
p5_intf_sel
= P5_INTF_SEL_GMAC5_SGMII;
in mt7531_setup()
1748
priv->
p5_intf_sel
in mt7531_setup()
[all...]
H
A
D
mt7530.h
717
* @
p5_intf_sel
: Holding the current port 5 interface select
732
unsigned int
p5_intf_sel
;
member
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
mt7530.c
944
switch (priv->
p5_intf_sel
) {
in mt7530_setup_port5()
964
dev_err(ds->dev, "Unsupported
p5_intf_sel
%d\n",
in mt7530_setup_port5()
965
priv->
p5_intf_sel
);
in mt7530_setup_port5()
994
val, p5_intf_modes(priv->
p5_intf_sel
), phy_modes(interface));
in mt7530_setup_port5()
2366
priv->
p5_intf_sel
= P5_DISABLED;
in mt7530_setup()
2370
priv->
p5_intf_sel
= P5_INTF_SEL_GMAC5;
in mt7530_setup()
2398
priv->
p5_intf_sel
= P5_INTF_SEL_PHY_P0;
in mt7530_setup()
2400
priv->
p5_intf_sel
= P5_INTF_SEL_PHY_P4;
in mt7530_setup()
2526
priv->
p5_intf_sel
= P5_INTF_SEL_GMAC5_SGMII;
in mt7531_setup()
2534
priv->
p5_intf_sel
in mt7531_setup()
[all...]
H
A
D
mt7530.h
778
* @
p5_intf_sel
: Holding the current port 5 interface select
798
unsigned int
p5_intf_sel
;
member
Completed in 11 milliseconds