Lines Matching refs:nvmem
41 nvmem configuration to nvmem_register(), on success core would return a valid
62 Device drivers can define and register an nvmem cell using the nvmem_cell_info
73 int nvmem_add_one_cell(nvmem, &foo_nvmem_cell);
75 Additionally it is possible to create nvmem cell lookup entries and register
76 them with the nvmem framework from machine code as shown in the example below::
108 `*nvmem_cell_get()` apis will get a reference to nvmem cell for a given id,
124 void nvmem_device_put(struct nvmem_device *nvmem);
125 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
127 int nvmem_device_write(struct nvmem_device *nvmem, unsigned int offset,
129 int nvmem_device_cell_read(struct nvmem_device *nvmem,
131 int nvmem_device_cell_write(struct nvmem_device *nvmem,
149 void nvmem_device_put(struct nvmem_device *nvmem);
150 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem);
164 /sys/bus/nvmem/devices/*/nvmem
168 hexdump /sys/bus/nvmem/devices/qfprom0/nvmem
181 See Documentation/devicetree/bindings/nvmem/nvmem.txt
201 .. kernel-doc:: drivers/nvmem/core.c