Searched refs:device_property_read_u32_array (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
H A Dproperty.h35 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 Dproperty.c189 * 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 Damd-xgbe-phy.c1693 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