Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDchannel.h257 int chn_write(struct pcm_channel *c, struct uio *buf, int ioflags);
HDchannel.c480 chn_write(struct pcm_channel *c, struct uio *buf, int ioflags) in chn_write() function
HDdsp.c863 chn_io = chn_write; in dsp_io_ops()