Home
last modified time | relevance | path

Searched refs:snd_seq_client_ioctl_lock (Results 1 – 3 of 3) sorted by relevance

/linux/sound/core/seq/
H A Dseq_clientmgr.h97 bool snd_seq_client_ioctl_lock(int clientid);
H A Dseq_clientmgr.c189 bool snd_seq_client_ioctl_lock(int clientid) in snd_seq_client_ioctl_lock() function
200 EXPORT_SYMBOL_GPL(snd_seq_client_ioctl_lock);
212 * leftover from snd_seq_client_ioctl_lock() above, and the second one in snd_seq_client_ioctl_unlock()
/linux/sound/core/seq/oss/
H A Dseq_oss_device.h142 snd_seq_client_ioctl_lock(dp->cseq); in snd_seq_oss_control()