Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dutimer-test.c55 ASSERT_EQ(ioctl(timer_dev_fd, SNDRV_TIMER_IOCTL_CREATE, self->utimer_info), 0); in FIXTURE_SETUP()
153 utimer_fd = ioctl(timer_dev_fd, SNDRV_TIMER_IOCTL_CREATE, &wrong_timer); in TEST()
159 ASSERT_LT(ioctl(timer_dev_fd, SNDRV_TIMER_IOCTL_CREATE, NULL), 0); in TEST()
/linux/Documentation/sound/
H A Dutimers.rst32 executing the ``SNDRV_TIMER_IOCTL_CREATE`` ioctl call on the
73 if (ioctl(timer_device_fd, SNDRV_TIMER_IOCTL_CREATE, &utimer_info)) {
117 ``SNDRV_TIMER_IOCTL_CREATE``, and ``4`` is the number of
/linux/include/uapi/sound/
H A Dasound.h1006 #define SNDRV_TIMER_IOCTL_CREATE _IOWR('T', 0xa5, struct snd_timer_uinfo) macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h1006 #define SNDRV_TIMER_IOCTL_CREATE _IOWR('T', 0xa5, struct snd_timer_uinfo) macro
/linux/sound/core/
H A Dtimer.c2279 case SNDRV_TIMER_IOCTL_CREATE: in __snd_timer_user_ioctl()