Lines Matching refs:argp
1465 void __user *argp = (void __user *)arg; in snd_ctl_ioctl() local
1466 int __user *ip = argp; in snd_ctl_ioctl()
1477 return snd_ctl_card_info(card, ctl, cmd, argp); in snd_ctl_ioctl()
1479 return snd_ctl_elem_list(card, argp); in snd_ctl_ioctl()
1481 return snd_ctl_elem_info_user(ctl, argp); in snd_ctl_ioctl()
1483 return snd_ctl_elem_read_user(card, argp); in snd_ctl_ioctl()
1485 return snd_ctl_elem_write_user(ctl, argp); in snd_ctl_ioctl()
1487 return snd_ctl_elem_lock(ctl, argp); in snd_ctl_ioctl()
1489 return snd_ctl_elem_unlock(ctl, argp); in snd_ctl_ioctl()
1491 return snd_ctl_elem_add_user(ctl, argp, 0); in snd_ctl_ioctl()
1493 return snd_ctl_elem_add_user(ctl, argp, 1); in snd_ctl_ioctl()
1495 return snd_ctl_elem_remove(ctl, argp); in snd_ctl_ioctl()
1499 return snd_ctl_tlv_ioctl(ctl, argp, SNDRV_CTL_TLV_OP_READ); in snd_ctl_ioctl()
1501 return snd_ctl_tlv_ioctl(ctl, argp, SNDRV_CTL_TLV_OP_WRITE); in snd_ctl_ioctl()
1503 return snd_ctl_tlv_ioctl(ctl, argp, SNDRV_CTL_TLV_OP_CMD); in snd_ctl_ioctl()