Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dump.h28 struct snd_ump_endpoint_info info;
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h803 struct snd_ump_endpoint_info { struct
865 #define SNDRV_UMP_IOCTL_ENDPOINT_INFO _IOR('W', 0x40, struct snd_ump_endpoint_info)
1219 #define SNDRV_CTL_IOCTL_UMP_ENDPOINT_INFO _IOWR('U', 0x44, struct snd_ump_endpoint_info)
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h803 struct snd_ump_endpoint_info { struct
865 #define SNDRV_UMP_IOCTL_ENDPOINT_INFO _IOR('W', 0x40, struct snd_ump_endpoint_info)
1219 #define SNDRV_CTL_IOCTL_UMP_ENDPOINT_INFO _IOWR('U', 0x44, struct snd_ump_endpoint_info)
/linux/sound/core/seq/
H A Dseq_clientmgr.c2119 struct snd_ump_endpoint_info *ep = p; in terminate_ump_info_strings()
2131 struct snd_ump_endpoint_info *ep; in dump_ump_info()
2174 size = sizeof(struct snd_ump_endpoint_info); in snd_seq_ioctl_client_ump_info()
/linux/Documentation/sound/designs/
H A Dmidi-2.0.rst365 either `snd_ump_endpoint_info` or `snd_ump_block_info` data
/linux/sound/core/
H A Drawmidi.c1025 struct snd_ump_endpoint_info __user *info = argp; in snd_rawmidi_call_ump_ioctl()