Home
last modified time | relevance | path

Searched refs:nvmem_device (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.12.1/include/linux/
Dnvmem-consumer.h20 struct nvmem_device;
69 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
70 struct nvmem_device *devm_nvmem_device_get(struct device *dev,
72 void nvmem_device_put(struct nvmem_device *nvmem);
73 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem);
74 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
76 int nvmem_device_write(struct nvmem_device *nvmem, unsigned int offset,
78 ssize_t nvmem_device_cell_read(struct nvmem_device *nvmem,
80 int nvmem_device_cell_write(struct nvmem_device *nvmem,
83 const char *nvmem_dev_name(struct nvmem_device *nvmem);
[all …]
Dnvmem-provider.h18 struct nvmem_device;
119 void (*fixup_dt_cell_info)(struct nvmem_device *nvmem,
175 struct nvmem_device *nvmem;
187 struct nvmem_device *nvmem_register(const struct nvmem_config *cfg);
188 void nvmem_unregister(struct nvmem_device *nvmem);
190 struct nvmem_device *devm_nvmem_register(struct device *dev,
196 int nvmem_add_one_cell(struct nvmem_device *nvmem,
213 static inline struct nvmem_device *nvmem_register(const struct nvmem_config *c) in nvmem_register()
218 static inline void nvmem_unregister(struct nvmem_device *nvmem) {} in nvmem_unregister()
220 static inline struct nvmem_device *
[all …]
/linux-6.12.1/drivers/nvmem/
Dcore.c24 #define to_nvmem_device(d) container_of(d, struct nvmem_device, dev)
37 struct nvmem_device *nvmem;
58 static int __nvmem_reg_read(struct nvmem_device *nvmem, unsigned int offset, in __nvmem_reg_read()
67 static int __nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in __nvmem_reg_write()
82 static int nvmem_access_with_keepouts(struct nvmem_device *nvmem, in nvmem_access_with_keepouts()
146 static int nvmem_reg_read(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_read()
155 static int nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_write()
180 struct nvmem_device *nvmem = to_nvmem_device(dev); in type_show()
190 struct nvmem_device *nvmem = to_nvmem_device(dev); in force_ro_show()
198 struct nvmem_device *nvmem = to_nvmem_device(dev); in force_ro_store()
[all …]
Dinternals.h10 struct nvmem_device { struct
26 void (*fixup_dt_cell_info)(struct nvmem_device *nvmem, argument
41 int nvmem_populate_layout(struct nvmem_device *nvmem); argument
42 void nvmem_destroy_layout(struct nvmem_device *nvmem);
51 static inline int nvmem_populate_layout(struct nvmem_device *nvmem) in nvmem_populate_layout()
56 static inline void nvmem_destroy_layout(struct nvmem_device *nvmem) { } in nvmem_destroy_layout()
Dlayouts.c79 static int nvmem_layout_create_device(struct nvmem_device *nvmem, in nvmem_layout_create_device()
120 static int nvmem_layout_bus_populate(struct nvmem_device *nvmem, in nvmem_layout_bus_populate()
155 struct device_node *of_nvmem_layout_get_container(struct nvmem_device *nvmem) in of_nvmem_layout_get_container()
165 int nvmem_populate_layout(struct nvmem_device *nvmem) in nvmem_populate_layout()
183 void nvmem_destroy_layout(struct nvmem_device *nvmem) in nvmem_destroy_layout()
Dmtk-efuse.c48 static void mtk_efuse_fixup_dt_cell_info(struct nvmem_device *nvmem, in mtk_efuse_fixup_dt_cell_info()
67 struct nvmem_device *nvmem; in mtk_efuse_probe()
Dqoriq-efuse.c43 struct nvmem_device *nvmem; in qoriq_efuse_probe()
Duniphier-efuse.c36 struct nvmem_device *nvmem; in uniphier_efuse_probe()
Dlpc18xx_otp.c68 struct nvmem_device *nvmem; in lpc18xx_otp_probe()
Dsec-qfprom.c57 struct nvmem_device *nvmem; in sec_qfprom_probe()
Drmem.c14 struct nvmem_device *nvmem;
Dlayerscape-sfp.c50 struct nvmem_device *nvmem; in layerscape_sfp_probe()
Dmeson-efuse.c51 struct nvmem_device *nvmem; in meson_efuse_probe()
Dnintendo-otp.c79 struct nvmem_device *nvmem; in nintendo_otp_probe()
Du-boot-env.c18 struct nvmem_device *nvmem;
Dimx-iim.c100 struct nvmem_device *nvmem; in imx_iim_probe()
/linux-6.12.1/Documentation/driver-api/
Dnvmem.rst42 nvmem_device pointer.
125 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
126 struct nvmem_device *devm_nvmem_device_get(struct device *dev,
128 struct nvmem_device *nvmem_device_find(void *data,
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,
144 take nvmem_device as parameter.
[all …]
/linux-6.12.1/drivers/soc/tegra/fuse/
Dfuse.h17 struct nvmem_device;
66 struct nvmem_device *nvmem;
/linux-6.12.1/drivers/nvmem/layouts/
Dsl28vpd.c56 static int sl28vpd_v1_check_crc(struct device *dev, struct nvmem_device *nvmem) in sl28vpd_v1_check_crc()
85 struct nvmem_device *nvmem = layout->nvmem; in sl28vpd_add_cells()
Du-boot-env.h12 int u_boot_env_parse(struct device *dev, struct nvmem_device *nvmem,
Du-boot-env.c54 static int u_boot_env_parse_cells(struct device *dev, struct nvmem_device *nvmem, uint8_t *buf, in u_boot_env_parse_cells()
89 int u_boot_env_parse(struct device *dev, struct nvmem_device *nvmem, in u_boot_env_parse()
Donie-tlv.c98 static int onie_tlv_add_cells(struct device *dev, struct nvmem_device *nvmem, in onie_tlv_add_cells()
187 struct nvmem_device *nvmem = layout->nvmem; in onie_tlv_parse_table()
/linux-6.12.1/drivers/rtc/
Dnvmem.c17 struct nvmem_device *nvmem; in devm_rtc_nvmem_register()
/linux-6.12.1/drivers/soc/ti/
Dpm33xx.c276 struct nvmem_device *nvmem; in am33xx_pm_begin()
306 struct nvmem_device *nvmem; in am33xx_pm_end()
430 struct nvmem_device *nvmem; in am33xx_pm_rtc_setup()
/linux-6.12.1/drivers/soc/atmel/
Dsfr.c45 struct nvmem_device *nvmem; in atmel_sfr_probe()

123