Searched refs:device_property_read_u64_array (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | property.h | 43 int device_property_read_u64_array(struct device *dev, const char *propname, 153 return device_property_read_u64_array(dev, propname, val, 1); in device_property_read_u64() 173 return device_property_read_u64_array(dev, propname, NULL, 0); in device_property_count_u64()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci.c | 4017 device_property_read_u64_array(mmc_dev(host->mmc), in __sdhci_read_caps() 4019 device_property_read_u64_array(mmc_dev(host->mmc), in __sdhci_read_caps()
|