Lines Matching refs:ioctl
50 return client->driver->ioctl(client->base.priv, client->super, data, size, hack); in nvif_object_ioctl()
57 struct nvif_ioctl_v0 ioctl; in nvif_object_sclass() member
65 args->ioctl.version = 0; in nvif_object_sclass()
66 args->ioctl.type = NVIF_IOCTL_V0_SCLASS; in nvif_object_sclass()
82 struct nvif_ioctl_v0 ioctl; in nvif_object_rd() member
85 .ioctl.type = NVIF_IOCTL_V0_RD, in nvif_object_rd()
101 struct nvif_ioctl_v0 ioctl; in nvif_object_wr() member
104 .ioctl.type = NVIF_IOCTL_V0_WR, in nvif_object_wr()
119 struct nvif_ioctl_v0 ioctl; in nvif_object_mthd() member
131 args->ioctl.version = 0; in nvif_object_mthd()
132 args->ioctl.type = NVIF_IOCTL_V0_MTHD; in nvif_object_mthd()
150 struct nvif_ioctl_v0 ioctl; in nvif_object_unmap() member
153 .ioctl.type = NVIF_IOCTL_V0_UNMAP, in nvif_object_unmap()
172 struct nvif_ioctl_v0 ioctl; in nvif_object_map() member
175 .ioctl.type = NVIF_IOCTL_V0_MAP, in nvif_object_map()
190 struct nvif_ioctl_v0 ioctl; member
200 struct nvif_ioctl_v0 ioctl; in nvif_object_fini() member
203 .ioctl.type = NVIF_IOCTL_V0_DEL, in nvif_object_fini()
246 ctor->ioctl.version = 0; in nvif_object_init()
247 ctor->ioctl.type = NVIF_IOCTL_V0_NEW; in nvif_object_init()