Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c31 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 Dnotify.c47 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c31 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 Dnotify.c47 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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c31 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 Dnotify.c47 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()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h28 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h28 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/include/nvif/
H A Dobject.h28 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c605 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_range_fault()
822 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, sizeof(*args) + in nouveau_pfns_map()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c605 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_range_fault()
822 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, sizeof(*args) + in nouveau_pfns_map()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c605 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, size, NULL); in nouveau_range_fault()
822 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, args, sizeof(*args) + in nouveau_pfns_map()