Searched refs:DevHostServiceProxy (Results 1 – 3 of 3) sorted by relevance
32 struct DevHostServiceProxy *hostClnt = (struct DevHostServiceProxy *)inst; in DevHostServiceProxyOpsDevice()56 struct DevHostServiceProxy *hostClnt = (struct DevHostServiceProxy *)inst; in DevHostServiceProxyDelDevice()84 struct DevHostServiceProxy *proxy = HDF_SLIST_CONTAINER_OF( in DevHostServiceProxyOnRemoteDied()85 struct HdfDeathRecipient, recipient, struct DevHostServiceProxy, recipient); in DevHostServiceProxyOnRemoteDied()95 struct DevHostServiceProxy *hostClnt = (struct DevHostServiceProxy *)inst; in DevHostServicProxyDump()106 struct DevHostServiceProxy *inst, struct HdfRemoteService *remote) in DevHostServiceProxyConstruct()122 struct DevHostServiceProxy *instance = in DevHostServiceProxyObtain()123 (struct DevHostServiceProxy *)OsalMemCalloc(sizeof(struct DevHostServiceProxy)); in DevHostServiceProxyObtain()131 void DevHostServiceProxyRecycle(struct DevHostServiceProxy *inst) in DevHostServiceProxyRecycle()
31 struct DevHostServiceProxy *hostProxy = (struct DevHostServiceProxy *)hostClnt->hostService; in CleanupDiedHostResources()40 hostProxy = (struct DevHostServiceProxy *)service->target; in CleanupDiedHostResources()45 hostProxy = (struct DevHostServiceProxy *)service->target; in CleanupDiedHostResources()
26 struct DevHostServiceProxy { struct40 void DevHostServiceProxyRecycle(struct DevHostServiceProxy *inst); argument