Searched refs:NV_PARENT_CLASS (Results 1 – 5 of 5) sorted by relevance
36 parctx = nv_pclass(nv_object(engctx), NV_PARENT_CLASS); in nvkm_engctx_exists()137 parent = nv_pclass(object->parent, NV_PARENT_CLASS); in nvkm_engctx_init()164 parent = nv_pclass(object->parent, NV_PARENT_CLASS); in nvkm_engctx_fini()
59 if (!nv_iclass(object, NV_PARENT_CLASS)) { in nvkm_ioctl_sclass()110 if (!nv_iclass(handle->object, NV_PARENT_CLASS)) { in nvkm_ioctl_new()467 if (!nv_iclass(object, NV_PARENT_CLASS)) { in nvkm_ioctl_path()
120 NV_PARENT_CLASS, size, pobject); in nvkm_parent_create_()
30 if (unlikely(!(nv_iclass(obj, NV_PARENT_CLASS)))) in nv_parent()
6 #define NV_PARENT_CLASS 0x80000000 macro