Lines Matching refs:req32

338 	drm_buf_info32_t *req32 = data;  in compat_drm_infobufs()  local
346 count = req32->count; in compat_drm_infobufs()
347 to = (drm_buf_desc32_t *)(unsigned long)req32->list; in compat_drm_infobufs()
374 req32->count = actual; in compat_drm_infobufs()
395 drm_buf_map32_t *req32 = data; in compat_drm_mapbufs() local
403 count = req32->count; in compat_drm_mapbufs()
404 list32 = (void *)(unsigned long)req32->list; in compat_drm_mapbufs()
430 req32->count = actual; in compat_drm_mapbufs()
431 req32->virtual = (unsigned long)request->virtual; in compat_drm_mapbufs()
444 drm_buf_free32_t *req32 = data; in compat_drm_freebufs() local
447 request.count = req32->count; in compat_drm_freebufs()
448 request.list = (int *)(unsigned long)req32->list; in compat_drm_freebufs()
461 drm_ctx_priv_map32_t *req32 = data; in compat_drm_setsareactx() local
464 request.ctx_id = req32->ctx_id; in compat_drm_setsareactx()
465 request.handle = (void *)(unsigned long)req32->handle; in compat_drm_setsareactx()
473 drm_ctx_priv_map32_t *req32 = data; in compat_drm_getsareactx() local
477 request.ctx_id = req32->ctx_id; in compat_drm_getsareactx()
483 req32->handle = (unsigned long)request.handle; in compat_drm_getsareactx()
620 drm_agp_buffer32_t *req32 = data; in compat_drm_agp_alloc() local
624 request.size = req32->size; in compat_drm_agp_alloc()
625 request.type = req32->type; in compat_drm_agp_alloc()
631 req32->handle = request.handle; in compat_drm_agp_alloc()
632 req32->physical = request.physical; in compat_drm_agp_alloc()
640 drm_agp_buffer32_t *req32 = data; in compat_drm_agp_free() local
643 request.handle = req32->handle; in compat_drm_agp_free()
656 drm_agp_binding32_t *req32 = data; in compat_drm_agp_bind() local
659 request.handle = req32->handle; in compat_drm_agp_bind()
660 request.offset = req32->offset; in compat_drm_agp_bind()
668 drm_agp_binding32_t *req32 = data; in compat_drm_agp_unbind() local
671 request.handle = req32->handle; in compat_drm_agp_unbind()
685 drm_scatter_gather32_t *req32 = data; in compat_drm_sg_alloc() local
689 request.size = (unsigned long)req32->size; in compat_drm_sg_alloc()
696 req32->handle = (unsigned long)request.handle >> PAGE_SHIFT; in compat_drm_sg_alloc()
704 drm_scatter_gather32_t *req32 = data; in compat_drm_sg_free() local
707 request.handle = (unsigned long)req32->handle << PAGE_SHIFT; in compat_drm_sg_free()
743 drm_wait_vblank32_t *req32 = data; in compat_drm_wait_vblank() local
747 request.request.type = req32->request.type; in compat_drm_wait_vblank()
748 request.request.sequence = req32->request.sequence; in compat_drm_wait_vblank()
749 request.request.signal = req32->request.signal; in compat_drm_wait_vblank()
755 req32->reply.type = request.reply.type; in compat_drm_wait_vblank()
756 req32->reply.sequence = request.reply.sequence; in compat_drm_wait_vblank()
757 req32->reply.tval_sec = request.reply.tval_sec; in compat_drm_wait_vblank()
758 req32->reply.tval_usec = request.reply.tval_usec; in compat_drm_wait_vblank()