Searched refs:phy_np (Results 1 – 4 of 4) sorted by relevance
/drivers/hdf_core/framework/model/network/common/netdevice/ |
D | net_device_impl.h | 58 struct device_node *phy_np,
|
D | net_device.c | 498 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/ |
D | net_device_adapter.c | 341 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/ |
D | net_device.h | 934 struct device_node *phy_np,
|