Lines Matching refs:arg64
926 void __user *arg64 = compat_ptr(arg); in compass_dev_compat_ioctl() local
937 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_MFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl()
941 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_MFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl()
945 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_AFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl()
949 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_AFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl()
953 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_MVFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl()
957 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_MVFLAG, (unsigned long)arg64); in compass_dev_compat_ioctl()
961 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_SET_DELAY, (unsigned long)arg64); in compass_dev_compat_ioctl()
965 result = file->f_op->unlocked_ioctl(file, ECS_IOCTL_APP_GET_DELAY, (unsigned long)arg64); in compass_dev_compat_ioctl()
1157 void __user *arg64 = compat_ptr(arg); in light_dev_compat_ioctl() local
1167 ret = file->f_op->unlocked_ioctl(file, LIGHTSENSOR_IOCTL_GET_ENABLED, (unsigned long)arg64); in light_dev_compat_ioctl()
1171 ret = file->f_op->unlocked_ioctl(file, LIGHTSENSOR_IOCTL_ENABLE, (unsigned long)arg64); in light_dev_compat_ioctl()
1175 ret = file->f_op->unlocked_ioctl(file, LIGHTSENSOR_IOCTL_SET_RATE, (unsigned long)arg64); in light_dev_compat_ioctl()
1255 void __user *arg64 = compat_ptr(arg); in proximity_dev_compat_ioctl() local
1265 ret = file->f_op->unlocked_ioctl(file, PSENSOR_IOCTL_GET_ENABLED, (unsigned long)arg64); in proximity_dev_compat_ioctl()
1269 ret = file->f_op->unlocked_ioctl(file, PSENSOR_IOCTL_ENABLE, (unsigned long)arg64); in proximity_dev_compat_ioctl()