Home
last modified time | relevance | path

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

/openbmc/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.c114 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, argp); in snd_seq_ioctl_compat()
H A Dseq_dummy.c140 if (snd_seq_kernel_client_ctl(my_client, SNDRV_SEQ_IOCTL_CREATE_PORT, &pinfo) < 0) { in create_port()
H A Dseq_ump_client.c240 SNDRV_SEQ_IOCTL_CREATE_PORT, in seq_ump_group_init()
331 SNDRV_SEQ_IOCTL_CREATE_PORT, in create_ump_endpoint_port()
H A Dseq_virmidi.c409 err = snd_seq_kernel_client_ctl(client, SNDRV_SEQ_IOCTL_CREATE_PORT, pinfo); in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c395 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.c713 SNDRV_SEQ_IOCTL_CREATE_PORT, in snd_seq_event_port_attach()
H A Dseq_clientmgr.c2270 { SNDRV_SEQ_IOCTL_CREATE_PORT, snd_seq_ioctl_create_port },
/openbmc/linux/sound/core/seq/oss/
H A 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()
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h620 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info) macro