Searched refs:fixed_phy_register (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/include/linux/ |
| D | phy_fixed.h | 18 extern struct phy_device *fixed_phy_register(unsigned int irq, 36 static inline struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function
|
| /linux-4.4.14/drivers/of/ |
| D | of_mdio.c | 326 phy = fixed_phy_register(PHY_POLL, &status, -1, np); in of_phy_register_fixed_link() 348 phy = fixed_phy_register(PHY_POLL, &status, link_gpio, np); in of_phy_register_fixed_link() 360 phy = fixed_phy_register(PHY_POLL, &status, -1, np); in of_phy_register_fixed_link()
|
| /linux-4.4.14/drivers/net/phy/ |
| D | fixed_phy.c | 309 struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function 373 EXPORT_SYMBOL_GPL(fixed_phy_register);
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
| D | bcmmii.c | 606 phydev = fixed_phy_register(PHY_POLL, &fphy_status, -1, NULL); in bcmgenet_mii_pd_init()
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/ |
| D | bgmac.c | 1450 phy_dev = fixed_phy_register(PHY_POLL, &fphy_status, -1, NULL); in bgmac_fixed_phy_register()
|