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