hw_if 258 dev/audio.c sc->hw_if = 0; hw_if 263 dev/audio.c sc->hw_if = hwp; hw_if 269 dev/audio.c sc->hw_if = 0; hw_if 276 dev/audio.c sc->hw_if = 0; hw_if 400 dev/audio.c sc->hw_if->query_devinfo(sc->hw_hdl, &mi) == 0; hw_if 510 dev/audio.c printf("hwhandle %p hw_if %p ", sc->hw_hdl, sc->hw_if); hw_if 531 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 555 dev/audio.c if (sc->hw_if->freem) { hw_if 556 dev/audio.c sc->hw_if->freem(sc->hw_hdl, r->start, M_DEVBUF); hw_if 576 dev/audio.c if (!sc->hw_if) hw_if 822 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 929 dev/audio.c error = sc->hw_if->open(sc->hw_hdl, flags); hw_if 1004 dev/audio.c sc->hw_if->close(sc->hw_hdl); hw_if 1019 dev/audio.c if (sc->hw_if->speaker_ctl && hw_if 1021 dev/audio.c sc->hw_if->speaker_ctl(sc->hw_hdl, SPKR_OFF); hw_if 1034 dev/audio.c if (sc->hw_if->speaker_ctl) hw_if 1035 dev/audio.c sc->hw_if->speaker_ctl(sc->hw_hdl, SPKR_ON); hw_if 1113 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 1126 dev/audio.c if (!sc->sc_full_duplex || sc->hw_if->halt_input != sc->hw_if->halt_output) hw_if 1127 dev/audio.c sc->hw_if->halt_input(sc->hw_hdl); hw_if 1141 dev/audio.c sc->hw_if->halt_output(sc->hw_hdl); hw_if 1282 dev/audio.c sc->hw_if->halt_input(sc->hw_hdl); hw_if 1287 dev/audio.c sc->hw_if->halt_output(sc->hw_hdl); hw_if 1296 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 1565 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 1794 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 1855 dev/audio.c if (sc->hw_if->trigger_input) hw_if 1856 dev/audio.c error = sc->hw_if->trigger_input(sc->hw_hdl, sc->sc_rr.start, hw_if 1860 dev/audio.c error = sc->hw_if->start_input(sc->hw_hdl, sc->sc_rr.start, hw_if 1882 dev/audio.c if (sc->hw_if->trigger_output) hw_if 1883 dev/audio.c error = sc->hw_if->trigger_output(sc->hw_hdl, sc->sc_pr.start, hw_if 1887 dev/audio.c error = sc->hw_if->start_output(sc->hw_hdl, sc->sc_pr.outp, hw_if 1969 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 2082 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 2228 dev/audio.c if (sc->hw_if->set_port(sc->hw_hdl, ct) == 0) hw_if 2232 dev/audio.c return sc->hw_if->set_port(sc->hw_hdl, ct); hw_if 2268 dev/audio.c error = sc->hw_if->get_port(sc->hw_hdl, &ct); hw_if 2283 dev/audio.c error = sc->hw_if->get_port(sc->hw_hdl, &ct); hw_if 2311 dev/audio.c if (sc->hw_if->get_port(sc->hw_hdl, ct) == 0) { hw_if 2316 dev/audio.c error = sc->hw_if->get_port(sc->hw_hdl, ct); hw_if 2344 dev/audio.c if (sc->hw_if->get_port(sc->hw_hdl, &ct)) hw_if 2360 dev/audio.c if (sc->hw_if->get_port(sc->hw_hdl, &ct)) hw_if 2417 dev/audio.c error = sc->hw_if->set_port(sc->hw_hdl, &ct); hw_if 2429 dev/audio.c error = sc->hw_if->set_port(sc->hw_hdl, &ct); hw_if 2446 dev/audio.c if (sc->hw_if->get_port(sc->hw_hdl, &ct)) hw_if 2468 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 2656 dev/audio.c error = sc->hw_if->set_port(sc->hw_hdl, &ct); hw_if 2765 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 2794 dev/audio.c if (sc->hw_if->get_port(sc->hw_hdl, &ct)) hw_if 2903 dev/audio.c struct audio_hw_if *hw = sc->hw_if; hw_if 3035 dev/audio.c error = sc->hw_if->query_devinfo(sc->hw_hdl, &mi); hw_if 3052 dev/audio.c error = sc->hw_if->query_devinfo(sc->hw_hdl, &mi); hw_if 3065 dev/audio.c error = sc->hw_if->query_devinfo(sc->hw_hdl, hw_if 3109 dev/audio.c error = sc->hw_if->get_port(sc->hw_hdl, &ct); hw_if 3127 dev/audio.c error = sc->hw_if->query_devinfo(sc->hw_hdl, &mi); hw_if 93 dev/audiovar.h struct audio_hw_if *hw_if; /* Hardware interface */ hw_if 235 dev/midi.c error = sc->hw_if->output(sc->hw_hdl, mb->data[mb->start]); hw_if 256 dev/midi.c if (sc->hw_if->flush != NULL) hw_if 257 dev/midi.c sc->hw_if->flush(sc->hw_hdl); hw_if 425 dev/midi.c err = sc->hw_if->open(sc->hw_hdl, flags, midi_iintr, midi_ointr, sc); hw_if 471 dev/midi.c sc->hw_if->close(sc->hw_hdl); hw_if 494 dev/midi.c sc->hw_if->getinfo(sc->hw_hdl, &mi); hw_if 520 dev/midi.c sc->hw_if = hwif; hw_if 573 dev/midi.c sc->hw_if->getinfo(sc->hw_hdl, mi); hw_if 189 dev/midisyn.c sc->hw_if = &midisyn_hw_if; hw_if 79 dev/midivar.h struct midi_hw_if *hw_if; hw_if 75 dev/radio.c sc->hw_if = sa->hwif; hw_if 89 dev/radio.c sc->hw_if == NULL) hw_if 92 dev/radio.c if (sc->hw_if->open != NULL) hw_if 93 dev/radio.c return (sc->hw_if->open(sc->hw_hdl, flags, fmt, p)); hw_if 105 dev/radio.c if (sc->hw_if->close != NULL) hw_if 106 dev/radio.c return (sc->hw_if->close(sc->hw_hdl, flags, fmt, p)); hw_if 119 dev/radio.c (sc = radio_cd.cd_devs[unit]) == NULL || sc->hw_if == NULL) hw_if 125 dev/radio.c if (sc->hw_if->get_info) hw_if 126 dev/radio.c error = (sc->hw_if->get_info)(sc->hw_hdl, hw_if 132 dev/radio.c if (sc->hw_if->set_info) hw_if 133 dev/radio.c error = (sc->hw_if->set_info)(sc->hw_hdl, hw_if 139 dev/radio.c if (sc->hw_if->search) hw_if 140 dev/radio.c error = (sc->hw_if->search)(sc->hw_hdl, hw_if 36 dev/radiovar.h struct radio_hw_if *hw_if; /* hardware interface */