Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dump.h19 struct snd_ump_endpoint_info info;
/Linux-v6.6/tools/include/uapi/sound/
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)
/Linux-v6.6/include/uapi/sound/
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)
/Linux-v6.6/sound/core/seq/
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()
/Linux-v6.6/Documentation/sound/designs/
Dmidi-2.0.rst365 either `snd_ump_endpoint_info` or `snd_ump_block_info` data
/Linux-v6.6/sound/core/
Drawmidi.c1051 struct snd_ump_endpoint_info __user *info = argp; in snd_rawmidi_call_ump_ioctl()