Lines Matching defs:arg
64 unsigned long arg)
69 if (copy_from_user(&init32, (void __user *)arg, sizeof(init32)))
109 unsigned long arg)
114 if (copy_from_user(&depth32, (void __user *)arg, sizeof(depth32)))
132 unsigned long arg)
137 if (copy_from_user(&stipple32, (void __user *)arg, sizeof(stipple32)))
151 unsigned long arg)
156 if (copy_from_user(&getparam32, (void __user *)arg, sizeof(getparam32)))
178 * \param arg user argument.
181 long r128_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
188 return drm_compat_ioctl(filp, cmd, arg);
194 ret = (*fn) (filp, cmd, arg);
196 ret = drm_ioctl(filp, cmd, arg);