Searched refs:fixed_phy_register (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| A D | phy_fixed.h | 23 extern struct phy_device *fixed_phy_register(unsigned int irq, 42 static inline struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function
|
| /linux/drivers/net/phy/ |
| A D | fixed_phy.c | 310 struct phy_device *fixed_phy_register(unsigned int irq, in fixed_phy_register() function 316 EXPORT_SYMBOL_GPL(fixed_phy_register);
|
| /linux/drivers/net/mdio/ |
| A D | of_mdio.c | 461 return PTR_ERR_OR_ZERO(fixed_phy_register(PHY_POLL, &status, np)); in of_phy_register_fixed_link()
|
| /linux/drivers/net/dsa/ |
| A D | dsa_loop.c | 409 phydevs[i] = fixed_phy_register(PHY_POLL, &status, NULL); in dsa_loop_init()
|
| /linux/drivers/net/ethernet/broadcom/genet/ |
| A D | bcmmii.c | 628 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in bcmgenet_mii_pd_init()
|
| /linux/drivers/net/ethernet/broadcom/ |
| A D | bgmac.c | 1450 phy_dev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in bgmac_phy_connect_direct()
|
| /linux/drivers/net/ethernet/faraday/ |
| A D | ftgmac100.c | 1909 phydev = fixed_phy_register(PHY_POLL, &ncsi_phy_status, np); in ftgmac100_probe()
|
| /linux/drivers/net/usb/ |
| A D | lan78xx.c | 2291 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL); in lan7801_phy_init()
|
Completed in 29 milliseconds