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()
255 chn_lockdestroy(struct pcm_channel *c) in chn_lockdestroy()
275 chn_polltrigger(struct pcm_channel *c) in chn_polltrigger()
298 chn_pollreset(struct pcm_channel *c) in chn_pollreset()
306 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
329 chn_sleep(struct pcm_channel *c, int timeout) in chn_sleep()
351 chn_dmaupdate(struct pcm_channel *c) in chn_dmaupdate()
387 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
417 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
437 chn_write(struct pcm_channel *c, struct uio *buf) in chn_write()
504 chn_rdfeed(struct pcm_channel *c) in chn_rdfeed()
531 chn_rdintr(struct pcm_channel *c) in chn_rdintr()
551 chn_read(struct pcm_channel *c, struct uio *buf) in chn_read()
608 chn_intr_locked(struct pcm_channel *c) in chn_intr_locked()
622 chn_intr(struct pcm_channel *c) in chn_intr()
636 chn_start(struct pcm_channel *c, int force) in chn_start()
712 chn_resetbuf(struct pcm_channel *c) in chn_resetbuf()
728 chn_sync(struct pcm_channel *c, int threshold) in chn_sync()
859 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll()
889 chn_abort(struct pcm_channel *c) in chn_abort()
924 chn_flush(struct pcm_channel *c) in chn_flush()
1100 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset()
1152 chn_mkname(char *buf, size_t len, struct pcm_channel *c) in chn_mkname()
1186 struct pcm_channel *c; in chn_init() local
1336 chn_kill(struct pcm_channel *c) in chn_kill()
1388 chn_shutdown(struct pcm_channel *c) in chn_shutdown()
1398 chn_release(struct pcm_channel *c) in chn_release()
1412 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi()
1432 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix()
1477 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix()
1490 chn_setmute_multi(struct pcm_channel *c, int vc, int mute) in chn_setmute_multi()
1508 chn_setmute_matrix(struct pcm_channel *c, int vc, int vt, int mute) in chn_setmute_matrix()
1546 chn_getmute_matrix(struct pcm_channel *c, int vc, int vt) in chn_getmute_matrix()
1559 chn_getmatrix(struct pcm_channel *c) in chn_getmatrix()
1572 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m) in chn_setmatrix()
1592 chn_oss_getorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_getorder()
1606 chn_oss_setorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_setorder()
1632 chn_oss_getmask(struct pcm_channel *c, uint32_t *retmask) in chn_oss_getmask()
1674 chn_vpc_reset(struct pcm_channel *c, int vc, int force) in chn_vpc_reset()
1868 chn_resizebuf(struct pcm_channel *c, int latency, in chn_resizebuf()
2051 chn_setlatency(struct pcm_channel *c, int latency) in chn_setlatency()
2059 chn_setblocksize(struct pcm_channel *c, int blkcnt, int blksz) in chn_setblocksize()
2067 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam()
2108 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed()
2133 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat()
2164 chn_syncstate(struct pcm_channel *c) in chn_syncstate()
2266 chn_trigger(struct pcm_channel *c, int go) in chn_trigger()
2336 chn_getptr(struct pcm_channel *c) in chn_getptr()
2346 chn_getcaps(struct pcm_channel *c) in chn_getcaps()
2353 chn_getformats(struct pcm_channel *c) in chn_getformats()
2371 chn_notify(struct pcm_channel *c, u_int32_t flags) in chn_notify()
2598 chn_getrates(struct pcm_channel *c, int **rates) in chn_getrates()
2623 chn_syncdestroy(struct pcm_channel *c) in chn_syncdestroy()
2655 chn_getpeaks(struct pcm_channel *c, int *lpeak, int *rpeak) in chn_getpeaks()