Lines Matching defs:nvmem_config
83 struct nvmem_config { struct
84 struct device *dev;
85 const char *name;
86 int id;
87 struct module *owner;
88 struct gpio_desc *wp_gpio;
89 const struct nvmem_cell_info *cells;
90 int ncells;
91 const struct nvmem_keepout *keepout;
92 unsigned int nkeepout;
93 enum nvmem_type type;
94 bool read_only;
95 bool root_only;
96 bool ignore_wp;
97 struct device_node *of_node;
98 bool no_of_node;
99 nvmem_reg_read_t reg_read;
100 nvmem_reg_write_t reg_write;
101 nvmem_cell_post_process_t cell_post_process;
102 int size;
103 int word_size;
104 int stride;
105 void *priv;
107 bool compat;
108 struct device *base_dev;