Lines Matching defs:ioService
30 struct IDeviceIoService ioService;
34 ioService.object.objectId = 0;
35 ioService.Open = nullptr;
36 ioService.Release = nullptr;
37 ioService.Dispatch = nullptr;
44 auto *hdfHciInterfaceHost = CONTAINER_OF(client->device->service, struct HdfHciInterfaceHost, ioService);
79 hdfHciInterfaceHost->ioService.Dispatch = HciInterfaceDriverDispatch;
80 hdfHciInterfaceHost->ioService.Open = NULL;
81 hdfHciInterfaceHost->ioService.Release = NULL;
98 deviceObject->service = &hdfHciInterfaceHost->ioService;
110 auto *hdfHciInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfHciInterfaceHost, ioService);