Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/regmap/
Dinternal.h160 struct regcache_ops { struct
161 const char *name;
162 enum regcache_type type;
163 int (*init)(struct regmap *map);
164 int (*exit)(struct regmap *map);
166 void (*debugfs_init)(struct regmap *map);
168 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
169 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
170 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
171 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);