Searched refs:device_property_read_u8_array (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/include/linux/ |
D | property.h | 43 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/ |
D | pinctrl-qdf2xxx.c | 70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
|
/linux-6.6.21/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.6.21/drivers/base/ |
D | property.c | 93 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/ |
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.6.21/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-platform.c | 404 ret = device_property_read_u8_array(dev, XGBE_MAC_ADDR_PROPERTY, in xgbe_platform_probe()
|
/linux-6.6.21/drivers/power/supply/ |
D | max17040_battery.c | 248 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.6.21/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 | rt5677.c | 5234 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
|
/linux-6.6.21/drivers/thunderbolt/ |
D | eeprom.c | 454 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
|
/linux-6.6.21/drivers/input/touchscreen/ |
D | cyttsp_core.c | 566 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
|
/linux-6.6.21/drivers/video/fbdev/ |
D | ssd1307fb.c | 654 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
|
/linux-6.6.21/drivers/gpu/drm/solomon/ |
D | ssd130x.c | 965 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
|
/linux-6.6.21/drivers/bluetooth/ |
D | hci_bcm.c | 1242 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
|
/linux-6.6.21/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 2349 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()
|