Lines Matching refs:ioctl
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()
174 struct nvif_ioctl_v0 ioctl; in nvif_object_unmap() member
177 .ioctl.type = NVIF_IOCTL_V0_UNMAP, in nvif_object_unmap()
196 struct nvif_ioctl_v0 ioctl; in nvif_object_map() member
199 .ioctl.type = NVIF_IOCTL_V0_MAP, in nvif_object_map()
217 struct nvif_ioctl_v0 ioctl; in nvif_object_fini() member
220 .ioctl.type = NVIF_IOCTL_V0_DEL, in nvif_object_fini()
236 struct nvif_ioctl_v0 ioctl; in nvif_object_init() member
253 args->ioctl.version = 0; in nvif_object_init()
254 args->ioctl.type = NVIF_IOCTL_V0_NEW; in nvif_object_init()