Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dproperty.h41 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/
Dpinctrl-qdf2xxx.c70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
/linux-6.14.4/drivers/hwmon/
Dmr75203.c638 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/
Dproperty.c132 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/
Di2c.c253 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/
Dxgbe-platform.c364 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_platform_probe()
/linux-6.14.4/drivers/power/supply/
Dmax17040_battery.c250 if (!device_property_read_u8_array(dev, "maxim,rcomp", in max17040_get_of_data()
Dcw2015_battery.c582 ret = device_property_read_u8_array(dev, in cw2015_parse_properties()
/linux-6.14.4/sound/soc/codecs/
Drt1316-sdw.c583 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1316->bq_params, rt1316->bq_params… in rt1316_sdw_parse_dt()
Drt1308-sdw.c611 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1308->bq_params, rt1308->bq_params… in rt1308_sdw_parse_dt()
Dadau1373.c1543 ret = device_property_read_u8_array(dev, "adi,drc-settings", in adau1373_parse_fw()
Drt5677.c5234 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
/linux-6.14.4/drivers/thunderbolt/
Deeprom.c477 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
/linux-6.14.4/drivers/input/touchscreen/
Dcyttsp_core.c565 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
/linux-6.14.4/drivers/video/fbdev/
Dssd1307fb.c646 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
/linux-6.14.4/drivers/bluetooth/
Dhci_bcm.c1233 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
/linux-6.14.4/drivers/gpu/drm/solomon/
Dssd130x.c1842 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
/linux-6.14.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2408 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()