Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dproperty.h44 int device_property_read_u8_array(struct device *dev, const char *propname,
155 return device_property_read_u8_array(dev, propname, val, 1); in device_property_read_u8()
178 return device_property_read_u8_array(dev, propname, NULL, 0); in device_property_count_u8()
/linux-6.3-rc2/drivers/pinctrl/qcom/
A Dpinctrl-qdf2xxx.c70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
/linux-6.3-rc2/drivers/hwmon/
A 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.3-rc2/drivers/base/
A Dproperty.c89 int device_property_read_u8_array(struct device *dev, const char *propname, in device_property_read_u8_array() function
94 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
/linux-6.3-rc2/drivers/nfc/fdp/
A Di2c.c253 r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
/linux-6.3-rc2/drivers/net/ethernet/amd/xgbe/
A Dxgbe-platform.c404 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_platform_probe()
/linux-6.3-rc2/drivers/power/supply/
A Dmax17040_battery.c248 if (!device_property_read_u8_array(dev, "maxim,rcomp", in max17040_get_of_data()
A Dcw2015_battery.c582 ret = device_property_read_u8_array(dev, in cw2015_parse_properties()
/linux-6.3-rc2/drivers/thunderbolt/
A Deeprom.c454 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
/linux-6.3-rc2/sound/soc/codecs/
A Drt1316-sdw.c599 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1316->bq_params, rt1316->bq_params… in rt1316_sdw_parse_dt()
A Drt1308-sdw.c630 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1308->bq_params, rt1308->bq_params… in rt1308_sdw_parse_dt()
A Drt5677.c5264 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
/linux-6.3-rc2/drivers/input/touchscreen/
A Dcyttsp_core.c566 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
/linux-6.3-rc2/drivers/video/fbdev/
A Dssd1307fb.c698 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
/linux-6.3-rc2/drivers/gpu/drm/solomon/
A Dssd130x.c821 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
/linux-6.3-rc2/drivers/bluetooth/
A Dhci_bcm.c1220 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
/linux-6.3-rc2/drivers/scsi/hisi_sas/
A Dhisi_sas_main.c2269 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()

Completed in 42 milliseconds