Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dioctl.c440 nvkm_ioctl_v0[] = { variable
488 if (ret = -EINVAL, type < ARRAY_SIZE(nvkm_ioctl_v0)) { in nvkm_ioctl_path()
489 if (nvkm_ioctl_v0[type].version == 0) in nvkm_ioctl_path()
490 ret = nvkm_ioctl_v0[type].func(handle, data, size); in nvkm_ioctl_path()