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 struct gpio_desc *wp_gpio;
67 const struct nvmem_cell_info *cells;
68 int ncells;
69 enum nvmem_type type;
70 bool read_only;
71 bool root_only;
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;