Searched defs:hpi_async_event (Results 1 – 1 of 1) sorted by relevance
1143 struct hpi_async_event { struct1144 u16 event_type; /**< type of event. \sa async_event */1145 u16 sequence; /**< Sequence number, allows lost event detection */1146 u32 state; /**< New state */1147 u32 h_object; /**< handle to the object returning the event. */1148 union {1156 } u;