Searched defs:HdfVNodeAdapterClient (Results 1 – 1 of 1) sorted by relevance
33 struct HdfVNodeAdapterClient { struct34 struct HdfVNodeAdapter *adapter;35 struct HdfDeviceIoClient ioServiceClient;36 wait_queue_head_t pollWait;37 struct HdfIoService *serv;38 struct OsalMutex mutex;39 struct DListHead eventQueue;40 struct DListHead listNode;41 int32_t eventQueueSize;42 int32_t wakeup;[all …]