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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dbuffer.h112 unsigned int sndbuf_getreadyptr(struct snd_dbuf *b);
H A Dbuffer.c513 sndbuf_getreadyptr(struct snd_dbuf *b) function
663 l = min(count, sndbuf_getsize(b) - sndbuf_getreadyptr(b));
664 bcopy(sndbuf_getbufofs(b, sndbuf_getreadyptr(b)), to, l);
H A Dchannel.c617 p = sndbuf_getreadyptr(bs);
H A Ddsp.c1694 a->ptr = sndbuf_getreadyptr(bs);
/freebsd-13-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c275 src = sndbuf_getreadyptr(ch->buffer);
H A Denvy24.c1416 src = sndbuf_getreadyptr(ch->buffer) / 4;
1449 src = sndbuf_getreadyptr(ch->buffer) / 2;
1491 src = sndbuf_getreadyptr(ch->buffer);
H A Denvy24ht.c1325 src = sndbuf_getreadyptr(ch->buffer) / 4;
1358 src = sndbuf_getreadyptr(ch->buffer) / 2;
1400 src = sndbuf_getreadyptr(ch->buffer);
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c542 readyptr = sndbuf_getreadyptr(ch->buffer);

Completed in 140 milliseconds