Home
last modified time | relevance | path

Searched refs:phy_np (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device_impl.h58 struct device_node *phy_np,
Dnet_device.c498 struct device_node *phy_np, in NetIfOfPhyConnect() argument
506 return ndImpl->interFace->of_phyconnect(ndImpl, phy_np, hndlr, 0, iface); in NetIfOfPhyConnect()
/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnet_device_adapter.c341 static struct phy_device *NetDevOfPhyConnect(struct NetDeviceImpl *impl, struct device_node *phy_np, in NetDevOfPhyConnect() argument
346 phy = of_phy_connect(ndev, phy_np, hndlr, 0, iface); in NetDevOfPhyConnect()
/drivers/hdf_core/framework/include/net/
Dnet_device.h934 struct device_node *phy_np,