Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h606 typedef struct count_info { struct
610 } count_info; argument
612 #define SNDCTL_DSP_GETIPTR _SIOR ('P',17, count_info)
613 #define SNDCTL_DSP_GETOPTR _SIOR ('P',18, count_info)
/openbmc/qemu/linux-user/
H A Dsyscall_types.h77 STRUCT(count_info,
/openbmc/qemu/audio/
H A Dossaudio.c372 struct count_info cntinfo; in oss_get_available_bytes()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2194 static int snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info in snd_pcm_oss_get_ptr()
2200 struct count_info info; in snd_pcm_oss_get_ptr()
2732 (struct count_info __user *) arg); in snd_pcm_oss_ioctl()