Searched refs:fixed_phy_add (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | phy_fixed.h | 15 extern int fixed_phy_add(unsigned int irq, int phy_id, 28 static inline int fixed_phy_add(unsigned int irq, int phy_id, in fixed_phy_add() function
|
/linux-4.1.27/drivers/net/phy/ |
D | fixed_phy.c | 217 int fixed_phy_add(unsigned int irq, int phy_addr, in fixed_phy_add() function 247 EXPORT_SYMBOL_GPL(fixed_phy_add); 285 ret = fixed_phy_add(PHY_POLL, phy_addr, status); in fixed_phy_register()
|
/linux-4.1.27/arch/m68k/coldfire/ |
D | m5272.c | 129 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status); in init_BSP()
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | setup.c | 269 fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status); in bcm47xx_register_bus_complete()
|
/linux-4.1.27/arch/mips/ar7/ |
D | platform.c | 682 res = fixed_phy_add(PHY_POLL, cpmac_high.id, &fixed_phy_status); in ar7_register_devices() 695 res = fixed_phy_add(PHY_POLL, cpmac_low.id, &fixed_phy_status); in ar7_register_devices()
|
/linux-4.1.27/Documentation/networking/ |
D | stmmac.txt | 265 fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status));)
|