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