Searched refs:snd_rawmidi_info (Results 1 – 4 of 4) sorted by relevance
110 #define snd_rawmidi_info_alloca(ptr) __snd_alloca(ptr, snd_rawmidi_info)127 int snd_rawmidi_info(snd_rawmidi_t *rmidi, snd_rawmidi_info_t * info);
93 #define _snd_rawmidi_info snd_rawmidi_info
717 struct snd_rawmidi_info { struct775 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info)1111 #define SNDRV_CTL_IOCTL_RAWMIDI_INFO _IOWR('U', 0x41, struct snd_rawmidi_info)
680 int snd_rawmidi_info(snd_rawmidi_t *rawmidi, snd_rawmidi_info_t * info) in snd_rawmidi_info() function