Searched refs:device_property_read_u8_array (Results 1 – 18 of 18) sorted by relevance
/linux/include/linux/ |
A D | property.h | 38 int device_property_read_u8_array(struct device *dev, const char *propname, 136 return device_property_read_u8_array(dev, propname, val, 1); in device_property_read_u8() 159 return device_property_read_u8_array(dev, propname, NULL, 0); in device_property_count_u8()
|
/linux/drivers/pinctrl/qcom/ |
A D | pinctrl-qdf2xxx.c | 70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
|
/linux/drivers/base/ |
A D | property.c | 77 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() function 82 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
|
/linux/drivers/nfc/fdp/ |
A D | i2c.c | 252 r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-platform.c | 404 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_platform_probe()
|
/linux/drivers/power/supply/ |
A D | max17040_battery.c | 248 if (!device_property_read_u8_array(dev, "maxim,rcomp", in max17040_get_of_data()
|
A D | cw2015_battery.c | 581 ret = device_property_read_u8_array(dev, in cw2015_parse_properties()
|
/linux/drivers/thunderbolt/ |
A D | eeprom.c | 454 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
|
/linux/drivers/hwmon/ |
A D | mr75203.c | 594 ret = device_property_read_u8_array(dev, "intel,vm-map", in mr75203_probe()
|
/linux/drivers/input/touchscreen/ |
A D | cyttsp_core.c | 567 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
|
/linux/drivers/video/fbdev/ |
A D | ssd1307fb.c | 699 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
|
/linux/drivers/bluetooth/ |
A D | hci_bcm.c | 1173 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
|
/linux/drivers/scsi/hisi_sas/ |
A D | hisi_sas_main.c | 2603 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()
|
/linux/sound/soc/codecs/ |
A D | rt5677.c | 5265 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
|
/linux/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v1.c | 4511 ret = device_property_read_u8_array(dev, "node-guid", in hns_roce_get_cfg()
|
/linux/ |
A D | vmlinux.symvers | 5589 0x00000000 device_property_read_u8_array vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31173 ffff800010808970 T device_property_read_u8_array
|
A D | .tmp_System.map | 31173 ffff800010808970 T device_property_read_u8_array
|
Completed in 338 milliseconds