depth32           111 drivers/gpu/drm/r128/r128_ioc32.c 	drm_r128_depth32_t depth32;
depth32           114 drivers/gpu/drm/r128/r128_ioc32.c 	if (copy_from_user(&depth32, (void __user *)arg, sizeof(depth32)))
depth32           117 drivers/gpu/drm/r128/r128_ioc32.c 	depth.func = depth32.func;
depth32           118 drivers/gpu/drm/r128/r128_ioc32.c 	depth.n = depth32.n;
depth32           119 drivers/gpu/drm/r128/r128_ioc32.c 	depth.x = compat_ptr(depth32.x);
depth32           120 drivers/gpu/drm/r128/r128_ioc32.c 	depth.y = compat_ptr(depth32.y);
depth32           121 drivers/gpu/drm/r128/r128_ioc32.c 	depth.buffer = compat_ptr(depth32.buffer);
depth32           122 drivers/gpu/drm/r128/r128_ioc32.c 	depth.mask = compat_ptr(depth32.mask);