Searched refs:nvmem_device_read (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/linux/ |
D | nvmem-consumer.h | 73 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset, 173 static inline int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read() function
|
/Linux-v5.4/drivers/rtc/ |
D | nvmem.c | 28 return nvmem_device_read(attr->private, off, count, buf); in rtc_nvram_read()
|
/Linux-v5.4/drivers/soc/ti/ |
D | pm33xx.c | 424 nvmem_device_read(nvmem, RTC_SCRATCH_MAGIC_REG * 4, in am33xx_pm_rtc_setup()
|
/Linux-v5.4/arch/arm/mach-davinci/ |
D | board-mityomapl138.c | 136 ret = nvmem_device_read(nvmem, 0, sizeof(factory_config), in read_factory_config()
|
/Linux-v5.4/drivers/nvmem/ |
D | core.c | 1224 int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read() function 1240 EXPORT_SYMBOL_GPL(nvmem_device_read);
|
/Linux-v5.4/Documentation/driver-api/ |
D | nvmem.rst | 133 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
|