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:serdes_phy
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-mac.c
179
if (!mac->
serdes_phy
)
in dpaa2_mac_config()
188
err = phy_set_mode_ext(mac->
serdes_phy
, PHY_MODE_ETHERNET, state->interface);
in dpaa2_mac_config()
323
if (!mac->
serdes_phy
)
in dpaa2_mac_set_supported_interfaces()
334
err = phy_validate(mac->
serdes_phy
, PHY_MODE_ETHERNET, intf, NULL);
in dpaa2_mac_set_supported_interfaces()
346
if (mac->
serdes_phy
)
in dpaa2_mac_start()
347
phy_power_on(mac->
serdes_phy
);
in dpaa2_mac_start()
358
if (mac->
serdes_phy
)
in dpaa2_mac_stop()
359
phy_power_off(mac->
serdes_phy
);
in dpaa2_mac_stop()
366
struct phy *
serdes_phy
= NULL;
in dpaa2_mac_connect()
local
386
serdes_phy
in dpaa2_mac_connect()
[all...]
H
A
D
dpaa2-mac.h
30
struct phy *
serdes_phy
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
dwmac-qcom-ethqos.c
107
struct phy *
serdes_phy
;
member
657
ret = phy_init(ethqos->
serdes_phy
);
in qcom_ethqos_serdes_powerup()
661
ret = phy_power_on(ethqos->
serdes_phy
);
in qcom_ethqos_serdes_powerup()
665
return phy_set_speed(ethqos->
serdes_phy
, ethqos->speed);
in qcom_ethqos_serdes_powerup()
672
phy_power_off(ethqos->
serdes_phy
);
in qcom_ethqos_serdes_powerdown()
673
phy_exit(ethqos->
serdes_phy
);
in qcom_ethqos_serdes_powerdown()
796
ethqos->
serdes_phy
= devm_phy_optional_get(dev, "serdes");
in qcom_ethqos_probe()
797
if (IS_ERR(ethqos->
serdes_phy
))
in qcom_ethqos_probe()
798
return dev_err_probe(dev, PTR_ERR(ethqos->
serdes_phy
),
in qcom_ethqos_probe()
820
if (ethqos->
serdes_phy
) {
in qcom_ethqos_probe()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H
A
D
am65-cpsw-nuss.h
35
struct phy *
serdes_phy
;
member
H
A
D
am65-cpsw-nuss.c
1470
phy = port->slave.
serdes_phy
;
in am65_cpsw_disable_serdes_phy()
1488
port->slave.
serdes_phy
= phy;
in am65_cpsw_init_serdes_phy()
Completed in 8 milliseconds