Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/chip/hdi_service/
H A Dchip_controller_driver.cpp34 auto *hdfChipControllerHost = CONTAINER_OF(client->device->service, struct HdfChipControllerHost, ioService); in ChipControllerDriverDispatch() local
49 return hdfChipControllerHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in ChipControllerDriverDispatch()
61 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()
78 hdfChipControllerHost->stub = OHOS::HDI::ObjectCollector::GetInstance().GetOrNewObject(serviceImpl, in HdfChipControllerDriverBind()
80 if (hdfChipControllerHost in HdfChipControllerDriverBind()
97 auto *hdfChipControllerHost = CONTAINER_OF(deviceObject->service, struct HdfChipControllerHost, ioService); HdfChipControllerDriverRelease() local
[all...]

Completed in 2 milliseconds