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_driver
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
mdio_device.c
39
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_device_bus_match()
150
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_probe()
171
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_remove()
186
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_shutdown()
193
* mdio_driver_register - register an
mdio_driver
with the MDIO layer
194
* @drv: new
mdio_driver
to register
196
int mdio_driver_register(struct
mdio_driver
*drv)
in mdio_driver_register()
220
void mdio_driver_unregister(struct
mdio_driver
*drv)
in mdio_driver_unregister()
H
A
D
xilinx_gmii2rgmii.c
106
static struct
mdio_driver
xgmiitorgmii_driver = {
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
mdio_device.c
41
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_device_bus_match()
152
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_probe()
173
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_remove()
188
struct
mdio_driver
*mdiodrv = to_mdio_driver(drv);
in mdio_shutdown()
195
* mdio_driver_register - register an
mdio_driver
with the MDIO layer
196
* @drv: new
mdio_driver
to register
198
int mdio_driver_register(struct
mdio_driver
*drv)
in mdio_driver_register()
222
void mdio_driver_unregister(struct
mdio_driver
*drv)
in mdio_driver_unregister()
H
A
D
xilinx_gmii2rgmii.c
130
static struct
mdio_driver
xgmiitorgmii_driver = {
/kernel/linux/linux-5.10/include/linux/
H
A
D
mdio.h
63
/* struct
mdio_driver
: Generic MDIO driver */
64
struct
mdio_driver
{
struct
80
container_of(to_mdio_common_driver(d), struct
mdio_driver
, mdiodrv)
98
int mdio_driver_register(struct
mdio_driver
*drv);
99
void mdio_driver_unregister(struct
mdio_driver
*drv);
/kernel/linux/linux-6.6/include/linux/
H
A
D
mdio.h
65
/* struct
mdio_driver
: Generic MDIO driver */
66
struct
mdio_driver
{
struct
82
static inline struct
mdio_driver
*
85
return container_of(to_mdio_common_driver(driver), struct
mdio_driver
,
in to_mdio_driver()
105
int mdio_driver_register(struct
mdio_driver
*drv);
106
void mdio_driver_unregister(struct
mdio_driver
*drv);
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H
A
D
phy-bcm-ns2-pcie.c
87
static struct
mdio_driver
ns2_pci_phy_driver = {
H
A
D
phy-bcm-ns-usb3.c
247
static struct
mdio_driver
bcm_ns_usb3_mdio_driver = {
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H
A
D
phy-bcm-ns2-pcie.c
75
static struct
mdio_driver
ns2_pci_phy_driver = {
H
A
D
phy-bcm-ns-usb3.c
234
static struct
mdio_driver
bcm_ns_usb3_mdio_driver = {
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/
H
A
D
xgene_enet_hw.c
262
if (pdata->
mdio_driver
&& ndev->phydev &&
in xgene_enet_wr_mac()
321
if (pdata->
mdio_driver
&& ndev->phydev &&
in xgene_enet_rd_mac()
564
if (!pdata->
mdio_driver
)
in xgene_gmac_init()
701
if (pdata->
mdio_driver
) {
in xgene_enet_reset()
H
A
D
xgene_enet_ethtool.c
124
if (pdata->
mdio_driver
) {
in xgene_get_link_ksettings()
178
if (pdata->
mdio_driver
) {
in xgene_set_link_ksettings()
H
A
D
xgene_enet_main.h
234
bool
mdio_driver
;
member
H
A
D
xgene_enet_sgmac.c
337
if (!(p->enet_id == XGENE_ENET2 && p->
mdio_driver
))
in xgene_sgmac_init()
444
if (p->
mdio_driver
&& p->enet_id == XGENE_ENET2) {
in xgene_enet_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/
H
A
D
xgene_enet_hw.c
262
if (pdata->
mdio_driver
&& ndev->phydev &&
in xgene_enet_wr_mac()
321
if (pdata->
mdio_driver
&& ndev->phydev &&
in xgene_enet_rd_mac()
564
if (!pdata->
mdio_driver
)
in xgene_gmac_init()
701
if (pdata->
mdio_driver
) {
in xgene_enet_reset()
H
A
D
xgene_enet_ethtool.c
124
if (pdata->
mdio_driver
) {
in xgene_get_link_ksettings()
178
if (pdata->
mdio_driver
) {
in xgene_set_link_ksettings()
H
A
D
xgene_enet_main.h
234
bool
mdio_driver
;
member
H
A
D
xgene_enet_sgmac.c
337
if (!(p->enet_id == XGENE_ENET2 && p->
mdio_driver
))
in xgene_sgmac_init()
444
if (p->
mdio_driver
&& p->enet_id == XGENE_ENET2) {
in xgene_enet_reset()
/kernel/linux/linux-5.10/drivers/net/dsa/
H
A
D
lan9303_mdio.c
151
static struct
mdio_driver
lan9303_mdio_driver = {
H
A
D
mv88e6060.c
306
static struct
mdio_driver
mv88e6060_driver = {
/kernel/linux/linux-6.6/drivers/net/dsa/
H
A
D
lan9303_mdio.c
164
static struct
mdio_driver
lan9303_mdio_driver = {
/kernel/linux/linux-6.6/drivers/net/dsa/xrs700x/
H
A
D
xrs700x_mdio.c
166
static struct
mdio_driver
xrs700x_mdio_driver = {
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz8863_smi.c
212
static struct
mdio_driver
ksz8863_driver = {
/kernel/linux/linux-5.10/drivers/net/dsa/b53/
H
A
D
b53_mdio.c
373
static struct
mdio_driver
b53_mdio_driver = {
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/
H
A
D
realtek-mdio.c
276
static struct
mdio_driver
realtek_mdio_driver = {
Completed in 15 milliseconds
1
2