Home
last modified time | relevance | path

Searched refs:snd_pcm_status32 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/core/
Dpcm_compat.c547 SNDRV_PCM_IOCTL_STATUS_COMPAT32 = _IOR('A', 0x20, struct snd_pcm_status32),
548 SNDRV_PCM_IOCTL_STATUS_EXT_COMPAT32 = _IOWR('A', 0x24, struct snd_pcm_status32),
Dpcm_native.c1042 struct snd_pcm_status32 __user * _status, in snd_pcm_status_user32()
1046 struct snd_pcm_status32 status32; in snd_pcm_status_user32()
1063 status32 = (struct snd_pcm_status32) { in snd_pcm_status_user32()
/Linux-v5.15/include/sound/
Dpcm.h1492 struct snd_pcm_status32 { struct
1514 #define SNDRV_PCM_IOCTL_STATUS32 _IOR('A', 0x20, struct snd_pcm_status32) argument
1515 #define SNDRV_PCM_IOCTL_STATUS_EXT32 _IOWR('A', 0x24, struct snd_pcm_status32)