Home
last modified time | relevance | path

Searched refs:device_property_read_u32_array (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c515 ret = device_property_read_u32_array(phy_dev, in xgbe_probe()
530 ret = device_property_read_u32_array(phy_dev, in xgbe_probe()
545 ret = device_property_read_u32_array(phy_dev, in xgbe_probe()
560 ret = device_property_read_u32_array(phy_dev, in xgbe_probe()
575 ret = device_property_read_u32_array(phy_dev, in xgbe_probe()
590 ret = device_property_read_u32_array(phy_dev, in xgbe_probe()
/linux-4.4.14/include/linux/
Dproperty.h41 int device_property_read_u32_array(struct device *dev, const char *propname,
105 return device_property_read_u32_array(dev, propname, val, 1); in device_property_read_u32()
/linux-4.4.14/drivers/base/
Dproperty.c211 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() function
216 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
/linux-4.4.14/sound/soc/codecs/
Dnau8825.c1148 device_property_read_u32_array(dev, "nuvoton,sar-threshold", in nau8825_read_device_properties()