Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h264 int chn_poll(struct pcm_channel *c, int ev, struct thread *td);
H A Ddsp.c1803 ret |= chn_poll(wrch, e, td); in dsp_poll()
1809 ret |= chn_poll(rdch, e, td); in dsp_poll()
H A Dchannel.c857 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll() function