Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dalsaaudio.c39 struct pollhlp { struct
50 struct pollhlp pollhlp; argument
57 struct pollhlp pollhlp; member
104 static void alsa_fini_poll (struct pollhlp *hlp) in alsa_fini_poll()
129 static void alsa_anal_close (snd_pcm_t **handlep, struct pollhlp *hlp) in alsa_anal_close()
159 struct pollhlp *hlp = opaque; in alsa_poll_handler()
213 static int alsa_poll_helper (snd_pcm_t *handle, struct pollhlp *hlp, int mask) in alsa_poll_helper()
257 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT); in alsa_poll_out()
264 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLIN); in alsa_poll_in()
702 alsa_anal_close (&alsa->handle, &alsa->pollhlp); in alsa_fini_out()
[all …]