Lines Matching refs:hw_hdl
984 sc->hw_hdl = hdlp;
1200 error = sc->hw_if->getdev(sc->hw_hdl, &adev);
2474 error = sc->hw_if->open(sc->hw_hdl, hwflags);
2503 error = sc->hw_if->speaker_ctl(sc->hw_hdl, on);
2524 error = sc->hw_if->init_output(sc->hw_hdl,
2543 error = sc->hw_if->init_input(sc->hw_hdl,
2625 sc->hw_if->close(sc->hw_hdl);
2765 sc->hw_if->close(sc->hw_hdl);
3247 error = sc->hw_if->getdev(sc->hw_hdl, (audio_device_t *)addr);
3302 error = sc->hw_if->query_format(sc->hw_hdl, query);
3340 error = sc->hw_if->dev_ioctl(sc->hw_hdl,
5286 rounded = sc->hw_if->round_blocksize(sc->hw_hdl, blksize,
5318 rounded = sc->hw_if->round_buffersize(sc->hw_hdl, mode,
5352 mixer->hwbuf.mem = sc->hw_if->allocm(sc->hw_hdl, mode, bufsize);
5477 sc->hw_if->freem(sc->hw_hdl, mixer->hwbuf.mem, bufsize);
5896 error = sc->hw_if->trigger_output(sc->hw_hdl,
5909 error = sc->hw_if->start_output(sc->hw_hdl,
6209 error = sc->hw_if->trigger_input(sc->hw_hdl,
6222 error = sc->hw_if->start_input(sc->hw_hdl,
6302 error = sc->hw_if->halt_output(sc->hw_hdl);
6332 hw_hdl);
6814 error = sc->hw_if->query_format(sc->hw_hdl, &query);
6921 error = sc->hw_if->query_format(sc->hw_hdl, &query);
7774 error = sc->hw_if->set_format(sc->hw_hdl, setmode,
7783 error = sc->hw_if->commit_settings(sc->hw_hdl);
8562 error = sc->hw_if->getdev(sc->hw_hdl, (audio_device_t *)addr);
8607 error = sc->hw_if->commit_settings(sc->hw_hdl);
8623 error = sc->hw_if->dev_ioctl(sc->hw_hdl,
9068 return sc->hw_if->set_port(sc->hw_hdl, mc);
9081 return sc->hw_if->get_port(sc->hw_hdl, mc);
9133 sc->hw_if->commit_settings(sc->hw_hdl);
9224 return sc->hw_if->query_devinfo(sc->hw_hdl, di);