Searched refs:genphy_startup (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/net/phy/ |
D | micrel_ksz8xxx.c | 23 .startup = &genphy_startup, 52 .startup = &genphy_startup, 80 .startup = &genphy_startup, 90 .startup = &genphy_startup, 158 .startup = &genphy_startup,
|
D | smsc.c | 71 .startup = &genphy_startup, 81 .startup = &genphy_startup, 91 .startup = &genphy_startup, 101 .startup = &genphy_startup,
|
D | atheros.c | 99 .startup = genphy_startup, 109 .startup = genphy_startup, 119 .startup = genphy_startup,
|
D | natsemi.c | 41 .startup = &genphy_startup,
|
D | marvell.c | 665 .startup = &genphy_startup, 734 .startup = &genphy_startup,
|
D | ti.c | 317 .startup = &genphy_startup,
|
D | phy.c | 435 int genphy_startup(struct phy_device *phydev) in genphy_startup() function 459 .startup = genphy_startup,
|
D | b53.c | 593 res = genphy_startup(phydev); in b53_phy_startup()
|
/external/u-boot/include/ |
D | phy.h | 254 int genphy_startup(struct phy_device *phydev);
|