Lines Matching refs:hdl
242 vs_dmaintr(void *hdl) in vs_dmaintr() argument
247 sc = hdl; in vs_dmaintr()
265 vs_dmaerrintr(void *hdl) in vs_dmaerrintr() argument
269 sc = hdl; in vs_dmaerrintr()
283 vs_query_format(void *hdl, audio_format_query_t *afp) in vs_query_format() argument
302 vs_set_format(void *hdl, int setmode, in vs_set_format() argument
309 sc = hdl; in vs_set_format()
335 vs_commit_settings(void *hdl) in vs_commit_settings() argument
340 sc = hdl; in vs_commit_settings()
364 vs_start_output(void *hdl, void *block, int blksize, void (*intr)(void *), in vs_start_output() argument
372 sc = hdl; in vs_start_output()
410 vs_start_input(void *hdl, void *block, int blksize, void (*intr)(void *),
418 sc = hdl;
455 vs_halt_output(void *hdl)
460 sc = hdl;
472 vs_halt_input(void *hdl)
477 sc = hdl;
547 vs_getdev(void *hdl, struct audio_device *retp)
556 vs_set_port(void *hdl, mixer_ctrl_t *cp)
564 vs_get_port(void *hdl, mixer_ctrl_t *cp)
572 vs_query_devinfo(void *hdl, mixer_devinfo_t *mi)
584 vs_allocm(void *hdl, int direction, size_t size)
591 sc = hdl;
606 vs_freem(void *hdl, void *addr, size_t size)
611 sc = hdl;
623 vs_round_buffersize(void *hdl, int direction, size_t bufsize)
632 vs_get_props(void *hdl)
640 vs_get_locks(void *hdl, kmutex_t **intr, kmutex_t **thread)
645 sc = hdl;