Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dchannel.h262 int chn_poll(struct pcm_channel *c, int ev, struct thread *td);
H A Ddsp.c2267 ready = chn_poll(rdch, 1, td); in dsp_filter_read()
2281 ready = chn_poll(wrch, 1, td); in dsp_filter_write()
H A Dchannel.c920 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll() function