Home
last modified time | relevance | path

Searched refs:dd_hw_if (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/fdt/
Dsimpleaudio.c231 hwif = dai->dd_hw_if; in simpleaudio_open()
241 hwif = dai->dd_hw_if; in simpleaudio_open()
252 hwif = dai->dd_hw_if; in simpleaudio_open()
275 hwif = dai->dd_hw_if; in simpleaudio_close()
281 hwif = dai->dd_hw_if; in simpleaudio_close()
286 hwif = dai->dd_hw_if; in simpleaudio_close()
323 hwif = dai->dd_hw_if; in simpleaudio_set_params()
332 hwif = dai->dd_hw_if; in simpleaudio_set_params()
349 const struct audio_hw_if *hwif = dai->dd_hw_if; in simpleaudio_allocm()
363 const struct audio_hw_if *hwif = dai->dd_hw_if; in simpleaudio_freem()
[all …]
Dgraphaudio.c211 hwif = dai->dd_hw_if; in graphaudio_open()
221 hwif = dai->dd_hw_if; in graphaudio_open()
241 hwif = dai->dd_hw_if; in graphaudio_close()
246 hwif = dai->dd_hw_if; in graphaudio_close()
283 hwif = dai->dd_hw_if; in graphaudio_set_params()
292 hwif = dai->dd_hw_if; in graphaudio_set_params()
309 const struct audio_hw_if *hwif = dai->dd_hw_if; in graphaudio_allocm()
323 const struct audio_hw_if *hwif = dai->dd_hw_if; in graphaudio_freem()
334 const struct audio_hw_if *hwif = dai->dd_hw_if; in graphaudio_set_port()
347 const struct audio_hw_if *hwif = dai->dd_hw_if; in graphaudio_get_port()
[all …]
Dsimpleamp.c89 sc->sc_dai.dd_hw_if = &simpleamp_hw_if; in simpleamp_attach()
Dsncodec.c170 sc->sc_dai.dd_hw_if = &sncodec_hw_if; in sncodec_attach()
Dtascodec.c157 sc->sc_dai.dd_hw_if = &tascodec_hw_if; in tascodec_attach()
Des8316ac.c178 sc->sc_dai.dd_hw_if = &escodec_hw_if; in escodec_attach()
Drkiis.c274 sc->sc_dai.dd_hw_if = &rkiis_hw_if; in rkiis_attach()
/openbsd/src/sys/arch/arm64/dev/
Daplaudio.c223 hwif = dai->dd_hw_if; in aplaudio_open()
236 hwif = dai->dd_hw_if; in aplaudio_open()
261 hwif = dai->dd_hw_if; in aplaudio_close()
267 hwif = dai->dd_hw_if; in aplaudio_close()
284 hwif = dai->dd_hw_if; in aplaudio_set_params()
324 const struct audio_hw_if *hwif = dai->dd_hw_if; in aplaudio_allocm()
338 const struct audio_hw_if *hwif = dai->dd_hw_if; in aplaudio_freem()
357 hwif = dai->dd_hw_if; in aplaudio_set_port()
378 hwif = dai->dd_hw_if; in aplaudio_get_port()
398 hwif = dai->dd_hw_if; in aplaudio_query_devinfo()
[all …]
Daplmca.c211 sc->sc_ad[i].ad_dai.dd_hw_if = &aplmca_hw_if; in aplmca_attach()
/openbsd/src/sys/dev/ofw/
Dofw_misc.h219 const void *dd_hw_if; member