Home | History | Annotate | Download | only in dev

Lines Matching refs:hdl

242 vs_dmaintr(void *hdl)
247 sc = hdl;
265 vs_dmaerrintr(void *hdl)
269 sc = hdl;
283 vs_query_format(void *hdl, audio_format_query_t *afp)
302 vs_set_format(void *hdl, int setmode,
309 sc = hdl;
335 vs_commit_settings(void *hdl)
340 sc = hdl;
364 vs_start_output(void *hdl, void *block, int blksize, void (*intr)(void *),
372 sc = hdl;
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;