Searched refs:device_property_read_u32_array (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/linux/ |
H A 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); device_property_read_u32()
|
/linux-4.1.27/drivers/base/ |
H A D | property.c | 189 * device_property_read_u32_array - return a u32 array property of a device 205 int device_property_read_u32_array(struct device *dev, const char *propname, device_property_read_u32_array() function 210 EXPORT_SYMBOL_GPL(device_property_read_u32_array); variable
|
/linux-4.1.27/drivers/net/phy/ |
H A D | amd-xgbe-phy.c | 1693 ret = device_property_read_u32_array(phy_dev, amd_xgbe_phy_probe() 1708 ret = device_property_read_u32_array(phy_dev, amd_xgbe_phy_probe() 1723 ret = device_property_read_u32_array(phy_dev, amd_xgbe_phy_probe() 1738 ret = device_property_read_u32_array(phy_dev, amd_xgbe_phy_probe() 1753 ret = device_property_read_u32_array(phy_dev, amd_xgbe_phy_probe() 1769 ret = device_property_read_u32_array(phy_dev, amd_xgbe_phy_probe()
|
Completed in 114 milliseconds