Searched refs:device_property_read_u64_array (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | property.h | 43 int device_property_read_u64_array(struct device *dev, const char *propname, 150 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64() 170 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | property.h | 49 int device_property_read_u64_array(const struct device *dev, const char *propname, 184 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64() 204 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
|
| /kernel/linux/linux-6.6/drivers/base/ |
| D | property.c | 177 int device_property_read_u64_array(const struct device *dev, const char *propname, in device_property_read_u64_array() function 182 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | property.c | 153 int device_property_read_u64_array(struct device *dev, const char *propname, in device_property_read_u64_array() function 158 EXPORT_SYMBOL_GPL(device_property_read_u64_array);
|
| /kernel/linux/linux-6.6/drivers/platform/mellanox/ |
| D | mlxbf-pmc.c | 1356 ret = device_property_read_u64_array(dev, pmc->block_name[i], in mlxbf_pmc_map_counters()
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | sdhci.c | 4070 device_property_read_u64_array(mmc_dev(host->mmc), in __sdhci_read_caps() 4072 device_property_read_u64_array(mmc_dev(host->mmc), in __sdhci_read_caps()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 14948 - device_property_read_u64_array(mmc_dev(host->mmc), 14950 - device_property_read_u64_array(mmc_dev(host->mmc),
|