Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h57 struct phy_device *(*of_phyconnect)(struct NetDeviceImpl *impl, member
H A Dnet_device.c505 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()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c446 .of_phyconnect = NetDevOfPhyConnect,