Home
last modified time | relevance | path

Searched refs:nvmem_device_read (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnvmem-consumer.h75 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
184 static inline int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read() function
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dnvmem.c28 return nvmem_device_read(attr->private, off, count, buf); in rtc_nvram_read()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-mityomapl138.c136 ret = nvmem_device_read(nvmem, 0, sizeof(factory_config), in read_factory_config()
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dpm33xx.c469 nvmem_device_read(nvmem, RTC_SCRATCH_MAGIC_REG * 4, in am33xx_pm_rtc_setup()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dnvmem.rst135 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Dcore.c1539 int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read() function
1555 EXPORT_SYMBOL_GPL(nvmem_device_read);
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-xtalk-bridge.c581 ret = nvmem_device_read(nvmem, 0, 64, prom); in bridge_get_partnum()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo995 nvmem_device_read
H A Dabi_gki_aarch64_generic1217 nvmem_device_read
H A Dabi_gki_aarch64_qcom1548 nvmem_device_read
H A Dabi_gki_aarch64_mtk1358 nvmem_device_read
H A Dabi_gki_aarch64_oplus1696 nvmem_device_read
H A Dabi_gki_aarch64_galaxy2746 nvmem_device_read
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sgi/
H A Dioc3-eth.c211 ret = nvmem_device_read(nvmem, 0, 16, prom); in ioc3eth_get_mac_addr()