Searched refs:nvif_object_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() function 71 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_object_sclass() 89 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_rd() 109 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_wr() 137 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_object_mthd() 162 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_unmap() 177 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_map() 207 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_fini() 254 ret = nvif_object_ioctl(parent, ctor, sizeof(*ctor) + in nvif_object_init()
|
D | notify.c | 47 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_fini() 206 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_notify_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 29 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);
|