Lines Matching refs:hdl

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