Home
last modified time | relevance | path

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

/drivers/peripheral/display/hdi_service/gralloc/server/
H A Dallocator_host.cpp23 struct IDeviceIoService ioservice;
31 client->device->service, HdfAllocatorService, ioservice);
50 allocatorService->ioservice.Dispatch = AllocatorServiceDispatch;
51 allocatorService->ioservice.Open = NULL;
52 allocatorService->ioservice.Release = NULL;
55 deviceObject->service = &allocatorService->ioservice;
62 HdfAllocatorService *allocatorService = CONTAINER_OF(deviceObject->service, HdfAllocatorService, ioservice);
/drivers/peripheral/codec/hal/src/
H A Dcodec_component_type_driver.c27 struct IDeviceIoService ioservice; member
43 CONTAINER_OF(client->device->service, struct HdfCodecComponentTypeHost, ioservice); in CodecComponentTypeDriverDispatch()
93 omxcomponenttypeHost->ioservice.Dispatch = CodecComponentTypeDriverDispatch; in HdfCodecComponentTypeDriverBind()
94 omxcomponenttypeHost->ioservice.Open = NULL; in HdfCodecComponentTypeDriverBind()
95 omxcomponenttypeHost->ioservice.Release = NULL; in HdfCodecComponentTypeDriverBind()
102 deviceObject->service = &omxcomponenttypeHost->ioservice; in HdfCodecComponentTypeDriverBind()
114 CONTAINER_OF(deviceObject->service, struct HdfCodecComponentTypeHost, ioservice); in HdfCodecComponentTypeDriverRelease()
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_interface_driver.cpp34 struct IDeviceIoService ioservice; member
42 CONTAINER_OF(client->device->service, struct HdfNfcInterfaceHost, ioservice); in NfcInterfaceDriverDispatch()
76 hdfNfcInterfaceHost->ioservice.Dispatch = NfcInterfaceDriverDispatch; in HdfNfcInterfaceDriverBind()
77 hdfNfcInterfaceHost->ioservice.Open = nullptr; in HdfNfcInterfaceDriverBind()
78 hdfNfcInterfaceHost->ioservice.Release = nullptr; in HdfNfcInterfaceDriverBind()
95 deviceObject->service = &hdfNfcInterfaceHost->ioservice; in HdfNfcInterfaceDriverBind()
109 CONTAINER_OF(deviceObject->service, struct HdfNfcInterfaceHost, ioservice); in HdfNfcInterfaceDriverRelease()
/drivers/peripheral/secure_element/hdi_service/
H A Dse_interface_driver.cpp37 struct IDeviceIoService ioservice; member
45 CONTAINER_OF(client->device->service, struct HdfSeInterfaceHost, ioservice); in SeInterfaceDriverDispatch()
84 hdfSeInterfaceHost->ioservice.Dispatch = SeInterfaceDriverDispatch; in HdfSeInterfaceDriverBind()
85 hdfSeInterfaceHost->ioservice.Open = nullptr; in HdfSeInterfaceDriverBind()
86 hdfSeInterfaceHost->ioservice.Release = nullptr; in HdfSeInterfaceDriverBind()
103 deviceObject->service = &hdfSeInterfaceHost->ioservice; in HdfSeInterfaceDriverBind()
115 CONTAINER_OF(deviceObject->service, struct HdfSeInterfaceHost, ioservice); in HdfSeInterfaceDriverRelease()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample1_driver/
H A Dsample1_driver.c26 struct IDeviceIoService ioservice; member
97 deviceObject->service = &sample1Driver.ioservice; in HdfSample1DriverBind()
/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp34 struct IDeviceIoService ioservice; member
75 HDF_CPS_SRV *displayDeviceSrv = CONTAINER_OF(client->device->service, HDF_CPS_SRV, ioservice); in DisplayDeviceServiceDispatch()
110 .ioservice = { in DisplayDeviceDriverBind()
118 deviceObject->service = &displayDeviceSrv.ioservice; in DisplayDeviceDriverBind()

Completed in 8 milliseconds