Home
last modified time | relevance | path

Searched refs:nvif_object_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() function
75 ret = nvif_object_ioctl(object, args, size, NULL); in nvif_object_sclass_get()
127 ret = nvif_object_ioctl(object, args, args_size, NULL); in nvif_object_mthd()
144 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_unmap_handle()
163 ret = nvif_object_ioctl(object, args, argn, NULL); in nvif_object_map_handle()
224 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_dtor()
269 ret = nvif_object_ioctl(parent, args, args_size, &object->priv); in nvif_object_ctor()
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h34 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_svm.c637 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_atomic_range_fault()
703 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_range_fault()
932 nvif_object_ioctl(&svmm->vmm->vmm.object, args, in nouveau_pfns_map()