Home
last modified time | relevance | path

Searched refs:hdfChipControllerHost (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dchip_controller_driver.cpp61 auto *hdfChipControllerHost = new (std::nothrow) HdfChipControllerHost; in HdfChipControllerDriverBind() local
62 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 …]