• Home
  • Raw
  • Download

Lines Matching defs:nvmem

59 	struct nvmem_device	*nvmem;  member
83 static int __nvmem_reg_read(struct nvmem_device *nvmem, unsigned int offset, in __nvmem_reg_read()
92 static int __nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in __nvmem_reg_write()
107 static int nvmem_access_with_keepouts(struct nvmem_device *nvmem, in nvmem_access_with_keepouts()
171 static int nvmem_reg_read(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_read()
180 static int nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_write()
205 struct nvmem_device *nvmem = to_nvmem_device(dev); in type_show() local
222 struct nvmem_device *nvmem; in bin_attr_nvmem_read() local
262 struct nvmem_device *nvmem; in bin_attr_nvmem_write() local
297 static umode_t nvmem_bin_attr_get_umode(struct nvmem_device *nvmem) in nvmem_bin_attr_get_umode()
320 struct nvmem_device *nvmem = to_nvmem_device(dev); in nvmem_bin_attr_is_visible() local
366 static int nvmem_sysfs_setup_compat(struct nvmem_device *nvmem, in nvmem_sysfs_setup_compat()
401 static void nvmem_sysfs_remove_compat(struct nvmem_device *nvmem, in nvmem_sysfs_remove_compat()
410 static int nvmem_sysfs_setup_compat(struct nvmem_device *nvmem, in nvmem_sysfs_setup_compat()
415 static void nvmem_sysfs_remove_compat(struct nvmem_device *nvmem, in nvmem_sysfs_remove_compat()
424 struct nvmem_device *nvmem = to_nvmem_device(dev); in nvmem_release() local
450 static void nvmem_device_remove_all_cells(const struct nvmem_device *nvmem) in nvmem_device_remove_all_cells()
466 static int nvmem_cell_info_to_nvmem_cell_entry_nodup(struct nvmem_device *nvmem, in nvmem_cell_info_to_nvmem_cell_entry_nodup()
496 static int nvmem_cell_info_to_nvmem_cell_entry(struct nvmem_device *nvmem, in nvmem_cell_info_to_nvmem_cell_entry()
521 int nvmem_add_one_cell(struct nvmem_device *nvmem, in nvmem_add_one_cell()
552 static int nvmem_add_cells(struct nvmem_device *nvmem, in nvmem_add_cells()
593 static int nvmem_add_cells_from_table(struct nvmem_device *nvmem) in nvmem_add_cells_from_table()
629 nvmem_find_cell_entry_by_name(struct nvmem_device *nvmem, const char *cell_id) in nvmem_find_cell_entry_by_name()
645 static int nvmem_validate_keepouts(struct nvmem_device *nvmem) in nvmem_validate_keepouts()
698 static int nvmem_add_cells_from_dt(struct nvmem_device *nvmem, struct device_node *np) in nvmem_add_cells_from_dt()
744 static int nvmem_add_cells_from_legacy_of(struct nvmem_device *nvmem) in nvmem_add_cells_from_legacy_of()
749 static int nvmem_add_cells_from_fixed_layout(struct nvmem_device *nvmem) in nvmem_add_cells_from_fixed_layout()
790 static struct nvmem_layout *nvmem_layout_get(struct nvmem_device *nvmem) in nvmem_layout_get()
835 static int nvmem_add_cells_from_layout(struct nvmem_device *nvmem) in nvmem_add_cells_from_layout()
858 struct device_node *of_nvmem_layout_get_container(struct nvmem_device *nvmem) in of_nvmem_layout_get_container()
865 const void *nvmem_layout_get_match_data(struct nvmem_device *nvmem, in nvmem_layout_get_match_data()
890 struct nvmem_device *nvmem; in nvmem_register() local
1043 struct nvmem_device *nvmem; in nvmem_device_release() local
1062 void nvmem_unregister(struct nvmem_device *nvmem) in nvmem_unregister()
1069 static void devm_nvmem_unregister(void *nvmem) in devm_nvmem_unregister()
1088 struct nvmem_device *nvmem; in devm_nvmem_register() local
1106 struct nvmem_device *nvmem = NULL; in __nvmem_device_get() local
1131 static void __nvmem_device_put(struct nvmem_device *nvmem) in __nvmem_device_put()
1152 struct nvmem_device *nvmem; in of_nvmem_device_get() local
1181 struct nvmem_device *nvmem; in nvmem_device_get() local
1212 struct nvmem_device **nvmem = res; in devm_nvmem_device_match() local
1232 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem) in devm_nvmem_device_put()
1248 void nvmem_device_put(struct nvmem_device *nvmem) in nvmem_device_put()
1266 struct nvmem_device **ptr, *nvmem; in devm_nvmem_device_get() local
1315 struct nvmem_device *nvmem; in nvmem_cell_get_from_lookup() local
1357 nvmem_find_cell_entry_by_node(struct nvmem_device *nvmem, struct device_node *np) in nvmem_find_cell_entry_by_node()
1388 struct nvmem_device *nvmem; in of_nvmem_cell_get() local
1551 struct nvmem_device *nvmem = cell->entry->nvmem; in nvmem_cell_put() local
1594 static int __nvmem_cell_read(struct nvmem_device *nvmem, in __nvmem_cell_read()
1635 struct nvmem_device *nvmem = entry->nvmem; in nvmem_cell_read() local
1659 struct nvmem_device *nvmem = cell->nvmem; in nvmem_cell_prepare_write_buffer() local
1711 struct nvmem_device *nvmem = cell->nvmem; in __nvmem_cell_entry_write() local
1953 ssize_t nvmem_device_cell_read(struct nvmem_device *nvmem, in nvmem_device_cell_read()
1984 int nvmem_device_cell_write(struct nvmem_device *nvmem, in nvmem_device_cell_write()
2012 int nvmem_device_read(struct nvmem_device *nvmem, in nvmem_device_read()
2040 int nvmem_device_write(struct nvmem_device *nvmem, in nvmem_device_write()
2127 const char *nvmem_dev_name(struct nvmem_device *nvmem) in nvmem_dev_name()