Home | History | Annotate | Download | only in dev

Lines Matching refs:hdl

341 psgpam_open(void *hdl, int flags)
347 sc = hdl;
367 psgpam_close(void *hdl)
371 sc = hdl;
383 psgpam_query_format(void *hdl, audio_format_query_t *afp)
397 sc = hdl;
471 psgpam_set_format(void *hdl, int setmode,
479 sc = hdl;
557 psgpam_trigger_output(void *hdl, void *start, void *end, int blksize,
563 sc = hdl;
601 psgpam_halt_output(void *hdl)
603 struct psgpam_softc *sc = hdl;
618 psgpam_getdev(void *hdl, struct audio_device *ret)
626 psgpam_set_port(void *hdl, mixer_ctrl_t *mc)
634 psgpam_get_port(void *hdl, mixer_ctrl_t *mc)
642 psgpam_query_devinfo(void *hdl, mixer_devinfo_t *di)
654 psgpam_get_props(void *hdl)
661 psgpam_get_locks(void *hdl, kmutex_t **intr, kmutex_t **thread)
663 struct psgpam_softc *sc = hdl;
670 psgpam_round_blocksize(void *hdl, int bs, int mode,
686 psgpam_round_buffersize(void *hdl, int direction, size_t bufsize)
696 psgpam_intr(void *hdl)
698 struct psgpam_softc *sc = hdl;