Searched refs:genphy_shutdown (Results 1 – 19 of 19) sorted by relevance
/external/u-boot/drivers/net/phy/ |
D | vitesse.c | 302 .shutdown = &genphy_shutdown, 312 .shutdown = &genphy_shutdown, 322 .shutdown = &genphy_shutdown, 332 .shutdown = &genphy_shutdown, 342 .shutdown = &genphy_shutdown, 352 .shutdown = &genphy_shutdown, 362 .shutdown = &genphy_shutdown, 372 .shutdown = &genphy_shutdown, 382 .shutdown = &genphy_shutdown, 392 .shutdown = &genphy_shutdown, [all …]
|
D | smsc.c | 52 .shutdown = &genphy_shutdown, 62 .shutdown = &genphy_shutdown, 72 .shutdown = &genphy_shutdown, 82 .shutdown = &genphy_shutdown, 92 .shutdown = &genphy_shutdown, 102 .shutdown = &genphy_shutdown,
|
D | micrel_ksz8xxx.c | 24 .shutdown = &genphy_shutdown, 53 .shutdown = &genphy_shutdown, 81 .shutdown = &genphy_shutdown, 91 .shutdown = &genphy_shutdown, 148 .shutdown = &genphy_shutdown, 159 .shutdown = &genphy_shutdown, 184 .shutdown = &genphy_shutdown,
|
D | marvell.c | 626 .shutdown = &genphy_shutdown, 636 .shutdown = &genphy_shutdown, 646 .shutdown = &genphy_shutdown, 656 .shutdown = &genphy_shutdown, 666 .shutdown = &genphy_shutdown, 676 .shutdown = &genphy_shutdown, 686 .shutdown = &genphy_shutdown, 696 .shutdown = &genphy_shutdown, 713 .shutdown = &genphy_shutdown, 725 .shutdown = &genphy_shutdown, [all …]
|
D | atheros.c | 100 .shutdown = genphy_shutdown, 110 .shutdown = genphy_shutdown, 120 .shutdown = genphy_shutdown,
|
D | natsemi.c | 42 .shutdown = &genphy_shutdown, 112 .shutdown = &genphy_shutdown, 155 .shutdown = &genphy_shutdown,
|
D | broadcom.c | 333 .shutdown = &genphy_shutdown, 343 .shutdown = &genphy_shutdown, 353 .shutdown = &genphy_shutdown, 363 .shutdown = &genphy_shutdown,
|
D | realtek.c | 305 .shutdown = &genphy_shutdown, 317 .shutdown = &genphy_shutdown, 328 .shutdown = &genphy_shutdown, 339 .shutdown = &genphy_shutdown,
|
D | mscc.c | 467 .shutdown = &genphy_shutdown, 477 .shutdown = &genphy_shutdown, 487 .shutdown = &genphy_shutdown, 497 .shutdown = &genphy_shutdown,
|
D | lxt.c | 67 .shutdown = &genphy_shutdown,
|
D | davicom.c | 78 .shutdown = &genphy_shutdown,
|
D | micrel_ksz90x1.c | 280 .shutdown = &genphy_shutdown, 378 .shutdown = &genphy_shutdown,
|
D | meson-gxl.c | 134 .shutdown = &genphy_shutdown,
|
D | xilinx_phy.c | 134 .shutdown = &genphy_shutdown,
|
D | ti.c | 318 .shutdown = &genphy_shutdown,
|
D | phy.c | 446 int genphy_shutdown(struct phy_device *phydev) in genphy_shutdown() function 460 .shutdown = genphy_shutdown,
|
D | mv88e61xx.c | 1029 .shutdown = &genphy_shutdown, 1040 .shutdown = &genphy_shutdown,
|
D | b53.c | 620 .shutdown = &genphy_shutdown,
|
/external/u-boot/include/ |
D | phy.h | 255 int genphy_shutdown(struct phy_device *phydev);
|