Home
last modified time | relevance | path

Searched defs:nvmem (Results 1 – 25 of 68) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/nvmem/
Dcore.c54 struct nvmem_device *nvmem; member
69 static int nvmem_reg_read(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_read()
78 static int nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_write()
108 struct nvmem_device *nvmem = to_nvmem_device(dev); in type_show() local
125 struct nvmem_device *nvmem; in bin_attr_nvmem_read() local
165 struct nvmem_device *nvmem; in bin_attr_nvmem_write() local
200 static umode_t nvmem_bin_attr_get_umode(struct nvmem_device *nvmem) in nvmem_bin_attr_get_umode()
223 struct nvmem_device *nvmem = to_nvmem_device(dev); in nvmem_bin_attr_is_visible() local
267 static int nvmem_sysfs_setup_compat(struct nvmem_device *nvmem, in nvmem_sysfs_setup_compat()
299 static void nvmem_sysfs_remove_compat(struct nvmem_device *nvmem, in nvmem_sysfs_remove_compat()
[all …]
Duniphier-efuse.c36 struct nvmem_device *nvmem; in uniphier_efuse_probe() local
Dzynqmp_nvmem.c16 struct nvmem_device *nvmem; member
Dmeson-efuse.c46 struct nvmem_device *nvmem; in meson_efuse_probe() local
Dlpc18xx_otp.c69 struct nvmem_device *nvmem; in lpc18xx_otp_probe() local
Dmtk-efuse.c35 struct nvmem_device *nvmem; in mtk_efuse_probe() local
Dimx-iim.c102 struct nvmem_device *nvmem; in imx_iim_probe() local
Dmxs-ocotp.c33 struct nvmem_device *nvmem; member
/kernel/linux/linux-4.19/drivers/nvmem/
Dcore.c54 struct nvmem_device *nvmem; member
69 static int nvmem_reg_read(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_read()
78 static int nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_write()
92 struct nvmem_device *nvmem; in bin_attr_nvmem_read() local
126 struct nvmem_device *nvmem; in bin_attr_nvmem_write() local
251 struct nvmem_device *nvmem = to_nvmem_device(dev); in nvmem_release() local
310 static void nvmem_device_remove_all_cells(const struct nvmem_device *nvmem) in nvmem_device_remove_all_cells()
329 static int nvmem_cell_info_to_nvmem_cell(struct nvmem_device *nvmem, in nvmem_cell_info_to_nvmem_cell()
364 int nvmem_add_cells(struct nvmem_device *nvmem, in nvmem_add_cells()
410 static int nvmem_setup_compat(struct nvmem_device *nvmem, in nvmem_setup_compat()
[all …]
Dsunxi_sid.c155 struct nvmem_device *nvmem; in sunxi_sid_probe() local
211 struct nvmem_device *nvmem = platform_get_drvdata(pdev); in sunxi_sid_remove() local
Dmeson-efuse.c47 struct nvmem_device *nvmem; in meson_efuse_probe() local
Duniphier-efuse.c44 struct nvmem_device *nvmem; in uniphier_efuse_probe() local
Dqfprom.c49 struct nvmem_device *nvmem; in qfprom_probe() local
Dlpc18xx_otp.c72 struct nvmem_device *nvmem; in lpc18xx_otp_probe() local
Dmtk-efuse.c56 struct nvmem_device *nvmem; in mtk_efuse_probe() local
Dimx-iim.c109 struct nvmem_device *nvmem; in imx_iim_probe() local
/kernel/linux/linux-4.19/include/linux/
Dnvmem-consumer.h110 static inline void nvmem_device_put(struct nvmem_device *nvmem) in nvmem_device_put()
115 struct nvmem_device *nvmem) in devm_nvmem_device_put()
119 static inline ssize_t nvmem_device_cell_read(struct nvmem_device *nvmem, in nvmem_device_cell_read()
126 static inline int nvmem_device_cell_write(struct nvmem_device *nvmem, in nvmem_device_cell_write()
133 static inline int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read()
140 static inline int nvmem_device_write(struct nvmem_device *nvmem, in nvmem_device_write()
Dnvmem-provider.h90 static inline int nvmem_unregister(struct nvmem_device *nvmem) in nvmem_unregister()
102 devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem) in devm_nvmem_unregister()
108 static inline int nvmem_add_cells(struct nvmem_device *nvmem, in nvmem_add_cells()
/kernel/linux/linux-5.10/include/linux/
Dnvmem-consumer.h161 static inline void nvmem_device_put(struct nvmem_device *nvmem) in nvmem_device_put()
166 struct nvmem_device *nvmem) in devm_nvmem_device_put()
170 static inline ssize_t nvmem_device_cell_read(struct nvmem_device *nvmem, in nvmem_device_cell_read()
177 static inline int nvmem_device_cell_write(struct nvmem_device *nvmem, in nvmem_device_cell_write()
184 static inline int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read()
191 static inline int nvmem_device_write(struct nvmem_device *nvmem, in nvmem_device_write()
198 static inline const char *nvmem_dev_name(struct nvmem_device *nvmem) in nvmem_dev_name()
Dnvmem-provider.h123 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister()
132 devm_nvmem_unregister(struct device *dev, struct nvmem_device *nvmem) in devm_nvmem_unregister()
/kernel/linux/linux-5.10/drivers/thunderbolt/
Dnvm.c60 struct nvmem_device *nvmem; in tb_nvm_add_active() local
125 struct nvmem_device *nvmem; in tb_nvm_add_non_active() local
/kernel/linux/linux-5.10/drivers/rtc/
Dnvmem.c42 struct nvmem_device *nvmem, size_t size) in rtc_nvram_register()
83 struct nvmem_device *nvmem; in rtc_nvmem_register() local
/kernel/linux/linux-5.10/drivers/soc/ti/
Dpm33xx.c277 struct nvmem_device *nvmem; in am33xx_pm_begin() local
307 struct nvmem_device *nvmem; in am33xx_pm_end() local
441 struct nvmem_device *nvmem; in am33xx_pm_rtc_setup() local
/kernel/linux/linux-4.19/arch/arm/mach-davinci/
Dcommon.c29 void davinci_get_mac_addr(struct nvmem_device *nvmem, void *context) in davinci_get_mac_addr()
/kernel/linux/linux-5.10/drivers/soc/atmel/
Dsfr.c46 struct nvmem_device *nvmem; in atmel_sfr_probe() local

123