Searched refs:halt_input (Results 1 – 25 of 45) sorted by relevance
12
/openbsd/sys/dev/fdt/ |
H A D | simpleaudio.c | 83 .halt_input = simpleaudio_halt_input, 568 if (hwif->halt_input) in simpleaudio_halt_input() 569 hwif->halt_input(dai->dd_cookie); in simpleaudio_halt_input() 574 if (hwif->halt_input) in simpleaudio_halt_input() 575 hwif->halt_input(dai->dd_cookie); in simpleaudio_halt_input() 579 if (hwif->halt_input) in simpleaudio_halt_input() 580 hwif->halt_input(dai->dd_cookie); in simpleaudio_halt_input()
|
H A D | graphaudio.c | 81 .halt_input = graphaudio_halt_input, 492 if (hwif->halt_input) in graphaudio_halt_input() 493 hwif->halt_input(dai->dd_cookie); in graphaudio_halt_input() 497 if (hwif->halt_input) in graphaudio_halt_input() 498 hwif->halt_input(dai->dd_cookie); in graphaudio_halt_input()
|
H A D | rkiis.c | 210 .halt_input = rkiis_halt_input,
|
/openbsd/sys/arch/arm64/dev/ |
H A D | aplaudio.c | 79 .halt_input = aplaudio_halt_input, 549 if (hwif->halt_input) in aplaudio_halt_input() 550 hwif->halt_input(dai->dd_cookie); in aplaudio_halt_input() 555 if (hwif->halt_input) in aplaudio_halt_input() 556 hwif->halt_input(dai->dd_cookie); in aplaudio_halt_input()
|
H A D | aplmca.c | 150 .halt_input = aplmca_halt_input,
|
/openbsd/sys/dev/ |
H A D | audio_if.h | 100 int (*halt_input)(void *); member
|
H A D | audio.c | 695 sc->ops->halt_input(sc->arg); in audio_stop_do() 1212 ops->halt_input == 0 || in audio_attach()
|
/openbsd/sys/arch/macppc/dev/ |
H A D | aoa.c | 74 .halt_input = i2s_halt_input,
|
H A D | daca.c | 80 .halt_input = i2s_halt_input,
|
H A D | onyx.c | 93 .halt_input = i2s_halt_input,
|
H A D | tumbler.c | 84 .halt_input = i2s_halt_input,
|
H A D | snapper.c | 86 .halt_input = i2s_halt_input,
|
/openbsd/sys/arch/luna88k/cbus/ |
H A D | nec86.c | 81 .halt_input = nec86hw_halt_pdma,
|
/openbsd/sys/dev/pci/ |
H A D | cs4281.c | 106 int (*halt_input)(void *); member 199 .halt_input = cs4281_halt_input, 305 sc->halt_input = cs4281_halt_input; in cs4281_attach() 1091 (*sc->halt_input)(sc); in cs4281_close()
|
H A D | fms.c | 106 .halt_input = fms_halt_input,
|
H A D | neo.c | 242 .halt_input = neo_halt_input,
|
H A D | eap.c | 201 .halt_input = eap_halt_input, 217 .halt_input = eap_halt_input,
|
H A D | auacer.c | 185 .halt_input = auacer_halt_input,
|
H A D | auvia.c | 186 .halt_input = auvia_halt_input,
|
H A D | auglx.c | 241 .halt_input = auglx_halt_input,
|
/openbsd/sys/dev/isa/ |
H A D | sb.c | 102 .halt_input = sbdsp_haltdma,
|
H A D | pas.c | 117 .halt_input = sbdsp_haltdma,
|
H A D | ess.c | 206 .halt_input = ess_audio1_halt, 223 .halt_input = ess_audio1_halt,
|
/openbsd/sys/dev/tc/ |
H A D | bba.c | 161 .halt_input = bba_halt_input,
|
/openbsd/sys/dev/ic/ |
H A D | arcofi.c | 220 .halt_input = arcofi_halt_input,
|
12