Home
last modified time | relevance | path

Searched refs:reccount (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dsound.c92 if (d->reccount > 0) in pcm_hotswap()
220 if (d->reccount == 0) in pcm_best_unit()
333 if (d->reccount > 0) in sysctl_dev_pcm_mode()
367 d->reccount = 0; in pcm_init()
396 if (d->playcount == 0 || d->reccount == 0) in pcm_register()
400 if (d->reccount > 0) in pcm_register()
H A Dsound.h136 (d->playcount + d->pvchancount + d->reccount + d->rvchancount)
201 unsigned playcount, reccount, pvchancount, rvchancount; member
H A Dvchan.c276 if (d->reccount < 1) { in sysctl_dev_pcm_vchans()
762 if (d->reccount > 0) in sysctl_hw_snd_vchans_enable()
H A Dchannel.c1169 d->reccount++; in chn_init()
1309 d->reccount--; in chn_kill()
H A Ddsp.c385 ((DSP_F_READ(flags) && d->reccount == 0) || in dsp_open()
398 else if (d->reccount > 0) in dsp_open()
/freebsd/tools/test/gpioevents/
H A Dgpioevents.c217 ssize_t reccount, recsize, res; in run_read() local
240 reccount = res / recsize; in run_read()
242 reccount); in run_read()
243 for (ssize_t i = 0; i < reccount; ++i) { in run_read()
/freebsd/sys/dev/sound/
H A Dsndstat.c409 nvlist_add_number(di, SNDST_DSPS_RCHAN, d->reccount); in sndstat_build_sound4_nvlist()
423 if (d->reccount > 0) { in sndstat_build_sound4_nvlist()
1234 (d->playcount && d->reccount) ? "/" : "", in sndstat_prepare_pcm()
1235 d->reccount ? "rec" : ""); in sndstat_prepare_pcm()
1239 d->reccount, d->rvchancount); in sndstat_prepare_pcm()
1242 ((d->playcount != 0 && d->reccount != 0) && in sndstat_prepare_pcm()