Home
last modified time | relevance | path

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

/sound/core/seq/
Dseq_clientmgr.h86 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
98 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
Dseq_clientmgr.c123 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument
125 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
127 clientid); in clientptr()
130 return clienttab[clientid]; in clientptr()
133 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr() argument
138 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
140 clientid); in snd_seq_client_use_ptr()
144 client = clientptr(clientid); in snd_seq_client_use_ptr()
147 if (clienttablock[clientid]) { in snd_seq_client_use_ptr()
156 if (clientid < SNDRV_SEQ_GLOBAL_CLIENTS) { in snd_seq_client_use_ptr()
[all …]