Home
last modified time | relevance | path

Searched refs:pSubdeviceRef (Results 1 – 4 of 4) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/gpu/subdevice/
H A Dsubdevice.c463 RsResourceRef *pSubdeviceRef = pCallContext->pResourceRef; in subdeviceRestoreGrTickFreq_IMPL() local
467 if (pSubdeviceRef) in subdeviceRestoreGrTickFreq_IMPL()
471 NV_REQUESTER_CLIENT_OBJECT(pRsClient->hClient, pSubdeviceRef->hResource), NV_TRUE); in subdeviceRestoreGrTickFreq_IMPL()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/
H A Dgpu_resource.c60 RsResourceRef *pSubdeviceRef; in gpuresConstruct_IMPL() local
71 status = refFindAncestorOfType(pResourceRef, classId(Subdevice), &pSubdeviceRef); in gpuresConstruct_IMPL()
73 pGpuResource->pSubdevice = dynamicCast(pSubdeviceRef->pResource, Subdevice); in gpuresConstruct_IMPL()
H A Dgpu_rmapi.c153 RsResourceRef *pSubdeviceRef; in gpuGetByRef() local
170 status = refFindAncestorOfType(pContextRef, classId(Subdevice), &pSubdeviceRef); in gpuGetByRef()
173 pGpuResource = dynamicCast(pSubdeviceRef->pResource, GpuResource); in gpuGetByRef()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/bus/
H A Dthird_party_p2p.c69 RsResourceRef *pSubdeviceRef = pCallContext->pResourceRef->pParentRef; in thirdpartyp2pConstruct_IMPL() local
79 pSubdevice = dynamicCast(pSubdeviceRef->pResource, Subdevice); in thirdpartyp2pConstruct_IMPL()