Searched refs:fixed_phy_add (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | phy_fixed.h | 16 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-v4.19/drivers/net/phy/ |
D | fixed_phy.c | 118 int fixed_phy_add(unsigned int irq, int phy_addr, in fixed_phy_add() function 160 EXPORT_SYMBOL_GPL(fixed_phy_add); 199 ret = fixed_phy_add(irq, phy_addr, status, link_gpio); in fixed_phy_register()
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | m5272.c | 130 fixed_phy_add(PHY_POLL, 0, &nettel_fixed_phy_status, -1); in init_BSP()
|
/Linux-v4.19/arch/mips/bcm47xx/ |
D | setup.c | 246 fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status, -1); in bcm47xx_register_bus_complete()
|
/Linux-v4.19/arch/mips/ar7/ |
D | platform.c | 685 res = fixed_phy_add(PHY_POLL, cpmac_high.id, in ar7_register_devices() 699 res = fixed_phy_add(PHY_POLL, cpmac_low.id, &fixed_phy_status, -1); in ar7_register_devices()
|
/Linux-v4.19/Documentation/networking/ |
D | stmmac.txt | 270 fixed_phy_add(PHY_POLL, 1, &stmmac0_fixed_phy_status, -1);
|