Searched refs:clientid (Results 1 – 2 of 2) sorted by relevance
85 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);
122 static struct snd_seq_client *clientptr(int clientid) in clientptr() argument124 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() argument137 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 …]