Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 25 of 33) sorted by relevance

12

/drivers/hdf_core/framework/core/host/src/
Ddevmgr_service_clnt.c20 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntAttachDeviceHost() local
37 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntAttachDevice() local
54 struct DevmgrServiceClnt *inst = DevmgrServiceClntGetInstance(); in DevmgrServiceClntDetachDevice() local
76 void DevmgrServiceClntFreeInstance(struct DevmgrServiceClnt *inst) in DevmgrServiceClntFreeInstance()
Ddevhost_service.c46 static struct HdfDevice *DevHostServiceQueryOrAddDevice(struct DevHostService *inst, uint16_t devic… in DevHostServiceQueryOrAddDevice()
61 int DevHostServiceAddDevice(struct IDevHostService *inst, const struct HdfDeviceInfo *deviceInfo) in DevHostServiceAddDevice()
114 int DevHostServiceDelDevice(struct IDevHostService *inst, devid_t devId) in DevHostServiceDelDevice()
Dhdf_device_token.c13 static void HdfDeviceTokenConstruct(struct HdfDeviceToken *inst) in HdfDeviceTokenConstruct()
Dhdf_driver_loader.c55 void HdfDriverLoaderConstruct(struct HdfDriverLoader *inst) in HdfDriverLoaderConstruct()
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevhost_service_proxy.c28 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute, int opsCode) in DevHostServiceProxyOpsDevice()
46 struct IDevHostService *inst, const struct HdfDeviceInfo *attribute) in DevHostServiceProxyAddDevice()
52 struct IDevHostService *inst, devid_t devid) in DevHostServiceProxyDelDevice()
93 static int32_t DevHostServicProxyDump(struct IDevHostService *inst, struct HdfSBuf *data, struct Hd… in DevHostServicProxyDump()
106 struct DevHostServiceProxy *inst, struct HdfRemoteService *remote) in DevHostServiceProxyConstruct()
131 void DevHostServiceProxyRecycle(struct DevHostServiceProxy *inst) in DevHostServiceProxyRecycle()
Ddevice_token_proxy.c19 static void HdfDevTokenProxyConstruct(struct HdfDevTokenProxy *inst, struct HdfRemoteService *remot… in HdfDevTokenProxyConstruct()
34 void HdfDevTokenProxyRecycle(struct HdfDevTokenProxy *inst) in HdfDevTokenProxyRecycle()
Ddevmgr_service_full.c63 static void DevmgrServiceFullOnDeviceHostDied(struct DevmgrServiceFull *inst, uint32_t hostId, in DevmgrServiceFullOnDeviceHostDied()
114 void DevmgrServiceFullConstruct(struct DevmgrServiceFull *inst) in DevmgrServiceFullConstruct()
Ddevmgr_query_device.c24 int DevFillQueryDeviceInfo(struct IDevmgrService *inst, struct HdfSBuf *data, struct HdfSBuf *reply) in DevFillQueryDeviceInfo()
Ddriver_installer_full.c45 static void DriverInstallerFullConstruct(struct DriverInstaller *inst) in DriverInstallerFullConstruct()
/drivers/hdf_core/framework/core/manager/src/
Ddevsvc_manager.c22 static struct DevSvcRecord *DevSvcManagerSearchServiceLocked(struct IDevSvcManager *inst, uint32_t … in DevSvcManagerSearchServiceLocked()
84 int DevSvcManagerAddService(struct IDevSvcManager *inst, in DevSvcManagerAddService()
130 int DevSvcManagerUpdateService(struct IDevSvcManager *inst, in DevSvcManagerUpdateService()
165 int DevSvcManagerSubscribeService(struct IDevSvcManager *inst, const char *svcName, struct Subscrib… in DevSvcManagerSubscribeService()
184 void DevSvcManagerRemoveService(struct IDevSvcManager *inst, const char *svcName, const struct HdfD… in DevSvcManagerRemoveService()
214 struct HdfDeviceObject *DevSvcManagerGetObject(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetObject()
254 struct HdfObject *DevSvcManagerGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerGetService()
263 void DevSvcManagerListAllService(struct IDevSvcManager *inst, struct HdfSBuf *reply) in DevSvcManagerListAllService()
283 struct IDevSvcManager *inst, const char *interfaceDesc, struct HdfSBuf *reply) in DevSvcManagerListServiceByInterfaceDesc()
326 int DevSvcManagerRegsterServListener(struct IDevSvcManager *inst, struct ServStatListenerHolder *li… in DevSvcManagerRegsterServListener()
[all …]
Ddevmgr_service.c214 static struct DevHostServiceClnt *DevmgrServiceFindDeviceHost(struct IDevmgrService *inst, uint16_t… in DevmgrServiceFindDeviceHost()
232 static int DevmgrServiceAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceAttachDevice()
261 static int DevmgrServiceDetachDevice(struct IDevmgrService *inst, devid_t devid) in DevmgrServiceDetachDevice()
283 struct IDevmgrService *inst, uint16_t hostId, struct IDevHostService *hostService) in DevmgrServiceAttachDeviceHost()
330 static int DevmgrServiceStartDeviceHosts(struct DevmgrService *inst) in DevmgrServiceStartDeviceHosts()
355 static int32_t DevmgrServiceListAllDevice(struct IDevmgrService *inst, struct HdfSBuf *reply) in DevmgrServiceListAllDevice()
391 int DevmgrServiceStartService(struct IDevmgrService *inst) in DevmgrServiceStartService()
445 bool DevmgrServiceConstruct(struct DevmgrService *inst) in DevmgrServiceConstruct()
Ddevsvc_manager_ext.c127 struct DevSvcManagerExt *inst = (struct DevSvcManagerExt *)svcmgr; in DevSvcManagerExtStart() local
163 static bool DevSvcManagerExtConstruct(struct DevSvcManagerExt *inst) in DevSvcManagerExtConstruct()
197 void DevSvcManagerExtRelease(struct IDevSvcManager *inst) in DevSvcManagerExtRelease()
Dhdf_driver_installer.c33 static void DriverInstallerConstruct(struct DriverInstaller *inst) in DriverInstallerConstruct()
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevmgr_service_proxy.c28 int DevmgrServiceProxyAttachDeviceHost(struct IDevmgrService *inst, uint16_t hostId, struct IDevHos… in DevmgrServiceProxyAttachDeviceHost()
56 int DevmgrServiceProxyAttachDevice(struct IDevmgrService *inst, struct IHdfDeviceToken *token) in DevmgrServiceProxyAttachDevice()
81 int DevmgrServiceProxyDetachDevice(struct IDevmgrService *inst, devid_t devid) in DevmgrServiceProxyDetachDevice()
103 static int DevmgrServiceProxyProcessLoad(struct IDevmgrService *inst, const char *svcName, int code) in DevmgrServiceProxyProcessLoad()
123 int DevmgrServiceProxyLoadDevice(struct IDevmgrService *inst, const char *svcName) in DevmgrServiceProxyLoadDevice()
128 int DevmgrServiceProxyUnLoadDevice(struct IDevmgrService *inst, const char *svcName) in DevmgrServiceProxyUnLoadDevice()
133 static void DevmgrServiceProxyConstruct(struct DevmgrServiceProxy *inst) in DevmgrServiceProxyConstruct()
Ddevsvc_manager_proxy.c72struct IDevSvcManager *inst, struct HdfDeviceObject *service, const struct HdfServiceInfo *servInf… in DevSvcManagerProxyAddService()
111 static int DevSvcManagerProxyUpdateService(struct IDevSvcManager *inst, in DevSvcManagerProxyUpdateService()
151 struct HdfObject *DevSvcManagerProxyGetService(struct IDevSvcManager *inst, const char *svcName) in DevSvcManagerProxyGetService()
180 void DevSvcManagerProxyRemoveService(struct IDevSvcManager *inst, const char *svcName, in DevSvcManagerProxyRemoveService()
228 void DevSvcManagerProxyConstruct(struct DevSvcManagerProxy *inst, struct HdfRemoteService *remote) in DevSvcManagerProxyConstruct()
Dhdf_device_thread.c50 int DeviceThreadAttach(struct DeviceThread *inst, struct IHdfDevice *device, struct HdfDeviceNode *… in DeviceThreadAttach()
80 void DeviceThreadConstruct(struct DeviceThread *inst) in DeviceThreadConstruct()
Ddevhost_service_full.c65 struct DevHostServiceFull *inst = (struct DevHostServiceFull *)devHostService; in DevHostServiceFullOpsDevice() local
202 void DevHostServiceFullConstruct(struct DevHostServiceFull *inst) in DevHostServiceFullConstruct()
215 void DevHostServiceFullDestruct(struct DevHostServiceFull *inst) in DevHostServiceFullDestruct()
Ddevice_token_stub.c38 void DeviceTokenStubConstruct(struct DeviceTokenStub *inst) in DeviceTokenStubConstruct()
Ddriver_loader_full.c94 void HdfDriverLoaderFullConstruct(struct DriverLoaderFull *inst) in HdfDriverLoaderFullConstruct()
/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
Dhdf_device_node_ext.c42 static int DeviceNodeExtPublishService(struct HdfDeviceNode *inst) in DeviceNodeExtPublishService()
57 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()
/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
Dhdf_device_node_ext.c38 static int DeviceNodeExtPublishService(struct HdfDeviceNode *inst) in DeviceNodeExtPublishService()
53 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()
/drivers/hdf_core/framework/core/shared/src/
Dhdf_service_record.c17 void DevSvcRecordFreeInstance(struct DevSvcRecord *inst) in DevSvcRecordFreeInstance()
/drivers/hdf_core/framework/utils/src/
Dhdf_cstring.c51 void HdfCStringRecycle(struct HdfCString *inst) in HdfCStringRecycle()
Dhdf_message_task.c49 void HdfMessageTaskConstruct(struct HdfMessageTask *inst, in HdfMessageTaskConstruct()
/drivers/hdf_core/framework/core/common/src/
Dhdf_device_node_ext.c107 static void DeviceNodeExtConstruct(struct DeviceNodeExt *inst) in DeviceNodeExtConstruct()

12