Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/seq/
Dseq_ports.h100 struct snd_seq_port_info *pinfo);
116 struct snd_seq_port_info *info);
120 struct snd_seq_port_info *info);
Dseq_ports.c83 struct snd_seq_port_info *pinfo) in snd_seq_port_query_nearest()
339 struct snd_seq_port_info * info) in snd_seq_set_port_info()
369 struct snd_seq_port_info * info) in snd_seq_get_port_info()
638 struct snd_seq_port_info portinfo; in snd_seq_event_port_attach()
672 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.c152 struct snd_seq_port_info pinfo; in create_port()
Dseq_clientmgr.c1246 struct snd_seq_port_info info; in snd_seq_ioctl_create_port()
1296 struct snd_seq_port_info info; in snd_seq_ioctl_delete_port()
1322 struct snd_seq_port_info info; in snd_seq_ioctl_get_port_info()
1354 struct snd_seq_port_info info; in snd_seq_ioctl_set_port_info()
2114 struct snd_seq_port_info info; in snd_seq_ioctl_query_next_port()
Dseq_virmidi.c360 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_register_port()
/linux-3.4.99/include/sound/
Dasequencer.h511 struct snd_seq_port_info { struct
644 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
645 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
646 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
647 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
676 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
Drawmidi.h49 struct snd_seq_port_info;
63 struct snd_seq_port_info *info);
/linux-3.4.99/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.c70 struct snd_seq_port_info *port; in snd_seq_oss_create_client()
130 struct snd_seq_port_info pinfo; in receive_announce()
317 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-3.4.99/sound/usb/
Dmidi.c1616 struct snd_seq_port_info *seq_port_info) in snd_usbmidi_get_port_info()