Home
last modified time | relevance | path

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

/linux/Documentation/sound/
H A Dutimers.rst59 ``SNDRV_TIMER_IOCTL_TRIGGER`` ioctl call on the timer file descriptor.
85 ioctl(utimer_info.fd, SNDRV_TIMER_IOCTL_TRIGGER, NULL);
125 ``SNDRV_TIMER_IOCTL_TRIGGER`` the new period of data will be transferred
/linux/tools/testing/selftests/alsa/
H A Dutimer-test.c73 ioctl(*fd, SNDRV_TIMER_IOCTL_TRIGGER, NULL); in ticking_func()
/linux/include/uapi/sound/
H A Dasound.h1007 #define SNDRV_TIMER_IOCTL_TRIGGER _IO('T', 0xa6) macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h1007 #define SNDRV_TIMER_IOCTL_TRIGGER _IO('T', 0xa6) macro
/linux/sound/core/
H A Dtimer.c2071 case SNDRV_TIMER_IOCTL_TRIGGER: in snd_utimer_ioctl()