Lines Matching defs:nvmem_config
61 struct nvmem_config { struct
62 struct device *dev;
63 const char *name;
64 int id;
65 struct module *owner;
66 const struct nvmem_cell_info *cells;
67 int ncells;
68 enum nvmem_type type;
69 bool read_only;
70 bool root_only;
71 bool ignore_wp;
72 bool no_of_node;
73 nvmem_reg_read_t reg_read;
74 nvmem_reg_write_t reg_write;
75 int size;
76 int word_size;
77 int stride;
78 void *priv;
80 bool compat;
81 struct device *base_dev;