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()
315 chn_pollreset(struct pcm_channel *c) in chn_pollreset()
323 chn_wakeup(struct pcm_channel *c) in chn_wakeup()
355 chn_sleep(struct pcm_channel *c, int timeout) in chn_sleep()
377 chn_dmaupdate(struct pcm_channel *c) in chn_dmaupdate()
413 chn_wrfeed(struct pcm_channel *c) in chn_wrfeed()
460 chn_wrintr(struct pcm_channel *c) in chn_wrintr()
480 chn_write(struct pcm_channel *c, struct uio *buf, int ioflags) in chn_write()
548 chn_rdfeed(struct pcm_channel *c) in chn_rdfeed()
591 chn_rdintr(struct pcm_channel *c) in chn_rdintr()
611 chn_read(struct pcm_channel *c, struct uio *buf, int ioflags) in chn_read()
669 chn_intr_locked(struct pcm_channel *c) in chn_intr_locked()
683 chn_intr(struct pcm_channel *c) in chn_intr()
697 chn_start(struct pcm_channel *c, int force) in chn_start()
773 chn_resetbuf(struct pcm_channel *c) in chn_resetbuf()
789 chn_sync(struct pcm_channel *c, int threshold) in chn_sync()
920 chn_poll(struct pcm_channel *c, int ev, struct thread *td) in chn_poll()
948 chn_abort(struct pcm_channel *c) in chn_abort()
983 chn_flush(struct pcm_channel *c) in chn_flush()
1175 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset()
1209 chn_init(struct pcm_channel *c, void *devinfo, int dir, int direction) in chn_init()
1329 chn_kill(struct pcm_channel *c) in chn_kill()
1354 chn_setvolume(struct pcm_channel *c, int left, int right) in chn_setvolume()
1366 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, in chn_setvolume_multi()
1386 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) in chn_setvolume_matrix()
1431 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) in chn_getvolume_matrix()
1444 chn_getmatrix(struct pcm_channel *c) in chn_getmatrix()
1457 chn_setmatrix(struct pcm_channel *c, struct pcmchan_matrix *m) in chn_setmatrix()
1477 chn_oss_getorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_getorder()
1491 chn_oss_setorder(struct pcm_channel *c, unsigned long long *map) in chn_oss_setorder()
1517 chn_oss_getmask(struct pcm_channel *c, uint32_t *retmask) in chn_oss_getmask()
1559 chn_vpc_reset(struct pcm_channel *c, int vc, int force) in chn_vpc_reset()
1753 chn_resizebuf(struct pcm_channel *c, int latency, in chn_resizebuf()
1950 chn_setlatency(struct pcm_channel *c, int latency) in chn_setlatency()
1958 chn_setblocksize(struct pcm_channel *c, int blkcnt, int blksz) in chn_setblocksize()
1966 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam()
2007 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed()
2036 chn_setformat(struct pcm_channel *c, uint32_t format) in chn_setformat()
2065 chn_syncstate(struct pcm_channel *c) in chn_syncstate()
2167 chn_trigger(struct pcm_channel *c, int go) in chn_trigger()
2242 chn_getptr(struct pcm_channel *c) in chn_getptr()
2252 chn_getcaps(struct pcm_channel *c) in chn_getcaps()
2259 chn_getformats(struct pcm_channel *c) in chn_getformats()
2277 chn_notify(struct pcm_channel *c, u_int32_t flags) in chn_notify()
2504 chn_getrates(struct pcm_channel *c, int **rates) in chn_getrates()
2529 chn_syncdestroy(struct pcm_channel *c) in chn_syncdestroy()
2561 chn_getpeaks(struct pcm_channel *c, int *lpeak, int *rpeak) in chn_getpeaks()