Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dproperty.h31 int device_property_read_u8_array(struct device *dev, const char *propname,
83 return device_property_read_u8_array(dev, propname, val, 1); in device_property_read_u8()
/linux-4.1.27/drivers/base/
Dproperty.c157 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() function
162 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c333 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_probe()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c842 ret = device_property_read_u8_array(dev, "local-mac-address", addr, 6); in xgene_get_mac_address()
844 ret = device_property_read_u8_array(dev, "mac-address", in xgene_get_mac_address()