Searched refs:nvif_object_ioctl (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() function 77 ret = nvif_object_ioctl(object, args, size, NULL); in nvif_object_sclass_get() 113 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_rd() 133 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_wr() 161 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_object_mthd() 178 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_unmap_handle() 197 ret = nvif_object_ioctl(object, args, argn, NULL); in nvif_object_map_handle() 258 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_dtor() 297 ret = nvif_object_ioctl(parent, args, sizeof(*args) + size, in nvif_object_ctor()
|
H A D | notify.c | 47 return nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_put_() 78 return nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_get_() 157 ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_dtor() 203 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_notify_ctor()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() function 76 ret = nvif_object_ioctl(object, args, size, NULL); in nvif_object_sclass_get() 112 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_rd() 132 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_wr() 160 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_object_mthd() 177 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_unmap_handle() 196 ret = nvif_object_ioctl(object, args, argn, NULL); in nvif_object_map_handle() 257 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_dtor() 296 ret = nvif_object_ioctl(parent, args, sizeof(*args) + size, in nvif_object_ctor()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 28 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 34 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 547 * The address prepared here is passed through nvif_object_ioctl() in nouveau_hmm_convert_pfn() 640 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_atomic_range_fault() 706 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_range_fault() 936 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, in nouveau_pfns_map()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_svm.c | 521 * The address prepared here is passed through nvif_object_ioctl() in nouveau_hmm_convert_pfn() 609 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_range_fault() 826 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, sizeof(*args) + in nouveau_pfns_map()
|
Completed in 7 milliseconds