Searched refs:snd_seq_do_ioctl (Results 1 – 2 of 2) sorted by relevance
/sound/core/seq/ |
D | seq_compat.c | 62 err = snd_seq_do_ioctl(client, cmd, data); in snd_seq_call_port_info_ioctl() 125 return snd_seq_do_ioctl(client, cmd, argp); in snd_seq_ioctl_compat()
|
D | seq_clientmgr.c | 2173 static int snd_seq_do_ioctl(struct snd_seq_client *client, unsigned int cmd, in snd_seq_do_ioctl() function 2206 return snd_seq_do_ioctl(client, cmd, (void __user *) arg); in snd_seq_ioctl() 2405 result = snd_seq_do_ioctl(client, cmd, (void __user *)arg); in snd_seq_kernel_client_ctl()
|