Home
last modified time | relevance | path

Searched refs:snd_ump_endpoint_info (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/sound/
H A Dump.h19 struct snd_ump_endpoint_info info;
/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h799 struct snd_ump_endpoint_info { struct
861 #define SNDRV_UMP_IOCTL_ENDPOINT_INFO _IOR('W', 0x40, struct snd_ump_endpoint_info)
1200 #define SNDRV_CTL_IOCTL_UMP_ENDPOINT_INFO _IOWR('U', 0x44, struct snd_ump_endpoint_info)
/openbmc/linux/include/uapi/sound/
H A Dasound.h799 struct snd_ump_endpoint_info { struct
861 #define SNDRV_UMP_IOCTL_ENDPOINT_INFO _IOR('W', 0x40, struct snd_ump_endpoint_info)
1200 #define SNDRV_CTL_IOCTL_UMP_ENDPOINT_INFO _IOWR('U', 0x44, struct snd_ump_endpoint_info)
/openbmc/linux/sound/core/seq/
H A Dseq_clientmgr.c2117 struct snd_ump_endpoint_info *ep = p; in terminate_ump_info_strings()
2129 struct snd_ump_endpoint_info *ep; in dump_ump_info()
2172 size = sizeof(struct snd_ump_endpoint_info); in snd_seq_ioctl_client_ump_info()
/openbmc/linux/Documentation/sound/designs/
H A Dmidi-2.0.rst365 either `snd_ump_endpoint_info` or `snd_ump_block_info` data
/openbmc/linux/sound/core/
H A Drawmidi.c1051 struct snd_ump_endpoint_info __user *info = argp; in snd_rawmidi_call_ump_ioctl()