Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasequencer.h451 struct snd_seq_port_info { struct
584 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
585 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
586 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
587 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
610 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h451 struct snd_seq_port_info { struct
584 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
585 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
586 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
587 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
610 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasequencer.h451 struct snd_seq_port_info { struct
584 #define SNDRV_SEQ_IOCTL_CREATE_PORT _IOWR('S', 0x20, struct snd_seq_port_info)
585 #define SNDRV_SEQ_IOCTL_DELETE_PORT _IOW ('S', 0x21, struct snd_seq_port_info)
586 #define SNDRV_SEQ_IOCTL_GET_PORT_INFO _IOWR('S', 0x22, struct snd_seq_port_info)
587 #define SNDRV_SEQ_IOCTL_SET_PORT_INFO _IOW ('S', 0x23, struct snd_seq_port_info)
610 #define SNDRV_SEQ_IOCTL_QUERY_NEXT_PORT _IOWR('S', 0x52, struct snd_seq_port_info)
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_ports.h84 struct snd_seq_port_info *pinfo);
100 struct snd_seq_port_info *info);
104 struct snd_seq_port_info *info);
H A Dseq_ports.c68 struct snd_seq_port_info *pinfo) in snd_seq_port_query_nearest()
323 struct snd_seq_port_info * info) in snd_seq_set_port_info()
353 struct snd_seq_port_info * info) in snd_seq_get_port_info()
666 struct snd_seq_port_info portinfo; in snd_seq_event_port_attach()
699 struct snd_seq_port_info portinfo; in snd_seq_event_port_detach()
H A Dseq_compat.c35 struct snd_seq_port_info *data; in snd_seq_call_port_info_ioctl()
H A Dseq_system.c110 struct snd_seq_port_info *port; in snd_seq_system_client_init()
H A Dseq_dummy.c108 struct snd_seq_port_info pinfo; in create_port()
H A Dseq_clientmgr.c1294 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_create_port()
1341 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_delete_port()
1360 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_get_port_info()
1388 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_set_port_info()
2041 struct snd_seq_port_info *info = arg; in snd_seq_ioctl_query_next_port()
2117 struct snd_seq_port_info port_info; in snd_seq_ioctl()
H A Dseq_virmidi.c348 struct snd_seq_port_info *pinfo; in snd_virmidi_dev_attach_seq()
H A Dseq_midi.c263 struct snd_seq_port_info *port; in snd_seq_midisynth_probe()
/OK3568_Linux_fs/kernel/include/sound/
H A Drawmidi.h35 struct snd_seq_port_info;
49 struct snd_seq_port_info *info);
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_init.c66 struct snd_seq_port_info *port; in snd_seq_oss_create_client()
125 struct snd_seq_port_info pinfo; in receive_announce()
303 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.c67 struct snd_seq_port_info *pinfo; in snd_seq_oss_midi_lookup_ports()
138 snd_seq_oss_midi_check_new_port(struct snd_seq_port_info *pinfo) in snd_seq_oss_midi_check_new_port()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dmidi.c1748 struct snd_seq_port_info *seq_port_info) in snd_usbmidi_get_port_info()