Lines Matching refs:argp
2236 void __user *argp)
2243 if (copy_from_user(&info, argp, sizeof(info)))
2248 if (copy_to_user(argp, &info, sizeof(info)))
2492 void __user *argp)
2505 if (copy_to_user(argp, &mcn, sizeof(mcn)))
2580 void __user *argp)
2588 if (copy_from_user(&q, argp, sizeof(q)))
2604 if (copy_to_user(argp, &q, sizeof(q)))
2611 void __user *argp)
2618 if (copy_from_user(&header, argp, sizeof(header)))
2625 if (copy_to_user(argp, &header, sizeof(header)))
2651 void __user *argp)
2656 if (copy_from_user(&entry, argp, sizeof(entry)))
2659 if (!ret && copy_to_user(argp, &entry, sizeof(entry)))
2665 void __user *argp)
2673 if (copy_from_user(&msf, argp, sizeof(msf)))
2679 void __user *argp)
2688 if (copy_from_user(&ti, argp, sizeof(ti)))
2697 void __user *argp)
2705 if (copy_from_user(&volume, argp, sizeof(volume)))
2711 void __user *argp)
2725 if (copy_to_user(argp, &volume, sizeof(volume)))
3328 void __user *argp = (void __user *)arg;
3333 return cdrom_ioctl_multisession(cdi, argp);
3361 return cdrom_ioctl_get_mcn(cdi, argp);
3389 return cdrom_ioctl_get_subchnl(cdi, argp);
3391 return cdrom_ioctl_read_tochdr(cdi, argp);
3393 return cdrom_ioctl_read_tocentry(cdi, argp);
3395 return cdrom_ioctl_play_msf(cdi, argp);
3397 return cdrom_ioctl_play_trkind(cdi, argp);
3399 return cdrom_ioctl_volctrl(cdi, argp);
3401 return cdrom_ioctl_volread(cdi, argp);