nvif_object_mthd   32 drivers/gpu/drm/nouveau/include/nvif/object.h int  nvif_object_mthd(struct nvif_object *, u32, void *, u32);
nvif_object_mthd   71 drivers/gpu/drm/nouveau/include/nvif/object.h #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d))
nvif_object_mthd  527 drivers/gpu/drm/nouveau/nouveau_chan.c 	ret = nvif_object_mthd(device, NV_DEVICE_V0_INFO, &args, sizeof(args));
nvif_object_mthd  250 drivers/gpu/drm/nouveau/nouveau_svm.c 		nvif_object_mthd(&svmm->vmm->vmm.object, NVIF_VMM_V0_PFNCLR,
nvif_object_mthd  384 drivers/gpu/drm/nouveau/nouveau_svm.c 	WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object,
nvif_object_mthd  400 drivers/gpu/drm/nouveau/nouveau_svm.c 	WARN_ON(nvif_object_mthd(&svm->drm->client.vmm.vmm.object,
nvif_object_mthd   63 drivers/gpu/drm/nouveau/nv04_fence.c 	WARN_ON(nvif_object_mthd(&chan->nvsw, NV04_NVSW_GET_REF,
nvif_object_mthd   31 drivers/gpu/drm/nouveau/nvif/device.c 	int ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_TIME,
nvif_object_mthd   56 drivers/gpu/drm/nouveau/nvif/device.c 		ret = nvif_object_mthd(&device->object, NV_DEVICE_V0_INFO,
nvif_object_mthd   48 drivers/gpu/drm/nouveau/nvif/fifo.c 	ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, a, sizeof(*a));
nvif_object_mthd   90 drivers/gpu/drm/nouveau/nvif/fifo.c 	ret = nvif_object_mthd(object, NV_DEVICE_V0_INFO, &a, sizeof(a));
nvif_object_mthd   83 drivers/gpu/drm/nouveau/nvif/mmu.c 		ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_HEAP,
nvif_object_mthd   94 drivers/gpu/drm/nouveau/nvif/mmu.c 		ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_TYPE,
nvif_object_mthd  120 drivers/gpu/drm/nouveau/nvif/mmu.c 		ret = nvif_object_mthd(&mmu->object, NVIF_MMU_V0_KIND,
nvif_object_mthd   30 drivers/gpu/drm/nouveau/nvif/vmm.c 	return nvif_object_mthd(&vmm->object, NVIF_VMM_V0_UNMAP,
nvif_object_mthd   57 drivers/gpu/drm/nouveau/nvif/vmm.c 	ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_MAP,
nvif_object_mthd   68 drivers/gpu/drm/nouveau/nvif/vmm.c 		WARN_ON(nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PUT,
nvif_object_mthd   98 drivers/gpu/drm/nouveau/nvif/vmm.c 	ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_GET,
nvif_object_mthd  152 drivers/gpu/drm/nouveau/nvif/vmm.c 		ret = nvif_object_mthd(&vmm->object, NVIF_VMM_V0_PAGE,