Searched refs:device_property_read_u8_array (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
H A Dproperty.h37 int device_property_read_u8_array(struct device *dev, const char *propname,
93 return device_property_read_u8_array(dev, propname, val, 1); device_property_read_u8()
/linux-4.4.14/drivers/nfc/fdp/
H A Di2c.c267 r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME, fdp_nci_i2c_read_device_properties()
/linux-4.4.14/drivers/base/
H A Dproperty.c144 * device_property_read_u8_array - return a u8 array property of a device
161 int device_property_read_u8_array(struct device *dev, const char *propname, device_property_read_u8_array() function
166 EXPORT_SYMBOL_GPL(device_property_read_u8_array); variable
662 int ret = device_property_read_u8_array(dev, name, addr, alen); device_get_mac_addr()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c470 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, xgbe_probe()
/linux-4.4.14/sound/soc/codecs/
H A Drt5677.c5057 device_property_read_u8_array(dev, "realtek,gpio-config", rt5677_read_device_properties()

Completed in 260 milliseconds