Home
last modified time | relevance | path

Searched defs:hostService (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/framework/core/host/src/
Ddevhost_service.c21 static struct HdfDevice *DevHostServiceFindDevice(struct DevHostService *hostService, uint16_t devi… in DevHostServiceFindDevice()
37 static void DevHostServiceFreeDevice(struct DevHostService *hostService, struct HdfDevice *device) in DevHostServiceFreeDevice()
67 struct DevHostService *hostService = CONTAINER_OF(inst, struct DevHostService, super); in DevHostServiceAddDevice() local
117 struct DevHostService *hostService = (struct DevHostService *)inst; in DevHostServiceDelDevice() local
151 struct DevHostService *hostService = (struct DevHostService*)service; in DevHostServiceStartService() local
193 struct DevHostService *hostService = CONTAINER_OF(service, struct DevHostService, super); in DevHostServicePmNotify() local
265 struct DevHostService *hostService = in DevHostServiceNewInstance() local
Ddevmgr_service_clnt.c17 int DevmgrServiceClntAttachDeviceHost(uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceClntAttachDeviceHost()
Dhdf_device_object.c30 struct DevHostService *hostService = NULL; in HdfDeviceSubscribeService() local
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevhost_service_full.c29 struct DevHostServiceFull *hostService = in DevHostServiceFullDispatchMessage() local
145 …struct DevHostService *hostService = CONTAINER_OF(self, struct DevHostService, sysEventNotifyNode); in OnSysEventReceived() local
152 struct DevHostService *hostService = (struct DevHostService *)service; in DevHostServiceFullStartService() local
177 struct DevHostService *hostService = (struct DevHostService *)service; in DevHostServiceFullPmNotify() local
/drivers/hdf_core/framework/core/manager/include/
Ddevhost_service_clnt.h23 struct IDevHostService *hostService; member
/drivers/hdf_core/interfaces/inner_api/host/shared/
Dhdf_device_node.h38 struct DevHostService *hostService; member
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
Ddevhost_test.cpp146 struct IDevHostService *hostService = reinterpret_cast<struct IDevHostService *>(object); variable
/drivers/hdf_core/framework/core/manager/src/
Ddevmgr_service.c283 struct IDevmgrService *inst, uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceAttachDeviceHost()