Searched refs:hdfChipControllerHost (Results 1 – 1 of 1) sorted by relevance
61 auto *hdfChipControllerHost = new (std::nothrow) HdfChipControllerHost; in HdfChipControllerDriverBind() local62 if (hdfChipControllerHost == nullptr) { in HdfChipControllerDriverBind()67 hdfChipControllerHost->ioService.Dispatch = ChipControllerDriverDispatch; in HdfChipControllerDriverBind()68 hdfChipControllerHost->ioService.Open = NULL; in HdfChipControllerDriverBind()69 hdfChipControllerHost->ioService.Release = NULL; in HdfChipControllerDriverBind()74 delete hdfChipControllerHost; in HdfChipControllerDriverBind()80 if (hdfChipControllerHost->stub == nullptr) { in HdfChipControllerDriverBind()82 delete hdfChipControllerHost; in HdfChipControllerDriverBind()86 deviceObject->service = &hdfChipControllerHost->ioService; in HdfChipControllerDriverBind()98 if (hdfChipControllerHost != nullptr) { in HdfChipControllerDriverRelease()[all …]