Home
last modified time | relevance | path

Searched refs:device_get_phy_mode (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/base/
Dproperty.c797 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
801 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/Linux-v5.4/include/linux/
Dproperty.h332 int device_get_phy_mode(struct device *dev);
/Linux-v5.4/drivers/net/ethernet/apm/xgene-v2/
Dmain.c44 phy_mode = device_get_phy_mode(dev); in xge_get_resources()
/Linux-v5.4/drivers/net/ethernet/socionext/
Dnetsec.c1993 priv->phy_interface = device_get_phy_mode(&pdev->dev); in netsec_probe()
/Linux-v5.4/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1739 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()
/Linux-v5.4/drivers/net/ethernet/smsc/
Dsmsc911x.c2377 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()