Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/regmap/
Dinternal.h148 struct regcache_ops { struct
149 const char *name;
150 enum regcache_type type;
151 int (*init)(struct regmap *map);
152 int (*exit)(struct regmap *map);
154 void (*debugfs_init)(struct regmap *map);
156 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
157 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
158 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
159 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);