Home
last modified time | relevance | path

Searched refs:nvif_object_ioctl (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl() function
77 ret = nvif_object_ioctl(object, args, size, NULL); in nvif_object_sclass_get()
113 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_rd()
133 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_wr()
161 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_object_mthd()
186 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_unmap()
201 int ret = nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_map()
227 nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_object_fini()
263 ret = nvif_object_ioctl(parent, args, sizeof(*args) + size, in nvif_object_init()
Dnotify.c47 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()
204 ret = nvif_object_ioctl(object, args, sizeof(*args) + size, NULL); in nvif_notify_init()
/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h26 int nvif_object_ioctl(struct nvif_object *, void *, u32, void **);