Linux Kernel
3.7.1
|
#include <internal.h>
Data Fields | |
size_t | buf_size |
size_t | reg_bytes |
size_t | pad_bytes |
size_t | val_bytes |
void(* | format_write )(struct regmap *map, unsigned int reg, unsigned int val) |
void(* | format_reg )(void *buf, unsigned int reg, unsigned int shift) |
void(* | format_val )(void *buf, unsigned int val, unsigned int shift) |
unsigned int(* | parse_val )(void *buf) |
Definition at line 22 of file internal.h.
size_t buf_size |
Definition at line 23 of file internal.h.
Definition at line 29 of file internal.h.
Definition at line 30 of file internal.h.
Definition at line 27 of file internal.h.
size_t pad_bytes |
Definition at line 25 of file internal.h.
Definition at line 31 of file internal.h.
size_t reg_bytes |
Definition at line 24 of file internal.h.
size_t val_bytes |
Definition at line 26 of file internal.h.