Lines Matching defs:vsc
369 harmony_intr(void *vsc) in harmony_intr()
425 harmony_close(void *vsc) in harmony_close()
434 harmony_query_format(void *vsc, audio_format_query_t *afp) in harmony_query_format()
441 harmony_set_format(void *vsc, int setmode, in harmony_set_format()
477 harmony_round_blocksize(void *vsc, int blk, in harmony_round_blocksize()
503 harmony_commit_settings(void *vsc) in harmony_commit_settings()
577 harmony_halt_output(void *vsc) in harmony_halt_output()
601 harmony_halt_input(void *vsc) in harmony_halt_input()
613 harmony_getdev(void *vsc, struct audio_device *retp) in harmony_getdev()
623 harmony_set_port(void *vsc, mixer_ctrl_t *cp) in harmony_set_port()
706 harmony_get_port(void *vsc, mixer_ctrl_t *cp) in harmony_get_port()
782 harmony_query_devinfo(void *vsc, mixer_devinfo_t *dip) in harmony_query_devinfo()
903 harmony_allocm(void *vsc, int dir, size_t size) in harmony_allocm()
945 harmony_freem(void *vsc, void *ptr, size_t size) in harmony_freem()
965 harmony_round_buffersize(void *vsc, int direction, size_t size) in harmony_round_buffersize()
972 harmony_get_props(void *vsc) in harmony_get_props()
980 harmony_get_locks(void *vsc, kmutex_t **intr, kmutex_t **thread) in harmony_get_locks()
990 harmony_trigger_output(void *vsc, void *start, void *end, int blksize, in harmony_trigger_output()
1109 harmony_trigger_input(void *vsc, void *start, void *end, int blksize, in harmony_trigger_input()