Searched refs:nvmem_device_read (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | nvmem-consumer.h | 74 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset, 204 static inline int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read() function
|
| /linux/drivers/soc/ti/ |
| H A D | pm33xx.c | 458 nvmem_device_read(nvmem, RTC_SCRATCH_MAGIC_REG * 4, in am33xx_pm_rtc_setup()
|
| /linux/drivers/misc/keba/ |
| H A D | cp500.c | 585 ret = nvmem_device_read(nvmem->base_nvmem, nvmem->offset + offset, in cp500_nvmem_read() 725 ret = nvmem_device_read(nvmem, CP500_EEPROM_DA_OFFSET, sizeof(esc_type), in cp500_nvmem()
|
| /linux/Documentation/driver-api/ |
| H A D | nvmem.rst | 125 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
|
| /linux/drivers/nvmem/ |
| H A D | core.c | 2062 int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read() function 2078 EXPORT_SYMBOL_GPL(nvmem_device_read);
|
| /linux/arch/mips/pci/ |
| H A D | pci-xtalk-bridge.c | 582 ret = nvmem_device_read(nvmem, 0, 64, prom); in bridge_get_partnum()
|
| /linux/drivers/net/ethernet/sgi/ |
| H A D | ioc3-eth.c | 211 ret = nvmem_device_read(nvmem, 0, 16, prom); in ioc3eth_get_mac_addr()
|