Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/regmap/
H A Dinternal.h183 struct regcache_ops { struct
184 const char *name;
185 enum regcache_type type;
186 int (*init)(struct regmap *map);
187 int (*exit)(struct regmap *map);
189 void (*debugfs_init)(struct regmap *map);
191 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
192 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
193 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
194 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);