Home
last modified time | relevance | path

Searched refs:snd_seq_do_ioctl (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/core/seq/
Dseq_compat.c63 err = snd_seq_do_ioctl(client, cmd, data); in snd_seq_call_port_info_ioctl()
126 return snd_seq_do_ioctl(client, cmd, argp); in snd_seq_ioctl_compat()
Dseq_clientmgr.c2194 static int snd_seq_do_ioctl(struct snd_seq_client *client, unsigned int cmd, in snd_seq_do_ioctl() function
2227 return snd_seq_do_ioctl(client, cmd, (void __user *) arg); in snd_seq_ioctl()
2426 result = snd_seq_do_ioctl(client, cmd, (void __force __user *)arg); in snd_seq_kernel_client_ctl()