Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/regmap/
Dinternal.h167 struct regcache_ops { struct
168 const char *name;
169 enum regcache_type type;
170 int (*init)(struct regmap *map);
171 int (*exit)(struct regmap *map);
173 void (*debugfs_init)(struct regmap *map);
175 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
176 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
177 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
178 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);