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.h182 struct regcache_ops { struct
183 const char *name;
184 enum regcache_type type;
185 int (*init)(struct regmap *map);
186 int (*exit)(struct regmap *map);
188 void (*debugfs_init)(struct regmap *map);
190 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
191 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
192 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
193 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);