Home
last modified time | relevance | path

Searched refs:snd_timer_uinfo (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/sound/
H A Dutimers.rst33 ``/dev/snd/timer`` device file descriptor. The ``snd_timer_uinfo``
38 struct snd_timer_uinfo {
54 Besides from overwriting the ``snd_timer_uinfo`` struct, ioctl stores
56 ``fd`` field of the ``snd_timer_uinfo`` struct. Allocation of a file
65 static struct snd_timer_uinfo utimer_info = {
/linux/tools/testing/selftests/alsa/
H A Dutimer-test.c37 struct snd_timer_uinfo *utimer_info; in FIXTURE()
144 struct snd_timer_uinfo wrong_timer = { in TEST()
/linux/include/uapi/sound/
H A Dasound.h982 struct snd_timer_uinfo { struct
1006 #define SNDRV_TIMER_IOCTL_CREATE _IOWR('T', 0xa5, struct snd_timer_uinfo) argument
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h982 struct snd_timer_uinfo { struct
1006 #define SNDRV_TIMER_IOCTL_CREATE _IOWR('T', 0xa5, struct snd_timer_uinfo) argument
/linux/sound/core/
H A Dtimer.c2112 static int snd_utimer_create(struct snd_timer_uinfo *utimer_info, in snd_utimer_create()
2185 struct snd_timer_uinfo __user *_utimer_info) in snd_utimer_ioctl_create()
2188 struct snd_timer_uinfo *utimer_info __free(kfree) = NULL; in snd_utimer_ioctl_create()
2228 struct snd_timer_uinfo __user *_utimer_info) in snd_utimer_ioctl_create()