Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance
148 struct regcache_ops { struct149 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);