Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_MAX_CLIENTS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_queue.h41 DECLARE_BITMAP(clients_bitmap, SNDRV_SEQ_MAX_CLIENTS);
H A Dseq_clientmgr.c59 static char clienttablock[SNDRV_SEQ_MAX_CLIENTS];
60 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
95 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
108 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
247 c < SNDRV_SEQ_MAX_CLIENTS; in seq_create_client1()
763 for (dest = 0; dest < SNDRV_SEQ_MAX_CLIENTS; dest++) { in broadcast_event()
831 else if (event->dest.client >= SNDRV_SEQ_MAX_CLIENTS) in snd_seq_deliver_event()
1175 info->clients = SNDRV_SEQ_MAX_CLIENTS; in snd_seq_ioctl_system_info()
2021 for (; info->client < SNDRV_SEQ_MAX_CLIENTS; info->client++) { in snd_seq_ioctl_query_next_client()
2452 snd_iprintf(buffer, " max clients : %d\n", SNDRV_SEQ_MAX_CLIENTS); in snd_seq_info_clients_read()
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_queue.h41 DECLARE_BITMAP(clients_bitmap, SNDRV_SEQ_MAX_CLIENTS);
H A Dseq_clientmgr.c61 static char clienttablock[SNDRV_SEQ_MAX_CLIENTS];
62 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
101 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in clientptr()
114 if (clientid < 0 || clientid >= SNDRV_SEQ_MAX_CLIENTS) { in snd_seq_client_use_ptr()
254 c < SNDRV_SEQ_MAX_CLIENTS; in seq_create_client1()
1176 info->clients = SNDRV_SEQ_MAX_CLIENTS; in snd_seq_ioctl_system_info()
2054 for (; info->client < SNDRV_SEQ_MAX_CLIENTS; info->client++) { in snd_seq_ioctl_query_next_client()
2669 snd_iprintf(buffer, " max clients : %d\n", SNDRV_SEQ_MAX_CLIENTS); in snd_seq_info_clients_read()
2673 for (c = 0; c < SNDRV_SEQ_MAX_CLIENTS; c++) { in snd_seq_info_clients_read()
/kernel/linux/linux-5.10/include/sound/
H A Dseq_kernel.h19 #define SNDRV_SEQ_MAX_CLIENTS 192 macro
/kernel/linux/linux-6.6/include/sound/
H A Dseq_kernel.h19 #define SNDRV_SEQ_MAX_CLIENTS 192 macro

Completed in 8 milliseconds