Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
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); in device_property_read_u8()
/linux-4.4.14/drivers/base/
Dproperty.c161 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() function
166 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
662 int ret = device_property_read_u8_array(dev, name, addr, alen); in device_get_mac_addr()
/linux-4.4.14/drivers/nfc/fdp/
Di2c.c267 r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c470 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_probe()
/linux-4.4.14/sound/soc/codecs/
Drt5677.c5057 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()