Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h117225 struct regcache_ops { struct
117226 const char *name;
117227 enum regcache_type type;
117228 int (*init)(struct regmap___2 *);
117229 int (*exit)(struct regmap___2 *);
117230 void (*debugfs_init)(struct regmap___2 *);
117231 int (*read)(struct regmap___2 *, unsigned int, unsigned int *);
117232 int (*write)(struct regmap___2 *, unsigned int, unsigned int);
117233 int (*sync)(struct regmap___2 *, unsigned int, unsigned int);
117234 int (*drop)(struct regmap___2 *, unsigned int, unsigned int);