Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dproperty.h41 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 Dpinctrl-qdf2xxx.c70 ret = device_property_read_u8_array(&pdev->dev, "gpios", gpios, in qdf2xxx_pinctrl_probe()
/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()
/linux/drivers/base/
H A Dproperty.c132 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 Di2c.c253 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 Dmax17040_battery.c250 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()
/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c565 ret = device_property_read_u8_array(dev, "bootloader-key", in cyttsp_parse_properties()
/linux/drivers/video/fbdev/
H A Dssd1307fb.c646 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd1307fb_probe()
/linux/drivers/bluetooth/
H A Dhci_bcm.c1233 device_property_read_u8_array(bdev->dev, "brcm,bt-pcm-int-params", in bcm_of_probe()
H A Dbtnxpuart.c1806 device_property_read_u8_array(&nxpdev->serdev->dev, in nxp_serdev_probe()
/linux/drivers/gpu/drm/solomon/
H A Dssd130x.c1842 if (!device_property_read_u8_array(dev, "solomon,lookup-table", in ssd130x_parse_properties()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c2418 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 Drt5677.c5236 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
/linux/drivers/usb/dwc3/
H A Dgadget.c3426 ret = device_property_read_u8_array(dwc->dev, propname, eps, min(num, count)); in dwc3_gadget_get_reserved_endpoints()