Home
last modified time | relevance | path

Searched refs:snd_timer_ginfo (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h914 struct snd_timer_ginfo { struct
997 #define SNDRV_TIMER_IOCTL_GINFO _IOWR('T', 0x03, struct snd_timer_ginfo)
/linux-6.15/include/uapi/sound/
H A Dasound.h914 struct snd_timer_ginfo { struct
997 #define SNDRV_TIMER_IOCTL_GINFO _IOWR('T', 0x03, struct snd_timer_ginfo)
/linux-6.15/sound/core/
H A Dtimer.c1615 struct snd_timer_ginfo __user *_ginfo) in snd_timer_user_ginfo()
1617 struct snd_timer_ginfo *ginfo __free(kfree) = NULL; in snd_timer_user_ginfo()