/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_ioc32.c | 57 return drm_compat_ioctl(filp, cmd, arg); in nouveau_compat_ioctl()
|
/linux-4.1.27/drivers/gpu/drm/tdfx/ |
D | tdfx_drv.c | 53 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
D | savage_drv.c | 46 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/via/ |
D | via_drv.c | 68 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/sis/ |
D | sis_drv.c | 76 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_drv.c | 34 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_drv.c | 85 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_drv.c | 129 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_drv.c | 73 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_drv.c | 192 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/i915/ |
D | i915_ioc32.c | 208 return drm_compat_ioctl(filp, cmd, arg); in i915_compat_ioctl()
|
/linux-4.1.27/drivers/gpu/drm/r128/ |
D | r128_ioc32.c | 204 return drm_compat_ioctl(filp, cmd, arg); in r128_compat_ioctl()
|
/linux-4.1.27/drivers/gpu/drm/mga/ |
D | mga_ioc32.c | 215 return drm_compat_ioctl(filp, cmd, arg); in mga_compat_ioctl()
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_drv.c | 246 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.c | 179 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_drv.c | 256 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 264 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 285 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_dc.c | 479 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_ioc32.c | 1122 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl() function 1145 EXPORT_SYMBOL(drm_compat_ioctl);
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 530 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/include/drm/ |
D | drmP.h | 885 extern long drm_compat_ioctl(struct file *filp,
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.c | 875 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | drm.c | 798 .compat_ioctl = drm_compat_ioctl,
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_drv.c | 1084 return vmw_generic_ioctl(filp, cmd, arg, &drm_compat_ioctl); in vmw_compat_ioctl()
|