Searched refs:fixed_phy_register (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dphy_fixed.h23 extern struct phy_device *fixed_phy_register(unsigned int irq,
42 static inline struct phy_device *fixed_phy_register(unsigned int irq, function
/linux-master/drivers/net/phy/
H A Dfixed_phy.c310 struct phy_device *fixed_phy_register(unsigned int irq, function
316 EXPORT_SYMBOL_GPL(fixed_phy_register); variable
/linux-master/drivers/net/mdio/
H A Dof_mdio.c462 return PTR_ERR_OR_ZERO(fixed_phy_register(PHY_POLL, &status, np));
477 phy_device_free(phydev); /* fixed_phy_register() */
/linux-master/drivers/net/dsa/
H A Ddsa_loop.c409 phydevs[i] = fixed_phy_register(PHY_POLL, &status, NULL);
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c624 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL);
/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac.c1450 phy_dev = fixed_phy_register(PHY_POLL, &fphy_status, NULL);
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1522 phydev = fixed_phy_register(PHY_POLL,
/linux-master/drivers/net/usb/
H A Dlan78xx.c2296 phydev = fixed_phy_register(PHY_POLL, &fphy_status, NULL);

Completed in 202 milliseconds