Searched refs:SNDRV_TIMER_IOCTL_CREATE (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/alsa/ |
H A D | utimer-test.c | 55 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 D | utimers.rst | 32 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 D | asound.h | 1006 #define SNDRV_TIMER_IOCTL_CREATE _IOWR('T', 0xa5, struct snd_timer_uinfo) macro
|
/linux/tools/perf/trace/beauty/include/uapi/sound/ |
H A D | asound.h | 1006 #define SNDRV_TIMER_IOCTL_CREATE _IOWR('T', 0xa5, struct snd_timer_uinfo) macro
|
/linux/sound/core/ |
H A D | timer.c | 2279 case SNDRV_TIMER_IOCTL_CREATE: in __snd_timer_user_ioctl()
|