Searched refs:device_property_read_u8_array (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | property.h | 37 int device_property_read_u8_array(struct device *dev, const char *propname,127 	return device_property_read_u8_array(dev, propname, val, 1);  in device_property_read_u8()
 150 	return device_property_read_u8_array(dev, propname, NULL, 0);  in device_property_count_u8()
 
 | 
| /Linux-v5.4/drivers/pinctrl/qcom/ | 
| D | pinctrl-qdf2xxx.c | 70 	ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios,  in qdf2xxx_pinctrl_probe()
 | 
| /Linux-v5.4/drivers/base/ | 
| D | property.c | 78 int device_property_read_u8_array(struct device *dev, const char *propname,  in device_property_read_u8_array()  function83 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
 
 | 
| /Linux-v5.4/drivers/nfc/fdp/ | 
| D | i2c.c | 258 		r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME,  in fdp_nci_i2c_read_device_properties()
 | 
| /Linux-v5.4/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-platform.c | 404 	ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY,  in xgbe_platform_probe()
 | 
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | eeprom.c | 425 	res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom,  in tb_drom_copy_efi()
 | 
| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | cyttsp_core.c | 548 	ret = device_property_read_u8_array(dev, "bootloader-key",  in cyttsp_parse_properties()
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | rt5677.c | 5031 	device_property_read_u8_array(dev, "realtek,gpio-config",  in rt5677_read_device_properties()
 | 
| /Linux-v5.4/drivers/scsi/hisi_sas/ | 
| D | hisi_sas_main.c | 2485 	if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr,  in hisi_sas_get_fw_info()
 | 
| /Linux-v5.4/drivers/infiniband/hw/hns/ | 
| D | hns_roce_hw_v1.c | 4557 	ret = device_property_read_u8_array(dev, "node-guid",  in hns_roce_get_cfg()
 |