Lines Matching defs:c
132 struct pcm_channel *c; in chn_vpc_proc() local
225 chn_lockinit(struct pcm_channel *c, int dir) in chn_lockinit()
253 chn_lockdestroy(struct pcm_channel *c) in chn_lockdestroy()
273 chn_polltrigger(struct pcm_channel *c) in chn_polltrigger()
296 chn_pollreset(struct pcm_channel *c) in chn_pollreset()
304 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
327 chn_sleep(struct pcm_channel *c, int timeout) in chn_sleep()
349 chn_dmaupdate(struct pcm_channel *c) in chn_dmaupdate()
385 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
415 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
435 chn_write(struct pcm_channel *c, struct uio *buf) in chn_write()
502 chn_rdfeed(struct pcm_channel *c) in chn_rdfeed()
529 chn_rdintr(struct pcm_channel *c) in chn_rdintr()
549 chn_read(struct pcm_channel *c, struct uio *buf) in chn_read()
606 chn_intr_locked(struct pcm_channel *c) in chn_intr_locked()
620 chn_intr(struct pcm_channel *c) in chn_intr()
634 chn_start(struct pcm_channel *c, int force) in chn_start()
710 chn_resetbuf(struct pcm_channel *c) in chn_resetbuf()
726 chn_sync(struct pcm_channel *c, int threshold) in chn_sync()
857 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll()
887 chn_abort(struct pcm_channel *c) in chn_abort()
922 chn_flush(struct pcm_channel *c) in chn_flush()
1089 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset()
1141 chn_mkname(char *buf, size_t len, struct pcm_channel *c) in chn_mkname()
1175 struct pcm_channel *c; in chn_init() local
1317 chn_kill(struct pcm_channel *c) in chn_kill()
1369 chn_shutdown(struct pcm_channel *c) in chn_shutdown()
1379 chn_release(struct pcm_channel *c) in chn_release()
1393 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi()
1413 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix()
1458 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix()
1471 chn_setmute_multi(struct pcm_channel *c, int vc, int mute) in chn_setmute_multi()
1489 chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute) in chn_setmute_matrix()
1527 chn_getmute_matrix(struct pcm_channel *c, int vc, int vt) in chn_getmute_matrix()
1540 chn_getmatrix(struct pcm_channel *c) in chn_getmatrix()
1553 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m) in chn_setmatrix()
1573 chn_oss_getorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_getorder()
1587 chn_oss_setorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_setorder()
1613 chn_oss_getmask(struct pcm_channel *c, uint32_t *retmask) in chn_oss_getmask()
1655 chn_vpc_reset(struct pcm_channel *c, int vc, int force) in chn_vpc_reset()
1849 chn_resizebuf(struct pcm_channel *c, int latency, in chn_resizebuf()
2032 chn_setlatency(struct pcm_channel *c, int latency) in chn_setlatency()
2040 chn_setblocksize(struct pcm_channel *c, int blkcnt, int blksz) in chn_setblocksize()
2048 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam()
2089 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed()
2114 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat()
2145 chn_syncstate(struct pcm_channel *c) in chn_syncstate()
2247 chn_trigger(struct pcm_channel *c, int go) in chn_trigger()
2317 chn_getptr(struct pcm_channel *c) in chn_getptr()
2327 chn_getcaps(struct pcm_channel *c) in chn_getcaps()
2334 chn_getformats(struct pcm_channel *c) in chn_getformats()
2352 chn_notify(struct pcm_channel *c, u_int32_t flags) in chn_notify()
2579 chn_getrates(struct pcm_channel *c, int **rates) in chn_getrates()
2604 chn_syncdestroy(struct pcm_channel *c) in chn_syncdestroy()
2636 chn_getpeaks(struct pcm_channel *c, int *lpeak, int *rpeak) in chn_getpeaks()