hw_hdl            264 dev/audio.c    	sc->hw_hdl = hdlp;
hw_hdl            400 dev/audio.c    	    sc->hw_if->query_devinfo(sc->hw_hdl, &mi) == 0;
hw_hdl            510 dev/audio.c    	printf("hwhandle %p hw_if %p ", sc->hw_hdl, sc->hw_if);
hw_hdl            532 dev/audio.c    	void *hdl = sc->hw_hdl;
hw_hdl            556 dev/audio.c    		sc->hw_if->freem(sc->hw_hdl, r->start, M_DEVBUF);
hw_hdl            828 dev/audio.c    		error = hw->init_input(sc->hw_hdl, sc->sc_rr.start,
hw_hdl            837 dev/audio.c    		error = hw->init_output(sc->hw_hdl, sc->sc_pr.start,
hw_hdl            921 dev/audio.c    	DPRINTF(("audio_open: dev=0x%x flags=0x%x sc=%p hdl=%p\n", dev, flags, sc, sc->hw_hdl));
hw_hdl            929 dev/audio.c    	error = sc->hw_if->open(sc->hw_hdl, flags);
hw_hdl           1004 dev/audio.c    	sc->hw_if->close(sc->hw_hdl);
hw_hdl           1021 dev/audio.c    		sc->hw_if->speaker_ctl(sc->hw_hdl, SPKR_OFF);
hw_hdl           1035 dev/audio.c    		sc->hw_if->speaker_ctl(sc->hw_hdl, SPKR_ON);
hw_hdl           1061 dev/audio.c    			sc->sc_pparams.sw_code(sc->hw_hdl, inp, ncc);
hw_hdl           1127 dev/audio.c    			sc->hw_if->halt_input(sc->hw_hdl);
hw_hdl           1140 dev/audio.c    			(void)hw->drain(sc->hw_hdl);
hw_hdl           1141 dev/audio.c    		sc->hw_if->halt_output(sc->hw_hdl);
hw_hdl           1145 dev/audio.c    	hw->close(sc->hw_hdl);
hw_hdl           1259 dev/audio.c    			sc->sc_rparams.sw_code(sc->hw_hdl, outp, cc);
hw_hdl           1282 dev/audio.c    		sc->hw_if->halt_input(sc->hw_hdl);
hw_hdl           1287 dev/audio.c    		sc->hw_if->halt_output(sc->hw_hdl);
hw_hdl           1317 dev/audio.c    		bs = hw->round_blocksize(sc->hw_hdl, bs);
hw_hdl           1505 dev/audio.c    			sc->sc_pparams.sw_code(sc->hw_hdl, inp, cc);
hw_hdl           1552 dev/audio.c    				sc->sc_pparams.sw_code(sc->hw_hdl, einp, ncc);
hw_hdl           1685 dev/audio.c    		    error = hw->drain(sc->hw_hdl);
hw_hdl           1690 dev/audio.c    		error = hw->getdev(sc->hw_hdl, (audio_device_t *)addr);
hw_hdl           1697 dev/audio.c    		error = hw->query_encoding(sc->hw_hdl, (struct audio_encoding *)addr);
hw_hdl           1708 dev/audio.c    		if (hw->get_props(sc->hw_hdl) & AUDIO_PROP_FULLDUPLEX) {
hw_hdl           1710 dev/audio.c    				error = hw->setfd(sc->hw_hdl, fd);
hw_hdl           1725 dev/audio.c    		*(int *)addr = hw->get_props(sc->hw_hdl);
hw_hdl           1799 dev/audio.c    	if (!(hw->get_props(sc->hw_hdl) & AUDIO_PROP_MMAP) || !hw->mappage)
hw_hdl           1843 dev/audio.c    	return hw->mappage(sc->hw_hdl, cb->start, off, prot);
hw_hdl           1856 dev/audio.c    		error = sc->hw_if->trigger_input(sc->hw_hdl, sc->sc_rr.start,
hw_hdl           1860 dev/audio.c    		error = sc->hw_if->start_input(sc->hw_hdl, sc->sc_rr.start,
hw_hdl           1883 dev/audio.c    		error = sc->hw_if->trigger_output(sc->hw_hdl, sc->sc_pr.start,
hw_hdl           1887 dev/audio.c    		error = sc->hw_if->start_output(sc->hw_hdl, sc->sc_pr.outp,
hw_hdl           1935 dev/audio.c    				sc->sc_pparams.sw_code(sc->hw_hdl, inp, ncc);
hw_hdl           1952 dev/audio.c    			sc->sc_pparams.sw_code(sc->hw_hdl, inp, ncc);
hw_hdl           1991 dev/audio.c    			(void)hw->start_output(sc->hw_hdl, cb->outp,
hw_hdl           2053 dev/audio.c    		error = hw->start_output(sc->hw_hdl, cb->outp, blksize,
hw_hdl           2102 dev/audio.c    			(void)hw->start_input(sc->hw_hdl, cb->inp, blksize,
hw_hdl           2150 dev/audio.c    		error = hw->start_input(sc->hw_hdl, cb->inp, blksize,
hw_hdl           2228 dev/audio.c    	if (sc->hw_if->set_port(sc->hw_hdl, ct) == 0)
hw_hdl           2232 dev/audio.c    	return sc->hw_if->set_port(sc->hw_hdl, ct);
hw_hdl           2268 dev/audio.c    			error = sc->hw_if->get_port(sc->hw_hdl, &ct);
hw_hdl           2283 dev/audio.c    			error = sc->hw_if->get_port(sc->hw_hdl, &ct);
hw_hdl           2311 dev/audio.c    	if (sc->hw_if->get_port(sc->hw_hdl, ct) == 0) {
hw_hdl           2316 dev/audio.c    		error = sc->hw_if->get_port(sc->hw_hdl, ct);
hw_hdl           2344 dev/audio.c    			if (sc->hw_if->get_port(sc->hw_hdl, &ct))
hw_hdl           2360 dev/audio.c    			if (sc->hw_if->get_port(sc->hw_hdl, &ct))
hw_hdl           2417 dev/audio.c    				error = sc->hw_if->set_port(sc->hw_hdl, &ct);
hw_hdl           2429 dev/audio.c    			error = sc->hw_if->set_port(sc->hw_hdl, &ct);
hw_hdl           2446 dev/audio.c    	if (sc->hw_if->get_port(sc->hw_hdl, &ct))
hw_hdl           2562 dev/audio.c    		int indep = hw->get_props(sc->hw_hdl) & AUDIO_PROP_INDEPENDENT;
hw_hdl           2569 dev/audio.c    		error = hw->set_params(sc->hw_hdl, setmode,
hw_hdl           2656 dev/audio.c    		error = sc->hw_if->set_port(sc->hw_hdl, &ct);
hw_hdl           2675 dev/audio.c    				rbs = hw->round_blocksize(sc->hw_hdl, rbs);
hw_hdl           2676 dev/audio.c    				pbs = hw->round_blocksize(sc->hw_hdl, pbs);
hw_hdl           2692 dev/audio.c    		error = hw->commit_settings(sc->hw_hdl);
hw_hdl           2794 dev/audio.c    		if (sc->hw_if->get_port(sc->hw_hdl, &ct))
hw_hdl           2925 dev/audio.c    		error = hw->getdev(sc->hw_hdl, (audio_device_t *)addr);
hw_hdl           2931 dev/audio.c    		error = hw->query_devinfo(sc->hw_hdl, (mixer_devinfo_t *)addr);
hw_hdl           2936 dev/audio.c    		error = hw->get_port(sc->hw_hdl, (mixer_ctrl_t *)addr);
hw_hdl           2943 dev/audio.c    		error = hw->set_port(sc->hw_hdl, (mixer_ctrl_t *)addr);
hw_hdl           2945 dev/audio.c    			error = hw->commit_settings(sc->hw_hdl);
hw_hdl           3035 dev/audio.c    		error = sc->hw_if->query_devinfo(sc->hw_hdl, &mi);
hw_hdl           3052 dev/audio.c    		error = sc->hw_if->query_devinfo(sc->hw_hdl, &mi);
hw_hdl           3065 dev/audio.c    				error = sc->hw_if->query_devinfo(sc->hw_hdl,
hw_hdl           3109 dev/audio.c    		error = sc->hw_if->get_port(sc->hw_hdl, &ct);
hw_hdl           3127 dev/audio.c    		error = sc->hw_if->query_devinfo(sc->hw_hdl, &mi);
hw_hdl             92 dev/audiovar.h 	void	*hw_hdl;	/* Hardware driver handle */
hw_hdl            235 dev/midi.c     		error = sc->hw_if->output(sc->hw_hdl, mb->data[mb->start]);
hw_hdl            257 dev/midi.c     					sc->hw_if->flush(sc->hw_hdl);
hw_hdl            425 dev/midi.c     	err = sc->hw_if->open(sc->hw_hdl, flags, midi_iintr, midi_ointr, sc);
hw_hdl            471 dev/midi.c     	sc->hw_if->close(sc->hw_hdl);
hw_hdl            494 dev/midi.c     	sc->hw_if->getinfo(sc->hw_hdl, &mi);
hw_hdl            521 dev/midi.c     	sc->hw_hdl = hdl;
hw_hdl            573 dev/midi.c     	sc->hw_if->getinfo(sc->hw_hdl, mi);
hw_hdl            190 dev/midisyn.c  	sc->hw_hdl = ms;
hw_hdl            191 dev/midisyn.c  	DPRINTF(("midisyn_attach: ms=%p\n", sc->hw_hdl));
hw_hdl             80 dev/midivar.h  	void		   *hw_hdl;
hw_hdl             76 dev/radio.c    	sc->hw_hdl = sa->hdl;
hw_hdl             93 dev/radio.c    		return (sc->hw_if->open(sc->hw_hdl, flags, fmt, p));
hw_hdl            106 dev/radio.c    		return (sc->hw_if->close(sc->hw_hdl, flags, fmt, p));
hw_hdl            126 dev/radio.c    			error = (sc->hw_if->get_info)(sc->hw_hdl,
hw_hdl            133 dev/radio.c    			error = (sc->hw_if->set_info)(sc->hw_hdl,
hw_hdl            140 dev/radio.c    			error = (sc->hw_if->search)(sc->hw_hdl,
hw_hdl             34 dev/radiovar.h 	void		*hw_hdl;	/* hardware driver handle */