Searched refs:device_property_read_u8_array (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | property.h | 37 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 D | i2c.c | 267 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 D | property.c | 144 * 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 D | xgbe-main.c | 470 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, xgbe_probe()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | rt5677.c | 5057 device_property_read_u8_array(dev, "realtek,gpio-config", rt5677_read_device_properties()
|
Completed in 212 milliseconds