Lines Matching refs:hdl
552 btsco_open(void *hdl, int flags)
555 struct btsco_softc *sc = hdl;
648 btsco_close(void *hdl)
650 struct btsco_softc *sc = hdl;
681 btsco_query_format(void *hdl, audio_format_query_t *afp)
688 btsco_set_format(void *hdl, int setmode,
701 btsco_round_blocksize(void *hdl, int bs, int mode,
704 struct btsco_softc *sc = hdl;
726 btsco_start_output(void *hdl, void *block, int blksize,
729 struct btsco_softc *sc = hdl;
759 btsco_start_input(void *hdl, void *block, int blksize,
762 struct btsco_softc *sc = hdl;
792 btsco_halt_output(void *hdl)
794 struct btsco_softc *sc = hdl;
815 btsco_halt_input(void *hdl)
817 struct btsco_softc *sc = hdl;
833 btsco_getdev(void *hdl, struct audio_device *ret)
841 btsco_set_port(void *hdl, mixer_ctrl_t *mc)
843 struct btsco_softc *sc = hdl;
878 btsco_get_port(void *hdl, mixer_ctrl_t *mc)
880 struct btsco_softc *sc = hdl;
907 btsco_query_devinfo(void *hdl, mixer_devinfo_t *di)
909 /* struct btsco_softc *sc = hdl; */
952 btsco_allocm(void *hdl, int direction, size_t size)
954 struct btsco_softc *sc = hdl;
979 btsco_freem(void *hdl, void *addr, size_t size)
981 struct btsco_softc *sc = hdl;
1002 btsco_get_props(void *hdl)
1010 btsco_get_locks(void *hdl, kmutex_t **intr, kmutex_t **thread)
1012 struct btsco_softc *sc = hdl;
1023 btsco_dev_ioctl(void *hdl, u_long cmd, void *addr, int flag,
1026 struct btsco_softc *sc = hdl;