Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/regmap/
Dinternal.h84 struct regcache_ops { struct
85 const char *name;
86 enum regcache_type type;
87 int (*init)(struct regmap *map);
88 int (*exit)(struct regmap *map);
89 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
90 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
91 int (*sync)(struct regmap *map, unsigned int min, unsigned int max);