Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A 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()
H A Dseq_compat.c112 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, argp); in snd_seq_ioctl_compat()
H A Dseq_dummy.c146 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
H A Dseq_ump_client.c239 SNDRV_SEQ_IOCTL_CREATE_PORT, in seq_ump_group_init()
330 SNDRV_SEQ_IOCTL_CREATE_PORT, in create_ump_endpoint_port()
H A Dseq_virmidi.c403 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c388 if (snd_seq_kernel_client_ctl(client->seq_client, SNDRV_SEQ_IOCTL_CREATE_PORT, port)<0) in snd_seq_midisynth_probe()
H A Dseq_ports.c702 SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_event_port_attach()
H A Dseq_clientmgr.c2243 { SNDRV_SEQ_IOCTL_CREATE_PORT, snd_seq_ioctl_create_port },
/linux/sound/core/seq/oss/
H A Dseq_oss_init.c94 if (call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, port) >= 0) { in snd_seq_oss_create_client()
315 rc = call_ctl(SNDRV_SEQ_IOCTL_CREATE_PORT, &port); in create_port()
/linux/include/uapi/sound/
H A Dasequencer.h623 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) macro