uinput_ioctl_handler
return uinput_ioctl_handler(file, cmd, arg, (void __user *)arg);
return uinput_ioctl_handler(file, cmd, arg, compat_ptr(arg));