Linux Kernel
3.7.1
|
#include <internal.h>
Data Fields | |
const char * | name |
enum regcache_type | type |
int(* | init )(struct regmap *map) |
int(* | exit )(struct regmap *map) |
int(* | read )(struct regmap *map, unsigned int reg, unsigned int *value) |
int(* | write )(struct regmap *map, unsigned int reg, unsigned int value) |
int(* | sync )(struct regmap *map, unsigned int min, unsigned int max) |
Definition at line 103 of file internal.h.
Definition at line 104 of file internal.h.
Definition at line 108 of file internal.h.
Definition at line 110 of file internal.h.
enum regcache_type type |
Definition at line 105 of file internal.h.
Definition at line 109 of file internal.h.