Home
last modified time | relevance | path

Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance

/drivers/base/regmap/
Dinternal.h162 struct regcache_ops { struct
163 const char *name;
164 enum regcache_type type;
165 int (*init)(struct regmap *map);
166 int (*exit)(struct regmap *map);
168 void (*debugfs_init)(struct regmap *map);
170 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
171 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
172 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
173 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);