Searched refs:device_property_read_string (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/base/ |
D | property.c | 274 int device_property_read_string(struct device *dev, const char *propname, in device_property_read_string() function 279 EXPORT_SYMBOL_GPL(device_property_read_string);
|
/linux-4.1.27/include/linux/ |
D | property.h | 41 int device_property_read_string(struct device *dev, const char *propname,
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 344 ret = device_property_read_string(dev, XGBE_PHY_MODE_PROPERTY, in xgbe_probe()
|
/linux-4.1.27/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 857 ret = device_property_read_string(dev, "phy-connection-type", in xgene_get_phy_mode() 860 ret = device_property_read_string(dev, "phy-mode", in xgene_get_phy_mode()
|