Home
last modified time | relevance | path

Searched refs:SNDRV_TIMER_IOCTL_INFO (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h980 #define SNDRV_TIMER_IOCTL_INFO _IOR('T', 0x11, struct snd_timer_info) macro
/openbmc/linux/include/uapi/sound/
H A Dasound.h980 #define SNDRV_TIMER_IOCTL_INFO _IOR('T', 0x11, struct snd_timer_info) macro
/openbmc/qemu/linux-user/
H A Dioctls.h589 IOCTL(SNDRV_TIMER_IOCTL_INFO, IOC_R, MK_PTR(MK_STRUCT(STRUCT_snd_timer_info)))
/openbmc/linux/sound/core/
H A Dtimer.c2116 case SNDRV_TIMER_IOCTL_INFO: in __snd_timer_user_ioctl()