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:mdio_reset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/
H
A
D
ag71xx.c
380
struct reset_control *
mdio_reset
;
member
700
ag->
mdio_reset
= of_reset_control_get_exclusive(np, "mdio");
in ag71xx_mdio_probe()
701
if (IS_ERR(ag->
mdio_reset
)) {
in ag71xx_mdio_probe()
703
err = PTR_ERR(ag->
mdio_reset
);
in ag71xx_mdio_probe()
715
if (!IS_ERR(ag->
mdio_reset
)) {
in ag71xx_mdio_probe()
716
reset_control_assert(ag->
mdio_reset
);
in ag71xx_mdio_probe()
718
reset_control_deassert(ag->
mdio_reset
);
in ag71xx_mdio_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/
H
A
D
ag71xx.c
382
struct reset_control *
mdio_reset
;
member
713
ag->
mdio_reset
= of_reset_control_get_exclusive(np, "mdio");
in ag71xx_mdio_probe()
714
if (IS_ERR(ag->
mdio_reset
)) {
in ag71xx_mdio_probe()
716
err = PTR_ERR(ag->
mdio_reset
);
in ag71xx_mdio_probe()
728
if (!IS_ERR(ag->
mdio_reset
)) {
in ag71xx_mdio_probe()
729
reset_control_assert(ag->
mdio_reset
);
in ag71xx_mdio_probe()
731
reset_control_deassert(ag->
mdio_reset
);
in ag71xx_mdio_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
370
enum xgbe_mdio_reset
mdio_reset
;
member
2786
if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_I2C_GPIO)
in xgbe_phy_mdio_reset()
2788
else if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_INT_GPIO)
in xgbe_phy_mdio_reset()
2827
phy_data->
mdio_reset
= XP_GET_BITS(pdata->pp3, XP_PROP_3, MDIO_RESET);
in xgbe_phy_mdio_reset_setup()
2828
switch (phy_data->
mdio_reset
) {
in xgbe_phy_mdio_reset_setup()
2835
phy_data->
mdio_reset
);
in xgbe_phy_mdio_reset_setup()
2839
if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_I2C_GPIO) {
in xgbe_phy_mdio_reset_setup()
2845
} else if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_INT_GPIO) {
in xgbe_phy_mdio_reset_setup()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-phy-v2.c
371
enum xgbe_mdio_reset
mdio_reset
;
member
3090
if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_I2C_GPIO)
in xgbe_phy_mdio_reset()
3092
else if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_INT_GPIO)
in xgbe_phy_mdio_reset()
3131
phy_data->
mdio_reset
= XP_GET_BITS(pdata->pp3, XP_PROP_3, MDIO_RESET);
in xgbe_phy_mdio_reset_setup()
3132
switch (phy_data->
mdio_reset
) {
in xgbe_phy_mdio_reset_setup()
3139
phy_data->
mdio_reset
);
in xgbe_phy_mdio_reset_setup()
3143
if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_I2C_GPIO) {
in xgbe_phy_mdio_reset_setup()
3149
} else if (phy_data->
mdio_reset
== XGBE_MDIO_RESET_INT_GPIO) {
in xgbe_phy_mdio_reset_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H
A
D
sis900.c
871
static void
mdio_reset
(struct sis900_private *sp)
in mdio_reset()
function
903
mdio_reset
(sp);
in mdio_read()
948
mdio_reset
(sp);
in mdio_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H
A
D
sis900.c
878
static void
mdio_reset
(struct sis900_private *sp)
in mdio_reset()
function
910
mdio_reset
(sp);
in mdio_read()
955
mdio_reset
(sp);
in mdio_write()
Completed in 21 milliseconds