Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_IOCTL_DELETE_PORT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/core/seq/
H A Dseq_compat.c116 return snd_seq_call_port_info_ioctl(client, SNDRV_SEQ_IOCTL_DELETE_PORT, argp); in snd_seq_ioctl_compat()
H A Dseq_ports.c736 SNDRV_SEQ_IOCTL_DELETE_PORT, in snd_seq_event_port_detach()
H A Dseq_clientmgr.c2271 { SNDRV_SEQ_IOCTL_DELETE_PORT, snd_seq_ioctl_delete_port },
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h621 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info) macro