HomeSort by: relevance | last modified time | path
    Searched refs:nvif_object_ioctl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_object.c 36 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) function in typeref:typename:int
82 ret = nvif_object_ioctl(object, args, size, NULL);
118 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL);
138 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL);
166 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL);
183 nvif_object_ioctl(object, &args, sizeof(args), NULL);
213 ret = nvif_object_ioctl(object, args, argn, NULL);
308 nvif_object_ioctl(object, &args, sizeof(args), NULL);
344 ret = nvif_object_ioctl(parent, args, sizeof(*args) + size,
nouveau_nvif_notify.c 52 return nvif_object_ioctl(object, &args, sizeof(args), NULL);
83 return nvif_object_ioctl(object, &args, sizeof(args), NULL);
162 ret = nvif_object_ioctl(object, &args, sizeof(args), NULL);
207 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
object.h 43 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_svm.c 571 ret = nvif_object_ioctl(&svmm->vmm->vmm.object, data, size, NULL);

Completed in 14 milliseconds