Searched refs:fixed_phy_register (Results 1 – 5 of 5) sorted by relevance
| /linux-4.1.27/include/linux/ |
| D | phy_fixed.h | 17 extern struct phy_device *fixed_phy_register(unsigned int irq, 33 static inline struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function
|
| /linux-4.1.27/drivers/of/ |
| D | of_mdio.c | 302 phy = fixed_phy_register(PHY_POLL, &status, np); in of_phy_register_fixed_link() 319 phy = fixed_phy_register(PHY_POLL, &status, np); in of_phy_register_fixed_link() 331 phy = fixed_phy_register(PHY_POLL, &status, np); in of_phy_register_fixed_link()
|
| /linux-4.1.27/drivers/net/phy/ |
| D | fixed_phy.c | 267 struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function 308 EXPORT_SYMBOL_GPL(fixed_phy_register);
|
| /linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
| D | bcmmii.c | 526 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in bcmgenet_mii_pd_init()
|
| /linux-4.1.27/drivers/net/ethernet/broadcom/ |
| D | bgmac.c | 1450 phy_dev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in bgmac_fixed_phy_register()
|