Searched refs:drm_compat_ioctls (Results 1 – 1 of 1) sorted by relevance
333 } drm_compat_ioctls[] = { variable375 if (nr >= ARRAY_SIZE(drm_compat_ioctls)) in drm_compat_ioctl()378 nr = array_index_nospec(nr, ARRAY_SIZE(drm_compat_ioctls)); in drm_compat_ioctl()379 fn = drm_compat_ioctls[nr].fn; in drm_compat_ioctl()387 drm_compat_ioctls[nr].name); in drm_compat_ioctl()