Searched refs:chn_poll (Results 1 – 3 of 3) sorted by relevance
262 int chn_poll(struct pcm_channel *c, int ev, struct thread *td);
2191 ret |= chn_poll(wrch, e, td); in dsp_poll()2197 ret |= chn_poll(rdch, e, td); in dsp_poll()
890 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll() function