Searched refs:device_property_read_u8_array (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | mr75203.c | 636 ret = device_property_read_u8_array(dev, "moortec,vm-active-channels", in pvt_get_active_channel() 705 ret = device_property_read_u8_array(dev, "moortec,vm-pre-scaler-x2", in pvt_get_pre_scaler() 858 ret = device_property_read_u8_array(dev, "intel,vm-map", vm_idx, in mr75203_probe()
|
| /linux/drivers/base/ |
| H A D | property.c | 140 int device_property_read_u8_array(const struct device *dev, const char *propname, in device_property_read_u8_array() function 145 EXPORT_SYMBOL_GPL(device_property_read_u8_array);
|
| /linux/drivers/nfc/fdp/ |
| H A D | i2c.c | 280 r = device_property_read_u8_array(dev, FDP_DP_FW_VSC_CFG_NAME, in fdp_nci_i2c_read_device_properties()
|
| /linux/drivers/input/touchscreen/ |
| H A D | apple_z2.c | 208 error = device_property_read_u8_array(&z2->spidev->dev, CAL_PROP_NAME, in apple_z2_build_cal_blob()
|
| /linux/sound/soc/codecs/ |
| H A D | rt1316-sdw.c | 581 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1316->bq_params, rt1316->bq_params… in rt1316_sdw_parse_dt()
|
| H A D | rt1308-sdw.c | 609 …ret = device_property_read_u8_array(dev, "realtek,bq-params", rt1308->bq_params, rt1308->bq_params… in rt1308_sdw_parse_dt()
|
| H A D | rt5677.c | 5252 device_property_read_u8_array(dev, "realtek,gpio-config", in rt5677_read_device_properties()
|
| /linux/drivers/thunderbolt/ |
| H A D | eeprom.c | 486 res = device_property_read_u8_array(dev, "ThunderboltDROM", sw->drom, in tb_drom_copy_efi()
|
| /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/drivers/usb/dwc3/ |
| H A D | gadget.c | 3450 ret = device_property_read_u8_array(dwc->dev, propname, eps, min(num, count)); in dwc3_gadget_get_reserved_endpoints()
|