Lines Matching defs:cmd

91 static int compat_drm_version(struct file *file, unsigned int cmd,  in compat_drm_version()
132 static int compat_drm_getunique(struct file *file, unsigned int cmd, in compat_drm_getunique()
159 static int compat_drm_setunique(struct file *file, unsigned int cmd, in compat_drm_setunique()
176 static int compat_drm_getmap(struct file *file, unsigned int cmd, in compat_drm_getmap()
204 static int compat_drm_addmap(struct file *file, unsigned int cmd, in compat_drm_addmap()
238 static int compat_drm_rmmap(struct file *file, unsigned int cmd, in compat_drm_rmmap()
261 static int compat_drm_getclient(struct file *file, unsigned int cmd, in compat_drm_getclient()
300 static int compat_drm_getstats(struct file *file, unsigned int cmd, in compat_drm_getstats()
321 static int compat_drm_addbufs(struct file *file, unsigned int cmd, in compat_drm_addbufs()
352 static int compat_drm_markbufs(struct file *file, unsigned int cmd, in compat_drm_markbufs()
397 static int compat_drm_infobufs(struct file *file, unsigned int cmd, in compat_drm_infobufs()
461 static int compat_drm_mapbufs(struct file *file, unsigned int cmd, in compat_drm_mapbufs()
489 static int compat_drm_freebufs(struct file *file, unsigned int cmd, in compat_drm_freebufs()
509 static int compat_drm_setsareactx(struct file *file, unsigned int cmd, in compat_drm_setsareactx()
525 static int compat_drm_getsareactx(struct file *file, unsigned int cmd, in compat_drm_getsareactx()
553 static int compat_drm_resctx(struct file *file, unsigned int cmd, in compat_drm_resctx()
590 static int compat_drm_dma(struct file *file, unsigned int cmd, in compat_drm_dma()
627 static int compat_drm_agp_enable(struct file *file, unsigned int cmd, in compat_drm_agp_enable()
654 static int compat_drm_agp_info(struct file *file, unsigned int cmd, in compat_drm_agp_info()
688 static int compat_drm_agp_alloc(struct file *file, unsigned int cmd, in compat_drm_agp_alloc()
717 static int compat_drm_agp_free(struct file *file, unsigned int cmd, in compat_drm_agp_free()
735 static int compat_drm_agp_bind(struct file *file, unsigned int cmd, in compat_drm_agp_bind()
751 static int compat_drm_agp_unbind(struct file *file, unsigned int cmd, in compat_drm_agp_unbind()
770 static int compat_drm_sg_alloc(struct file *file, unsigned int cmd, in compat_drm_sg_alloc()
792 static int compat_drm_sg_free(struct file *file, unsigned int cmd, in compat_drm_sg_free()
815 static int compat_drm_update_draw(struct file *file, unsigned int cmd, in compat_drm_update_draw()
841 static int compat_drm_wait_vblank(struct file *file, unsigned int cmd, in compat_drm_wait_vblank()
882 static int compat_drm_mode_addfb2(struct file *file, unsigned int cmd, in compat_drm_mode_addfb2()
971 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in drm_compat_ioctl()