Lines Matching refs:nvmem
43 nvmem configuration to nvmem_register(), on success core would return a valid
46 nvmem_unregister(nvmem) is used to unregister a previously registered provider.
59 nvmem = nvmem_register(&econfig);
66 Users of board files can define and register nvmem cells using the
85 Additionally it is possible to create nvmem cell lookup entries and register
86 them with the nvmem framework from machine code as shown in the example below::
118 `*nvmem_cell_get()` apis will get a reference to nvmem cell for a given id,
134 void nvmem_device_put(struct nvmem_device *nvmem);
135 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
137 int nvmem_device_write(struct nvmem_device *nvmem, unsigned int offset,
139 int nvmem_device_cell_read(struct nvmem_device *nvmem,
141 int nvmem_device_cell_write(struct nvmem_device *nvmem,
159 void nvmem_device_put(struct nvmem_device *nvmem);
160 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem);
174 /sys/bus/nvmem/devices/*/nvmem
178 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
191 See Documentation/devicetree/bindings/nvmem/nvmem.txt