Searched refs:device_property_read_u32_array (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
H A 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); device_property_read_u32()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-main.c | 515 ret = device_property_read_u32_array(phy_dev, xgbe_probe() 530 ret = device_property_read_u32_array(phy_dev, xgbe_probe() 545 ret = device_property_read_u32_array(phy_dev, xgbe_probe() 560 ret = device_property_read_u32_array(phy_dev, xgbe_probe() 575 ret = device_property_read_u32_array(phy_dev, xgbe_probe() 590 ret = device_property_read_u32_array(phy_dev, xgbe_probe()
|
/linux-4.4.14/drivers/base/ |
H A D | property.c | 194 * device_property_read_u32_array - return a u32 array property of a device 211 int device_property_read_u32_array(struct device *dev, const char *propname, device_property_read_u32_array() function 216 EXPORT_SYMBOL_GPL(device_property_read_u32_array); variable
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | nau8825.c | 1148 device_property_read_u32_array(dev, "nuvoton,sar-threshold", nau8825_read_device_properties()
|
Completed in 135 milliseconds