Home
last modified time | relevance | path

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

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