Home
last modified time | relevance | path

Searched refs:snd_seq_port_info (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/uapi/sound/
Dasequencer.h448 struct snd_seq_port_info { struct
581 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
582 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
583 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
584 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
613 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
/linux-4.4.14/sound/core/seq/
Dseq_ports.h99 struct snd_seq_port_info *pinfo);
115 struct snd_seq_port_info *info);
119 struct snd_seq_port_info *info);
Dseq_ports.c83 struct snd_seq_port_info *pinfo) in snd_seq_port_query_nearest()
338 struct snd_seq_port_info * info) in snd_seq_set_port_info()
368 struct snd_seq_port_info * info) in snd_seq_get_port_info()
663 struct snd_seq_port_info portinfo; in snd_seq_event_port_attach()
697 struct snd_seq_port_info portinfo; in snd_seq_event_port_detach()
Dseq_compat.c49 struct snd_seq_port_info *data; in snd_seq_call_port_info_ioctl()
Dseq_system.c125 struct snd_seq_port_info *port; in snd_seq_system_client_init()
Dseq_dummy.c122 struct snd_seq_port_info pinfo; in create_port()
Dseq_clientmgr.c1261 struct snd_seq_port_info info; in snd_seq_ioctl_create_port()
1310 struct snd_seq_port_info info; in snd_seq_ioctl_delete_port()
1336 struct snd_seq_port_info info; in snd_seq_ioctl_get_port_info()
1368 struct snd_seq_port_info info; in snd_seq_ioctl_set_port_info()
2129 struct snd_seq_port_info info; in snd_seq_ioctl_query_next_port()
Dseq_virmidi.c371 struct snd_seq_port_info *pinfo; in snd_virmidi_dev_attach_seq()
Dseq_midi.c281 struct snd_seq_port_info *port; in snd_seq_midisynth_probe()
/linux-4.4.14/include/sound/
Drawmidi.h50 struct snd_seq_port_info;
64 struct snd_seq_port_info *info);
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_midi.h30 int snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo);
Dseq_oss_init.c79 struct snd_seq_port_info *port; in snd_seq_oss_create_client()
138 struct snd_seq_port_info pinfo; in receive_announce()
316 struct snd_seq_port_info port; in create_port()
Dseq_oss_midi.c79 struct snd_seq_port_info *pinfo; in snd_seq_oss_midi_lookup_ports()
150 snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo) in snd_seq_oss_midi_check_new_port()
/linux-4.4.14/sound/usb/
Dmidi.c1721 struct snd_seq_port_info *seq_port_info) in snd_usbmidi_get_port_info()