Lines Matching defs:nvmem_config
99 struct nvmem_config { struct
100 struct device *dev;
101 const char *name;
102 int id;
103 struct module *owner;
104 const struct nvmem_cell_info *cells;
105 int ncells;
106 const struct nvmem_keepout *keepout;
107 unsigned int nkeepout;
108 enum nvmem_type type;
109 bool read_only;
110 bool root_only;
111 bool ignore_wp;
112 struct device_node *of_node;
113 bool no_of_node;
114 nvmem_reg_read_t reg_read;
115 nvmem_reg_write_t reg_write;
116 nvmem_cell_post_process_t cell_post_process;
117 int size;
118 int word_size;
119 int stride;
120 void *priv;
122 bool compat;
123 struct device *base_dev;