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