Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dproperty.h286 int device_get_phy_mode(struct device *dev);
/Linux-v4.19/drivers/base/
Dproperty.c1250 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
1254 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/Linux-v4.19/drivers/net/ethernet/apm/xgene-v2/
Dmain.c56 phy_mode = device_get_phy_mode(dev); in xge_get_resources()
/Linux-v4.19/drivers/net/ethernet/socionext/
Dnetsec.c1580 priv->phy_interface = device_get_phy_mode(&pdev->dev); in netsec_probe()
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmsc911x.c2389 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()
/Linux-v4.19/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1756 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()