Searched defs:regcache_ops (Results 1 – 1 of 1) sorted by relevance
166 struct regcache_ops { struct167 const char *name;168 enum regcache_type type;169 int (*init)(struct regmap *map);170 int (*exit)(struct regmap *map);172 void (*debugfs_init)(struct regmap *map);174 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);175 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);176 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);177 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);