Searched refs:sndbuf_getreadyptr (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/sound/pcm/
H A Dbuffer.h110 unsigned int sndbuf_getreadyptr(struct snd_dbuf *b);
H A Dbuffer.c511 sndbuf_getreadyptr(struct snd_dbuf *b) function
661 l = min(count, sndbuf_getsize(b) - sndbuf_getreadyptr(b));
662 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l);
H A Dchannel.c610 p = sndbuf_getreadyptr(bs);
H A Ddsp.c1691 a->ptr = sndbuf_getreadyptr(bs);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c255 src = sndbuf_getreadyptr(ch->buffer);
H A Denvy24.c1414 src = sndbuf_getreadyptr(ch->buffer) / 4;
1447 src = sndbuf_getreadyptr(ch->buffer) / 2;
1489 src = sndbuf_getreadyptr(ch->buffer);
H A Denvy24ht.c1323 src = sndbuf_getreadyptr(ch->buffer) / 4;
1356 src = sndbuf_getreadyptr(ch->buffer) / 2;
1398 src = sndbuf_getreadyptr(ch->buffer);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c542 readyptr = sndbuf_getreadyptr(ch->buffer);

Completed in 190 milliseconds