Home
last modified time | relevance | path

Searched refs:nvmem_register (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/
Dnvmem-provider.h30 struct nvmem_device *nvmem_register(const struct nvmem_config *cfg);
35 static inline struct nvmem_device *nvmem_register(const struct nvmem_config *c) in nvmem_register() function
/linux-4.4.14/drivers/nvmem/
Dqfprom.c59 nvmem = nvmem_register(&econfig); in qfprom_probe()
Dimx-ocotp.c126 nvmem = nvmem_register(&imx_ocotp_nvmem_config); in imx_ocotp_probe()
Dsunxi_sid.c129 nvmem = nvmem_register(&econfig); in sunxi_sid_probe()
Drockchip-efuse.c159 nvmem = nvmem_register(&econfig); in rockchip_efuse_probe()
Dmxs-ocotp.c220 otp->nvmem = nvmem_register(&ocotp_config); in mxs_ocotp_probe()
Dvf610-ocotp.c279 ocotp_dev->nvmem = nvmem_register(&ocotp_config); in vf610_ocotp_probe()
Dcore.c307 struct nvmem_device *nvmem_register(const struct nvmem_config *config) in nvmem_register() function
369 EXPORT_SYMBOL_GPL(nvmem_register);
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt38 nvmem configuration to nvmem_register(), on success core would return a valid
54 nvmem = nvmem_register(&econfig);
59 struct device. Failure to do would return error code from nvmem_register().