Lines Matching defs:c

132 	struct pcm_channel *c;  in chn_vpc_proc()  local
227 chn_lockinit(struct pcm_channel *c, int dir) in chn_lockinit()
257 chn_lockdestroy(struct pcm_channel *c) in chn_lockdestroy()
277 chn_polltrigger(struct pcm_channel *c) in chn_polltrigger()
300 chn_pollreset(struct pcm_channel *c) in chn_pollreset()
308 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
332 chn_sleep(struct pcm_channel *c, int timeout) in chn_sleep()
354 chn_dmaupdate(struct pcm_channel *c) in chn_dmaupdate()
390 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
419 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
439 chn_write(struct pcm_channel *c, struct uio *buf) in chn_write()
493 chn_rdfeed(struct pcm_channel *c) in chn_rdfeed()
520 chn_rdintr(struct pcm_channel *c) in chn_rdintr()
540 chn_read(struct pcm_channel *c, struct uio *buf) in chn_read()
584 chn_intr_locked(struct pcm_channel *c) in chn_intr_locked()
598 chn_intr(struct pcm_channel *c) in chn_intr()
612 chn_start(struct pcm_channel *c, int force) in chn_start()
688 chn_resetbuf(struct pcm_channel *c) in chn_resetbuf()
704 chn_sync(struct pcm_channel *c, int threshold) in chn_sync()
835 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll()
865 chn_abort(struct pcm_channel *c) in chn_abort()
900 chn_flush(struct pcm_channel *c) in chn_flush()
1076 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset()
1128 chn_mkname(char *buf, size_t len, struct pcm_channel *c) in chn_mkname()
1162 struct pcm_channel *c; in chn_init() local
1313 chn_kill(struct pcm_channel *c) in chn_kill()
1368 chn_shutdown(struct pcm_channel *c) in chn_shutdown()
1378 chn_release(struct pcm_channel *c) in chn_release()
1392 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi()
1412 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix()
1457 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix()
1470 chn_setmute_multi(struct pcm_channel *c, int vc, int mute) in chn_setmute_multi()
1488 chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute) in chn_setmute_matrix()
1526 chn_getmute_matrix(struct pcm_channel *c, int vc, int vt) in chn_getmute_matrix()
1539 chn_getmatrix(struct pcm_channel *c) in chn_getmatrix()
1552 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m) in chn_setmatrix()
1572 chn_oss_getorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_getorder()
1586 chn_oss_setorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_setorder()
1612 chn_oss_getmask(struct pcm_channel *c, uint32_t *retmask) in chn_oss_getmask()
1654 chn_vpc_reset(struct pcm_channel *c, int vc, int force) in chn_vpc_reset()
1848 chn_resizebuf(struct pcm_channel *c, int latency, in chn_resizebuf()
2028 chn_setlatency(struct pcm_channel *c, int latency) in chn_setlatency()
2036 chn_setblocksize(struct pcm_channel *c, int blkcnt, int blksz) in chn_setblocksize()
2044 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam()
2084 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed()
2109 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat()
2140 chn_syncstate(struct pcm_channel *c) in chn_syncstate()
2242 chn_trigger(struct pcm_channel *c, int go) in chn_trigger()
2312 chn_getptr(struct pcm_channel *c) in chn_getptr()
2322 chn_getcaps(struct pcm_channel *c) in chn_getcaps()
2329 chn_getformats(struct pcm_channel *c) in chn_getformats()
2347 chn_notify(struct pcm_channel *c, u_int32_t flags) in chn_notify()
2574 chn_getrates(struct pcm_channel *c, int **rates) in chn_getrates()
2599 chn_syncdestroy(struct pcm_channel *c) in chn_syncdestroy()
2631 chn_getpeaks(struct pcm_channel *c, int *lpeak, int *rpeak) in chn_getpeaks()