Searched refs:device_property_read_u8_array (Results 1 – 15 of 15) sorted by relevance
/linux/include/linux/ |
H A D | property.h | 41 int device_property_read_u8_array(const struct device *dev, const char *propname, 241 return device_property_read_u8_array(dev, propname, val, 1); in device_property_read_u8() 264 return device_property_read_u8_array(dev, propname, NULL, 0); in device_property_count_u8()
|
/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-qdf2xxx.c | 70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
|
/linux/drivers/hwmon/ |
H A 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/drivers/base/ |
H A D | property.c | 132 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/drivers/nfc/fdp/ |
H A 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/drivers/power/supply/ |
H A D | max17040_battery.c | 250 if (!device_property_read_u8_array(dev, "maxim,rcomp", in max17040_get_of_data()
|
H A D | cw2015_battery.c | 582 ret = device_property_read_u8_array(dev, in cw2015_parse_properties()
|
/linux/drivers/input/touchscreen/ |
H A D | cyttsp_core.c | 565 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
|
/linux/drivers/video/fbdev/ |
H A D | ssd1307fb.c | 646 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
|
/linux/drivers/bluetooth/ |
H A D | hci_bcm.c | 1233 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
|
H A D | btnxpuart.c | 1806 device_property_read_u8_array(&nxpdev->serdev->dev, in nxp_serdev_probe()
|
/linux/drivers/gpu/drm/solomon/ |
H A D | ssd130x.c | 1842 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
|
/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_main.c | 2418 if (device_property_read_u8_array(dev, "sas-addr", hisi_hba->sas_addr, in hisi_sas_get_fw_info()
|
/linux/sound/soc/codecs/ |
H A D | rt5677.c | 5236 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
|
/linux/drivers/usb/dwc3/ |
H A D | gadget.c | 3426 ret = device_property_read_u8_array(dwc->dev, propname, eps, min(num, count)); in dwc3_gadget_get_reserved_endpoints()
|