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

#include <internal.h>

Data Fields

const charname
 
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)
 

Detailed Description

Definition at line 103 of file internal.h.

Field Documentation

int(* exit)(struct regmap *map)

Definition at line 107 of file internal.h.

int(* init)(struct regmap *map)

Definition at line 106 of file internal.h.

const char* name

Definition at line 104 of file internal.h.

int(* read)(struct regmap *map, unsigned int reg, unsigned int *value)

Definition at line 108 of file internal.h.

int(* sync)(struct regmap *map, unsigned int min, unsigned int max)

Definition at line 110 of file internal.h.

Definition at line 105 of file internal.h.

int(* write)(struct regmap *map, unsigned int reg, unsigned int value)

Definition at line 109 of file internal.h.


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