Searched refs:depth32 (Results 1 – 1 of 1) sorted by relevance
113 drm_r128_depth32_t depth32; in compat_r128_depth() local116 if (copy_from_user(&depth32, (void __user *)arg, sizeof(depth32))) in compat_r128_depth()121 || __put_user(depth32.func, &depth->func) in compat_r128_depth()122 || __put_user(depth32.n, &depth->n) in compat_r128_depth()123 || __put_user((int __user *)(unsigned long)depth32.x, &depth->x) in compat_r128_depth()124 || __put_user((int __user *)(unsigned long)depth32.y, &depth->y) in compat_r128_depth()125 || __put_user((unsigned int __user *)(unsigned long)depth32.buffer, in compat_r128_depth()127 || __put_user((unsigned char __user *)(unsigned long)depth32.mask, in compat_r128_depth()