Searched refs:of_phyconnect (Results 1 – 3 of 3) sorted by relevance
57 struct phy_device *(*of_phyconnect)(struct NetDeviceImpl *impl, member
505 if (ndImpl != NULL && ndImpl->interFace != NULL && ndImpl->interFace->of_phyconnect != NULL) { in NetIfOfPhyConnect()506 return ndImpl->interFace->of_phyconnect(ndImpl, phy_np, hndlr, 0, iface); in NetIfOfPhyConnect()
446 .of_phyconnect = NetDevOfPhyConnect,