Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_CREATE_PORT (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/sound/core/seq/
Dseq_system.c138 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
151 err = snd_seq_kernel_client_ctl(sysclient, SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_system_client_init()
Dseq_compat.c114 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, argp); in snd_seq_ioctl_compat()
Dseq_dummy.c140 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
Dseq_ump_client.c242 SNDRV_SEQ_IOCTL_CREATE_PORT, in seq_ump_group_init()
384 SNDRV_SEQ_IOCTL_CREATE_PORT, in create_ump_endpoint_port()
Dseq_virmidi.c402 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
Dseq_midi.c389 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
Dseq_ports.c713 SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_event_port_attach()
Dseq_clientmgr.c2241 { SNDRV_SEQ_IOCTL_CREATE_PORT, snd_seq_ioctl_create_port },
/Linux-v6.6/sound/core/seq/oss/
Dseq_oss_init.c96 if (call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port) >= 0) { in snd_seq_oss_create_client()
320 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port); in create_port()
/Linux-v6.6/include/uapi/sound/
Dasequencer.h620 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) macro