Lines Matching defs:nvmem_config
108 struct nvmem_config { struct
109 struct device *dev;
110 const char *name;
111 int id;
112 struct module *owner;
113 const struct nvmem_cell_info *cells;
114 int ncells;
115 const struct nvmem_keepout *keepout;
116 unsigned int nkeepout;
117 enum nvmem_type type;
118 bool read_only;
119 bool root_only;
120 bool ignore_wp;
121 struct nvmem_layout *layout;
122 struct device_node *of_node;
123 bool no_of_node;
124 nvmem_reg_read_t reg_read;
125 nvmem_reg_write_t reg_write;
126 int size;
127 int word_size;
128 int stride;
129 void *priv;
131 bool compat;
132 struct device *base_dev;