Searched refs:device_property_read_u32_array (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
D | property.h | 35 int device_property_read_u32_array(struct device *dev, const char *propname, 95 return device_property_read_u32_array(dev, propname, val, 1); in device_property_read_u32()
|
/linux-4.1.27/drivers/base/ |
D | property.c | 205 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() function 210 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
|
/linux-4.1.27/drivers/net/phy/ |
D | amd-xgbe-phy.c | 1693 ret = device_property_read_u32_array(phy_dev, in amd_xgbe_phy_probe() 1708 ret = device_property_read_u32_array(phy_dev, in amd_xgbe_phy_probe() 1723 ret = device_property_read_u32_array(phy_dev, in amd_xgbe_phy_probe() 1738 ret = device_property_read_u32_array(phy_dev, in amd_xgbe_phy_probe() 1753 ret = device_property_read_u32_array(phy_dev, in amd_xgbe_phy_probe() 1769 ret = device_property_read_u32_array(phy_dev, in amd_xgbe_phy_probe()
|