Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dproperty.h43 int device_property_read_u8_array(const struct device *dev, const char *propname,
166 return device_property_read_u8_array(dev, propname, val, 1); in device_property_read_u8()
189 return device_property_read_u8_array(dev, propname, NULL, 0); in device_property_count_u8()
/linux-6.6.21/drivers/pinctrl/qcom/
Dpinctrl-qdf2xxx.c70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
/linux-6.6.21/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.6.21/drivers/base/
Dproperty.c93 int device_property_read_u8_array(const struct device *dev, const char *propname, in device_property_read_u8_array() function
98 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
/linux-6.6.21/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.6.21/drivers/net/ethernet/amd/xgbe/
Dxgbe-platform.c404 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_platform_probe()
/linux-6.6.21/drivers/power/supply/
Dmax17040_battery.c248 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.6.21/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()
Drt5677.c5234 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
/linux-6.6.21/drivers/thunderbolt/
Deeprom.c454 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
/linux-6.6.21/drivers/input/touchscreen/
Dcyttsp_core.c566 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
/linux-6.6.21/drivers/video/fbdev/
Dssd1307fb.c654 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
/linux-6.6.21/drivers/gpu/drm/solomon/
Dssd130x.c965 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
/linux-6.6.21/drivers/bluetooth/
Dhci_bcm.c1242 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
/linux-6.6.21/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2349 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()