Searched refs:device_property_read_u64 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/soc/loongson/ |
H A D | loongson2_pm.c | 177 if (!device_property_read_u64(dev, "loongson,suspend-address", &suspend_addr)) in loongson2_pm_probe()
|
/openbmc/linux/drivers/watchdog/ |
H A D | sp805_wdt.c | 253 device_property_read_u64(&adev->dev, "clock-frequency", &rate); in sp805_wdt_probe()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | tsc2007_core.c | 238 if (!device_property_read_u64(dev, "ti,poll-period", &val64)) in tsc2007_probe_properties()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-hisi.c | 478 ret = device_property_read_u64(dev, "clk_rate", &clk_rate_hz); in hisi_i2c_probe()
|
/openbmc/linux/include/linux/ |
H A D | property.h | 215 static inline int device_property_read_u64(const struct device *dev, in device_property_read_u64() function
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci.c | 4125 device_property_read_u64(mmc_dev(host->mmc), in __sdhci_read_caps() 4127 device_property_read_u64(mmc_dev(host->mmc), in __sdhci_read_caps()
|