Searched refs:snd_seq_port_info (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/include/uapi/sound/ |
| H A D | asequencer.h | 482 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 D | seq_ports.h | 94 struct snd_seq_port_info *pinfo); 111 struct snd_seq_port_info *info); 115 struct snd_seq_port_info *info);
|
| H A D | seq_ump_client.c | 166 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 D | seq_ports.c | 66 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 D | seq_compat.c | 34 struct snd_seq_port_info *data __free(kfree) = NULL; in snd_seq_call_port_info_ioctl()
|
| H A D | seq_system.c | 130 struct snd_seq_port_info *port; in snd_seq_system_client_init()
|
| H A D | seq_dummy.c | 114 struct snd_seq_port_info pinfo; in create_port()
|
| H A D | seq_clientmgr.c | 1345 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 D | seq_virmidi.c | 364 struct snd_seq_port_info *pinfo __free(kfree) = NULL; in snd_virmidi_dev_attach_seq()
|
| H A D | seq_midi.c | 273 struct snd_seq_port_info *port __free(kfree) = NULL; in snd_seq_midisynth_probe()
|
| /linux-6.15/include/sound/ |
| H A D | rawmidi.h | 36 struct snd_seq_port_info; 50 struct snd_seq_port_info *info);
|
| /linux-6.15/sound/core/seq/oss/ |
| H A D | seq_oss_init.c | 66 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 D | seq_oss_midi.h | 17 int snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo);
|
| H A D | seq_oss_midi.c | 68 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 D | midi.c | 1800 struct snd_seq_port_info *seq_port_info) in snd_usbmidi_get_port_info()
|