Lines Matching refs:nvmem
41 nvmem configuration to nvmem_register(), on success core would return a valid
44 nvmem_unregister(nvmem) is used to unregister a previously registered provider.
62 Users of board files can define and register nvmem cells using the
81 Additionally it is possible to create nvmem cell lookup entries and register
82 them with the nvmem framework from machine code as shown in the example below::
114 `*nvmem_cell_get()` apis will get a reference to nvmem cell for a given id,
130 void nvmem_device_put(struct nvmem_device *nvmem);
131 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
133 int nvmem_device_write(struct nvmem_device *nvmem, unsigned int offset,
135 int nvmem_device_cell_read(struct nvmem_device *nvmem,
137 int nvmem_device_cell_write(struct nvmem_device *nvmem,
155 void nvmem_device_put(struct nvmem_device *nvmem);
156 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem);
170 /sys/bus/nvmem/devices/*/nvmem
174 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
187 See Documentation/devicetree/bindings/nvmem/nvmem.txt