Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_clientmgr.h85 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
97 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
Dseq_clientmgr.c122 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument
124 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
126 clientid); in clientptr()
129 return clienttab[clientid]; in clientptr()
132 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() argument
137 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
139 clientid); in snd_seq_client_use_ptr()
143 client = clientptr(clientid); in snd_seq_client_use_ptr()
146 if (clienttablock[clientid]) { in snd_seq_client_use_ptr()
155 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { in snd_seq_client_use_ptr()
[all …]