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

#include <hpi.h>

Data Fields

u16 event_type
 
u16 sequence
 
u32 state
 
u32 h_object
 
union {
   struct {
      u16   index
 
   }   gpio
 
   struct {
      u16   node_index
 
      u16   node_type
 
   }   control
 
u
 

Detailed Description

An object for containing a single async event.

Definition at line 1135 of file hpi.h.

Field Documentation

struct { ... } control

type of event.

See Also
async_event

Definition at line 1136 of file hpi.h.

struct { ... } gpio
u32 h_object

handle to the object returning the event.

Definition at line 1139 of file hpi.h.

u16 index

GPIO bit index.

Definition at line 1142 of file hpi.h.

u16 node_index

what node is the control on ?

Definition at line 1145 of file hpi.h.

what type of node is the control on ?

Definition at line 1146 of file hpi.h.

u16 sequence

Sequence number, allows lost event detection

Definition at line 1137 of file hpi.h.

New state

Definition at line 1138 of file hpi.h.

union { ... } u

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