Searched refs:device_property_read_u8_array (Results 1 – 18 of 18) sorted by relevance
/linux-6.14.4/include/linux/ |
D | property.h | 41 int device_property_read_u8_array(const struct device *dev, const char *propname, 216 return device_property_read_u8_array(dev, propname, val, 1); in device_property_read_u8() 239 return device_property_read_u8_array(dev, propname, NULL, 0); in device_property_count_u8()
|
/linux-6.14.4/drivers/pinctrl/qcom/ |
D | pinctrl-qdf2xxx.c | 70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
|
/linux-6.14.4/drivers/hwmon/ |
D | mr75203.c | 638 ret = device_property_read_u8_array(dev, "moortec,vm-active-channels", in pvt_get_active_channel() 707 ret = device_property_read_u8_array(dev, "moortec,vm-pre-scaler-x2", in pvt_get_pre_scaler() 860 ret = device_property_read_u8_array(dev, "intel,vm-map", vm_idx, in mr75203_probe()
|
/linux-6.14.4/drivers/base/ |
D | property.c | 132 int device_property_read_u8_array(const struct device *dev, const char *propname, in device_property_read_u8_array() function 137 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
|
/linux-6.14.4/drivers/nfc/fdp/ |
D | i2c.c | 253 r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
|
/linux-6.14.4/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-platform.c | 364 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_platform_probe()
|
/linux-6.14.4/drivers/power/supply/ |
D | max17040_battery.c | 250 if (!device_property_read_u8_array(dev, "maxim,rcomp", in max17040_get_of_data()
|
D | cw2015_battery.c | 582 ret = device_property_read_u8_array(dev, in cw2015_parse_properties()
|
/linux-6.14.4/sound/soc/codecs/ |
D | rt1316-sdw.c | 583 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1316->bq_params, rt1316->bq_params… in rt1316_sdw_parse_dt()
|
D | rt1308-sdw.c | 611 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1308->bq_params, rt1308->bq_params… in rt1308_sdw_parse_dt()
|
D | adau1373.c | 1543 ret = device_property_read_u8_array(dev, "adi,drc-settings", in adau1373_parse_fw()
|
D | rt5677.c | 5234 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
|
/linux-6.14.4/drivers/thunderbolt/ |
D | eeprom.c | 477 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
|
/linux-6.14.4/drivers/input/touchscreen/ |
D | cyttsp_core.c | 565 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
|
/linux-6.14.4/drivers/video/fbdev/ |
D | ssd1307fb.c | 646 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
|
/linux-6.14.4/drivers/bluetooth/ |
D | hci_bcm.c | 1233 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
|
/linux-6.14.4/drivers/gpu/drm/solomon/ |
D | ssd130x.c | 1842 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
|
/linux-6.14.4/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2408 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()
|