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

#include <conf_space.h>

Data Fields

unsigned int offset
 
unsigned int size
 
unsigned int mask
 
conf_field_init init
 
conf_field_reset reset
 
conf_field_free release
 
void(* clean )(struct config_field *field)
 
union {
   struct {
      conf_dword_write   write
 
      conf_dword_read   read
 
   }   dw
 
   struct {
      conf_word_write   write
 
      conf_word_read   read
 
   }   w
 
   struct {
      conf_byte_write   write
 
      conf_byte_read   read
 
   }   b
 
u
 
struct list_head list
 

Detailed Description

Definition at line 35 of file conf_space.h.

Field Documentation

struct { ... } b

Definition at line 42 of file conf_space.h.

struct { ... } dw

Definition at line 39 of file conf_space.h.

Definition at line 57 of file conf_space.h.

unsigned int mask

Definition at line 38 of file conf_space.h.

unsigned int offset

Definition at line 36 of file conf_space.h.

Definition at line 46 of file conf_space.h.

Definition at line 50 of file conf_space.h.

Definition at line 54 of file conf_space.h.

conf_field_free release

Definition at line 41 of file conf_space.h.

Definition at line 40 of file conf_space.h.

unsigned int size

Definition at line 37 of file conf_space.h.

union { ... } u
struct { ... } w

Definition at line 45 of file conf_space.h.

Definition at line 49 of file conf_space.h.

Definition at line 53 of file conf_space.h.


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