Lines Matching defs:cmd
87 static int compat_drm_version(struct file *file, unsigned int cmd, in compat_drm_version()
134 static int compat_drm_getunique(struct file *file, unsigned int cmd, in compat_drm_getunique()
163 static int compat_drm_setunique(struct file *file, unsigned int cmd, in compat_drm_setunique()
192 static int compat_drm_getmap(struct file *file, unsigned int cmd, in compat_drm_getmap()
229 static int compat_drm_addmap(struct file *file, unsigned int cmd, in compat_drm_addmap()
271 static int compat_drm_rmmap(struct file *file, unsigned int cmd, in compat_drm_rmmap()
299 static int compat_drm_getclient(struct file *file, unsigned int cmd, in compat_drm_getclient()
341 static int compat_drm_getstats(struct file *file, unsigned int cmd, in compat_drm_getstats()
378 static int compat_drm_addbufs(struct file *file, unsigned int cmd, in compat_drm_addbufs()
408 static int compat_drm_markbufs(struct file *file, unsigned int cmd, in compat_drm_markbufs()
435 static int compat_drm_infobufs(struct file *file, unsigned int cmd, in compat_drm_infobufs()
499 static int compat_drm_mapbufs(struct file *file, unsigned int cmd, in compat_drm_mapbufs()
557 static int compat_drm_freebufs(struct file *file, unsigned int cmd, in compat_drm_freebufs()
583 static int compat_drm_setsareactx(struct file *file, unsigned int cmd, in compat_drm_setsareactx()
604 static int compat_drm_getsareactx(struct file *file, unsigned int cmd, in compat_drm_getsareactx()
639 static int compat_drm_resctx(struct file *file, unsigned int cmd, in compat_drm_resctx()
682 static int compat_drm_dma(struct file *file, unsigned int cmd, in compat_drm_dma()
729 static int compat_drm_agp_enable(struct file *file, unsigned int cmd, in compat_drm_agp_enable()
760 static int compat_drm_agp_info(struct file *file, unsigned int cmd, in compat_drm_agp_info()
800 static int compat_drm_agp_alloc(struct file *file, unsigned int cmd, in compat_drm_agp_alloc()
831 static int compat_drm_agp_free(struct file *file, unsigned int cmd, in compat_drm_agp_free()
852 static int compat_drm_agp_bind(struct file *file, unsigned int cmd, in compat_drm_agp_bind()
871 static int compat_drm_agp_unbind(struct file *file, unsigned int cmd, in compat_drm_agp_unbind()
893 static int compat_drm_sg_alloc(struct file *file, unsigned int cmd, in compat_drm_sg_alloc()
920 static int compat_drm_sg_free(struct file *file, unsigned int cmd, in compat_drm_sg_free()
946 static int compat_drm_update_draw(struct file *file, unsigned int cmd, in compat_drm_update_draw()
987 static int compat_drm_wait_vblank(struct file *file, unsigned int cmd, in compat_drm_wait_vblank()
1033 static int compat_drm_mode_addfb2(struct file *file, unsigned int cmd, in compat_drm_mode_addfb2()
1122 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl()