Searched defs:nvmem (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/nvmem/ |
H A D | Makefile | |
H A D | qfprom.c | 33 struct nvmem_device *nvmem = platform_get_drvdata(pdev); qfprom_remove() local 42 struct nvmem_device *nvmem; qfprom_probe() local
|
H A D | imx-ocotp.c | 104 struct nvmem_device *nvmem; imx_ocotp_probe() local 137 struct nvmem_device *nvmem = platform_get_drvdata(pdev); imx_ocotp_remove() local
|
H A D | rockchip-efuse.c | 126 struct nvmem_device *nvmem; rockchip_efuse_probe() local 170 struct nvmem_device *nvmem = platform_get_drvdata(pdev); rockchip_efuse_remove() local
|
H A D | sunxi_sid.c | 103 struct nvmem_device *nvmem; sunxi_sid_probe() local 156 struct nvmem_device *nvmem = platform_get_drvdata(pdev); sunxi_sid_remove() local
|
H A D | mxs-ocotp.c | 44 struct nvmem_device *nvmem; member in struct:mxs_ocotp
|
H A D | vf610-ocotp.c | 102 struct nvmem_device *nvmem; member in struct:vf610_ocotp
|
H A D | core.c | 49 struct nvmem_device *nvmem; member in struct:nvmem_cell 66 struct nvmem_device *nvmem = to_nvmem_device(dev); bin_attr_nvmem_read() local 91 struct nvmem_device *nvmem = to_nvmem_device(dev); bin_attr_nvmem_write() local 160 struct nvmem_device *nvmem = to_nvmem_device(dev); nvmem_release() local 213 static void nvmem_device_remove_all_cells(const struct nvmem_device *nvmem) nvmem_device_remove_all_cells() argument 232 static int nvmem_cell_info_to_nvmem_cell(struct nvmem_device *nvmem, nvmem_cell_info_to_nvmem_cell() argument 258 static int nvmem_add_cells(struct nvmem_device *nvmem, nvmem_add_cells() argument 309 struct nvmem_device *nvmem; nvmem_register() local 378 int nvmem_unregister(struct nvmem_device *nvmem) nvmem_unregister() argument 398 struct nvmem_device *nvmem = NULL; __nvmem_device_get() local 440 static void __nvmem_device_put(struct nvmem_device *nvmem) __nvmem_device_put() argument 504 struct nvmem_device *nvmem; nvmem_device_get() local 519 struct nvmem_device **nvmem = res; devm_nvmem_device_match() local 538 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem) devm_nvmem_device_put() argument 554 void nvmem_device_put(struct nvmem_device *nvmem) nvmem_device_put() argument 572 struct nvmem_device **ptr, *nvmem; devm_nvmem_device_get() local 593 struct nvmem_device *nvmem; nvmem_cell_get_from_list() local 618 struct nvmem_device *nvmem; of_nvmem_cell_get() local 781 struct nvmem_device *nvmem = cell->nvmem; nvmem_cell_put() local 816 static int __nvmem_cell_read(struct nvmem_device *nvmem, __nvmem_cell_read() argument 847 struct nvmem_device *nvmem = cell->nvmem; nvmem_cell_read() local 871 struct nvmem_device *nvmem = cell->nvmem; nvmem_cell_prepare_write_buffer() local 925 struct nvmem_device *nvmem = cell->nvmem; nvmem_cell_write() local 961 ssize_t nvmem_device_cell_read(struct nvmem_device *nvmem, nvmem_device_cell_read() argument 992 int nvmem_device_cell_write(struct nvmem_device *nvmem, nvmem_device_cell_write() argument 1020 int nvmem_device_read(struct nvmem_device *nvmem, nvmem_device_read() argument 1048 int nvmem_device_write(struct nvmem_device *nvmem, nvmem_device_write() argument
|
/linux-4.4.14/include/linux/ |
H A D | nvmem-provider.h | 40 static inline int nvmem_unregister(struct nvmem_device *nvmem) nvmem_unregister() argument
|
H A D | nvmem-consumer.h | 100 static inline void nvmem_device_put(struct nvmem_device *nvmem) nvmem_device_put() argument 109 static inline ssize_t nvmem_device_cell_read(struct nvmem_device *nvmem, nvmem_device_cell_read() argument 116 static inline int nvmem_device_cell_write(struct nvmem_device *nvmem, nvmem_device_cell_write() argument 123 static inline int nvmem_device_read(struct nvmem_device *nvmem, nvmem_device_read() argument 130 static inline int nvmem_device_write(struct nvmem_device *nvmem, nvmem_device_write() argument 104 devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem) devm_nvmem_device_put() argument
|
Completed in 299 milliseconds