Searched refs:nvif_object_ioctl (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) nvif_object_ioctl() function 77 ret = nvif_object_ioctl(object, args, size, NULL); nvif_object_sclass_get() 113 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_object_rd() 133 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_object_wr() 161 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); nvif_object_mthd() 186 nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_object_unmap() 201 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_object_map() 227 nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_object_fini() 263 ret = nvif_object_ioctl(parent, args, sizeof(*args) + size, nvif_object_init()
|
H A D | notify.c | 47 return nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_notify_put_() 78 return nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_notify_get_() 157 ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); nvif_notify_fini() 204 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); nvif_notify_init()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | object.h | 26 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
|
Completed in 74 milliseconds