Searched refs:nvif_object_ioctl (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvif/ |
H A D | nouveau_nvif_object.c | 36 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() function 82 ret = nvif_object_ioctl(object, args, size, NULL); in nvif_object_sclass_get() 118 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_rd() 138 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_wr() 166 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_object_mthd() 183 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_unmap_handle() 213 ret = nvif_object_ioctl(object, args, argn, NULL); in nvif_object_map_handle() 308 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_fini() 344 ret = nvif_object_ioctl(parent, args, sizeof(*args) + size, in nvif_object_init()
|
H A D | nouveau_nvif_notify.c | 52 return nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_put_() 83 return nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_get_() 162 ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_fini() 207 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_notify_init()
|
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
H A D | object.h | 43 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
|
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_svm.c | 571 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, data, size, NULL); in nouveau_range_fault()
|