Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/sound/
H A Dasequencer.h482 struct snd_seq_port_info { struct
633 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
634 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
635 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
636 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
659 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
/linux-6.15/sound/core/seq/
H A Dseq_ports.h94 struct snd_seq_port_info *pinfo);
111 struct snd_seq_port_info *info);
115 struct snd_seq_port_info *info);
H A Dseq_ump_client.c166 static void fill_port_info(struct snd_seq_port_info *port, in fill_port_info()
217 struct snd_seq_port_info *port __free(kfree) = NULL; in seq_ump_group_init()
246 struct snd_seq_port_info *old __free(kfree) = NULL; in update_port_infos()
247 struct snd_seq_port_info *new __free(kfree) = NULL; in update_port_infos()
281 struct snd_seq_port_info *port __free(kfree) = NULL; in create_ump_endpoint_port()
H A Dseq_ports.c66 struct snd_seq_port_info *pinfo) in snd_seq_port_query_nearest()
326 struct snd_seq_port_info * info) in snd_seq_set_port_info()
372 struct snd_seq_port_info * info) in snd_seq_get_port_info()
685 struct snd_seq_port_info portinfo; in snd_seq_event_port_attach()
718 struct snd_seq_port_info portinfo; in snd_seq_event_port_detach()
H A Dseq_compat.c34 struct snd_seq_port_info *data __free(kfree) = NULL; in snd_seq_call_port_info_ioctl()
H A Dseq_system.c130 struct snd_seq_port_info *port; in snd_seq_system_client_init()
H A Dseq_dummy.c114 struct snd_seq_port_info pinfo; in create_port()
H A Dseq_clientmgr.c1345 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_create_port()
1400 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_delete_port()
1422 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_get_port_info()
1450 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_set_port_info()
2122 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_query_next_port()
2338 struct snd_seq_port_info port_info; in snd_seq_ioctl()
H A Dseq_virmidi.c364 struct snd_seq_port_info *pinfo __free(kfree) = NULL; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c273 struct snd_seq_port_info *port __free(kfree) = NULL; in snd_seq_midisynth_probe()
/linux-6.15/include/sound/
H A Drawmidi.h36 struct snd_seq_port_info;
50 struct snd_seq_port_info *info);
/linux-6.15/sound/core/seq/oss/
H A Dseq_oss_init.c66 struct snd_seq_port_info *port __free(kfree) = NULL; in snd_seq_oss_create_client()
119 struct snd_seq_port_info pinfo; in receive_announce()
297 struct snd_seq_port_info port; in create_port()
H A Dseq_oss_midi.h17 int snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo);
H A Dseq_oss_midi.c68 struct snd_seq_port_info *pinfo __free(kfree) = NULL; in snd_seq_oss_midi_lookup_ports()
134 snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo) in snd_seq_oss_midi_check_new_port()
/linux-6.15/sound/usb/
H A Dmidi.c1800 struct snd_seq_port_info *seq_port_info) in snd_usbmidi_get_port_info()