| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ioc32.c | 42 return drm_compat_ioctl(filp, cmd, arg); in amdgpu_kms_compat_ioctl()
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/ |
| D | nouveau_ioc32.c | 57 return drm_compat_ioctl(filp, cmd, arg); in nouveau_compat_ioctl()
|
| /linux-4.4.14/drivers/gpu/drm/tdfx/ |
| D | tdfx_drv.c | 53 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | i915_ioc32.c | 88 return drm_compat_ioctl(filp, cmd, arg); in i915_compat_ioctl()
|
| /linux-4.4.14/drivers/gpu/drm/i810/ |
| D | i810_drv.c | 53 .compat_ioctl = drm_compat_ioctl,
|
| D | i810_dma.c | 117 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/savage/ |
| D | savage_drv.c | 46 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/via/ |
| D | via_drv.c | 68 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/udl/ |
| D | udl_drv.c | 34 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/sis/ |
| D | sis_drv.c | 76 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/mgag200/ |
| D | mgag200_drv.c | 86 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/virtio/ |
| D | virtgpu_drv.c | 114 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/cirrus/ |
| D | cirrus_drv.c | 129 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/ast/ |
| D | ast_drv.c | 192 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/bochs/ |
| D | bochs_drv.c | 73 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_ioc32.c | 400 return drm_compat_ioctl(filp, cmd, arg); in radeon_compat_ioctl() 419 return drm_compat_ioctl(filp, cmd, arg); in radeon_kms_compat_ioctl()
|
| /linux-4.4.14/drivers/gpu/drm/r128/ |
| D | r128_ioc32.c | 204 return drm_compat_ioctl(filp, cmd, arg); in r128_compat_ioctl()
|
| /linux-4.4.14/drivers/gpu/drm/vc4/ |
| D | vc4_drv.c | 70 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/sti/ |
| D | sti_drv.c | 178 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/mga/ |
| D | mga_ioc32.c | 215 return drm_compat_ioctl(filp, cmd, arg); in mga_compat_ioctl()
|
| /linux-4.4.14/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_drv.c | 261 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/shmobile/ |
| D | shmob_drm_drv.c | 256 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/fsl-dcu/ |
| D | fsl_dcu_drm_drv.c | 181 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_drv.c | 267 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/exynos/ |
| D | exynos_drm_drv.c | 437 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/ |
| D | drm_ioc32.c | 1119 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl() function 1142 EXPORT_SYMBOL(drm_compat_ioctl);
|
| /linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_dc.c | 684 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/include/drm/ |
| D | drmP.h | 909 extern long drm_compat_ioctl(struct file *filp,
|
| /linux-4.4.14/drivers/gpu/drm/tilcdc/ |
| D | tilcdc_drv.c | 547 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/msm/ |
| D | msm_drv.c | 952 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/tegra/ |
| D | drm.c | 807 .compat_ioctl = drm_compat_ioctl,
|
| /linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_drv.c | 1151 return vmw_generic_ioctl(filp, cmd, arg, &drm_compat_ioctl); in vmw_compat_ioctl()
|