Searched refs:device_property_read_u32_array (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-main.c | 515 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/ |
D | property.h | 41 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/ |
D | property.c | 211 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/ |
D | nau8825.c | 1148 device_property_read_u32_array(dev, "nuvoton,sar-threshold", in nau8825_read_device_properties()
|