Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dappledri.c184 int client_index = (int)x_cvt_vptr_to_uint(data); in surface_notify() local
187 if (client_index < 0 || client_index >= currentMaxClients) in surface_notify()
194 WriteEventsToClient(clients[client_index], 1, (xEvent *)&se); in surface_notify()
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_clientmgr.c222 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1() argument
245 if (client_index < 0) { in seq_create_client1()
256 if (clienttab[client_index] == NULL && !clienttablock[client_index]) { in seq_create_client1()
257 clienttab[client->number = client_index] = client; in seq_create_client1()
2179 int snd_seq_create_kernel_client(struct snd_card *card, int client_index, in snd_seq_create_kernel_client() argument
2188 if (card && client_index >= SNDRV_SEQ_CLIENTS_PER_CARD) in snd_seq_create_kernel_client()
2190 if (card == NULL && client_index >= SNDRV_SEQ_GLOBAL_CLIENTS) in snd_seq_create_kernel_client()
2196 client_index += SNDRV_SEQ_GLOBAL_CLIENTS in snd_seq_create_kernel_client()
2198 if (client_index >= SNDRV_SEQ_DYNAMIC_CLIENTS_BEGIN) in snd_seq_create_kernel_client()
2199 client_index = -1; in snd_seq_create_kernel_client()
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Dseq_kernel.h58 int snd_seq_create_kernel_client(struct snd_card *card, int client_index,