Home
last modified time | relevance | path

Searched refs:drm_agp_buffer32_t (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_ioc32.c66 #define DRM_IOCTL_AGP_ALLOC32 DRM_IOWR(0x34, drm_agp_buffer32_t)
67 #define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
690 } drm_agp_buffer32_t; typedef
695 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_alloc()
696 drm_agp_buffer32_t req32; in compat_drm_agp_alloc()
724 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_free()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_ioc32.c65 #define DRM_IOCTL_AGP_ALLOC32 DRM_IOWR(0x34, drm_agp_buffer32_t)
66 #define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
686 } drm_agp_buffer32_t; typedef
691 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_alloc()
692 drm_agp_buffer32_t req32; in compat_drm_agp_alloc()
720 drm_agp_buffer32_t __user *argp = (void __user *)arg; in compat_drm_agp_free()

Completed in 6 milliseconds