Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h264 int chn_polltrigger(struct pcm_channel *c, uint64_t ref_total);
H A Dchannel.c281 chn_polltrigger(struct pcm_channel *c, uint64_t ref_total) in chn_polltrigger() function
323 if (SEL_WAITING(&bs->sel) && chn_polltrigger(c, bs->prev_total)) in chn_wakeup()
837 if (chn_polltrigger(c, bs->prev_total)) { in chn_poll()
H A Ddsp.c3030 if (chn_polltrigger(ch, (uint64_t)kn->kn_sdata)) { in dsp_kqevent()