Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h255 int chn_write(struct pcm_channel *c, struct uio *buf);
H A Dchannel.c457 chn_write(struct pcm_channel *c, struct uio *buf) in chn_write() function
H A Ddsp.c527 chn_io = chn_write; in dsp_io_ops()