Home
last modified time | relevance | path

Searched refs:of_phy_attach (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dof_mdio.h22 struct phy_device *of_phy_attach(struct net_device *dev,
53 static inline struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() function
/linux-4.4.14/drivers/of/
Dof_mdio.c258 struct phy_device *of_phy_attach(struct net_device *dev, in of_phy_attach() function
275 EXPORT_SYMBOL(of_phy_attach);
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c765 phy_dev = of_phy_attach(ndev, h->phy_node, 0, h->phy_if); in hns_nic_init_phy()