Home
last modified time | relevance | path

Searched refs:fixed_phy_add (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dphy_fixed.h15 extern int fixed_phy_add(unsigned int irq, int phy_id,
30 static inline int fixed_phy_add(unsigned int irq, int phy_id, in fixed_phy_add() function
/linux-4.4.14/drivers/net/phy/
Dfixed_phy.c245 int fixed_phy_add(unsigned int irq, int phy_addr, in fixed_phy_add() function
287 EXPORT_SYMBOL_GPL(fixed_phy_add);
328 ret = fixed_phy_add(irq, phy_addr, status, link_gpio); in fixed_phy_register()
/linux-4.4.14/arch/m68k/coldfire/
Dm5272.c129 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status, -1); in init_BSP()
/linux-4.4.14/arch/mips/bcm47xx/
Dsetup.c283 fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status, -1); in bcm47xx_register_bus_complete()
/linux-4.4.14/arch/mips/ar7/
Dplatform.c681 res = fixed_phy_add(PHY_POLL, cpmac_high.id, in ar7_register_devices()
695 res = fixed_phy_add(PHY_POLL, cpmac_low.id, &fixed_phy_status, -1); in ar7_register_devices()
/linux-4.4.14/Documentation/networking/
Dstmmac.txt257 fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status, -1);