Searched refs:nouveau_object_ioctl (Results 1 – 1 of 1) sorted by relevance
/third_party/libdrm/nouveau/ |
D | nouveau.c | 80 nouveau_object_ioctl(struct nouveau_object *obj, void *data, uint32_t size) in nouveau_object_ioctl() function 135 ret = nouveau_object_ioctl(obj, args, argc); in nouveau_object_mthd() 174 ret = nouveau_object_ioctl(obj, args, size); in nouveau_object_sclass_get() 243 nouveau_object_ioctl(obj, &args, sizeof(args)); in nouveau_object_fini() 278 ret = nouveau_object_ioctl(parent, args, argc); in nouveau_object_init()
|