Lines Matching full:ioctl
28 #include <nvif/ioctl.h>
47 return client->driver->ioctl(client->object.priv, client->super, in nvif_object_ioctl()
62 struct nvif_ioctl_v0 ioctl; in nvif_object_sclass_get() member
72 args->ioctl.version = 0; in nvif_object_sclass_get()
73 args->ioctl.type = NVIF_IOCTL_V0_SCLASS; in nvif_object_sclass_get()
106 struct nvif_ioctl_v0 ioctl; in nvif_object_rd() member
109 .ioctl.type = NVIF_IOCTL_V0_RD, in nvif_object_rd()
125 struct nvif_ioctl_v0 ioctl; in nvif_object_wr() member
128 .ioctl.type = NVIF_IOCTL_V0_WR, in nvif_object_wr()
143 struct nvif_ioctl_v0 ioctl; in nvif_object_mthd() member
155 args->ioctl.version = 0; in nvif_object_mthd()
156 args->ioctl.type = NVIF_IOCTL_V0_MTHD; in nvif_object_mthd()
172 struct nvif_ioctl_v0 ioctl; in nvif_object_unmap_handle() member
175 .ioctl.type = NVIF_IOCTL_V0_UNMAP, in nvif_object_unmap_handle()
186 struct nvif_ioctl_v0 ioctl; in nvif_object_map_handle() member
194 args->ioctl.type = NVIF_IOCTL_V0_MAP; in nvif_object_map_handle()
248 struct nvif_ioctl_v0 ioctl; in nvif_object_dtor() member
251 .ioctl.type = NVIF_IOCTL_V0_DEL, in nvif_object_dtor()
267 struct nvif_ioctl_v0 ioctl; in nvif_object_ctor() member
287 args->ioctl.version = 0; in nvif_object_ctor()
288 args->ioctl.type = NVIF_IOCTL_V0_NEW; in nvif_object_ctor()