Lines Matching defs:nvmem_config
111 struct nvmem_config { struct
112 struct device *dev;
113 const char *name;
114 int id;
115 struct module *owner;
116 const struct nvmem_cell_info *cells;
117 int ncells;
118 bool add_legacy_fixed_of_cells;
119 void (*fixup_dt_cell_info)(struct nvmem_device *nvmem,
121 const struct nvmem_keepout *keepout;
122 unsigned int nkeepout;
123 enum nvmem_type type;
124 bool read_only;
125 bool root_only;
126 bool ignore_wp;
127 struct nvmem_layout *layout;
128 struct device_node *of_node;
129 nvmem_reg_read_t reg_read;
130 nvmem_reg_write_t reg_write;
131 int size;
132 int word_size;
133 int stride;
134 void *priv;
136 bool compat;
137 struct device *base_dev;