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.c224 if (d->reccount == 0) in pcm_best_unit()
338 if (d->reccount > 0) in sysctl_dev_pcm_mode()
407 d->reccount = 0; in pcm_init()
435 if (d->playcount == 0 || d->reccount == 0) in pcm_register()
439 if (d->reccount > 0) in pcm_register()
H A Dsound.h150 (d->playcount + d->pvchancount + d->reccount + d->rvchancount)
235 unsigned playcount, reccount, pvchancount, rvchancount; member
H A Dsndstat.c410 nvlist_add_number(di, SNDST_DSPS_RCHAN, d->reccount); in sndstat_build_sound4_nvlist()
424 if (d->reccount > 0) { in sndstat_build_sound4_nvlist()
1235 (d->playcount && d->reccount) ? "/" : "", in sndstat_prepare_pcm()
1236 d->reccount ? "rec" : ""); in sndstat_prepare_pcm()
1240 d->reccount, d->rvchancount); in sndstat_prepare_pcm()
1243 ((d->playcount != 0 && d->reccount != 0) && in sndstat_prepare_pcm()
H A Dvchan.c279 if (d->reccount < 1) { in sysctl_dev_pcm_vchans()
839 if (d->reccount > 0) in sysctl_hw_snd_vchans_enable()
H A Dchannel.c1194 d->reccount++; in chn_init()
1338 d->reccount--; in chn_kill()
H A Ddsp.c381 ((DSP_F_READ(flags) && d->reccount == 0) || in dsp_open()
394 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()