device_get_phy_mode
EXPORT_SYMBOL_GPL(device_get_phy_mode);
phy_mode = device_get_phy_mode(dev);
pdata->phy_mode = device_get_phy_mode(dev);
if (device_get_phy_mode(&pdev->dev) == PHY_INTERFACE_MODE_INTERNAL)
int phy_mode = device_get_phy_mode(kdev);
phy_interface = device_get_phy_mode(dev);
ret = device_get_phy_mode(&pdev->dev);
phy_mode = device_get_phy_mode(&pdev->dev);
int device_get_phy_mode(struct device *dev);