Searched refs:SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_compat.c | 119 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, argp); in snd_seq_ioctl_compat()
|
H A D | seq_clientmgr.c | 2100 { SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, snd_seq_ioctl_query_next_port },
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_compat.c | 122 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, argp); in snd_seq_ioctl_compat()
|
H A D | seq_clientmgr.c | 2263 { SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, snd_seq_ioctl_query_next_port },
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asequencer.h | 610 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info) macro
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asequencer.h | 646 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 416 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 404 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 404 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info) macro
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_midi.c | 83 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) in snd_seq_oss_midi_lookup_ports()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_midi.c | 83 while (snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT, pinfo) == 0) in snd_seq_oss_midi_lookup_ports()
|
Completed in 16 milliseconds