Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dproperty.c638 int device_get_phy_mode(struct device *dev) in device_get_phy_mode() function
656 EXPORT_SYMBOL_GPL(device_get_phy_mode);
/linux-4.4.14/include/linux/
Dproperty.h181 int device_get_phy_mode(struct device *dev);
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1231 pdata->phy_mode = device_get_phy_mode(dev); in xgene_enet_get_resources()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmsc911x.c2370 phy_interface = device_get_phy_mode(dev); in smsc911x_probe_config()