Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/sound/pcm/
HDchannel.h262 int chn_poll(struct pcm_channel *c, int ev, struct thread *td);
HDdsp.c2191 ret |= chn_poll(wrch, e, td); in dsp_poll()
2197 ret |= chn_poll(rdch, e, td); in dsp_poll()
HDchannel.c890 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll() function