Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/base/regmap/
Dinternal.h173 struct regcache_ops { struct
174 const char *name;
175 enum regcache_type type;
176 int (*init)(struct regmap *map);
177 int (*exit)(struct regmap *map);
179 void (*debugfs_init)(struct regmap *map);
181 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
182 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
183 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);
184 int (*drop)(struct regmap *map, unsigned int min, unsigned int max);