Home
last modified time | relevance | path

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

/linux-3.3/drivers/base/regmap/
Dinternal.h80 struct regcache_ops { struct
81 const char *name;
82 enum regcache_type type;
83 int (*init)(struct regmap *map);
84 int (*exit)(struct regmap *map);
85 int (*read)(struct regmap *map, unsigned int reg, unsigned int *value);
86 int (*write)(struct regmap *map, unsigned int reg, unsigned int value);
87 int (*sync)(struct regmap *map);