Searched defs:hpi_async_event (Results 1 – 1 of 1) sorted by relevance
1132 struct hpi_async_event { struct1133 u16 event_type; /**< type of event. \sa async_event */1134 u16 sequence; /**< Sequence number, allows lost event detection */1135 u32 state; /**< New state */1136 u32 h_object; /**< handle to the object returning the event. */1137 union {1145 } u;