Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
regmap_format Struct Reference

#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)
 

Detailed Description

Definition at line 22 of file internal.h.

Field Documentation

size_t buf_size

Definition at line 23 of file internal.h.

void(* format_reg)(void *buf, unsigned int reg, unsigned int shift)

Definition at line 29 of file internal.h.

void(* format_val)(void *buf, unsigned int val, unsigned int shift)

Definition at line 30 of file internal.h.

void(* format_write)(struct regmap *map, unsigned int reg, unsigned int val)

Definition at line 27 of file internal.h.

size_t pad_bytes

Definition at line 25 of file internal.h.

unsigned int(* parse_val)(void *buf)

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.


The documentation for this struct was generated from the following file: