Searched refs:start_input (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/ |
H A D | audio_if.h | 98 int (*start_input)(void *, void *, int, void (*)(void *), void *); member
|
H A D | audio.c | 613 error = sc->ops->start_input(sc->arg, in audio_rintr() 679 error = sc->ops->start_input(sc->arg, in audio_start_do() 1210 (ops->start_input == 0 && ops->trigger_input == 0) || in audio_attach()
|
/openbsd/sys/arch/luna88k/cbus/ |
H A D | nec86.c | 79 .start_input = nec86hw_pdma_input,
|
/openbsd/sys/dev/ic/ |
H A D | arcofi.c | 218 .start_input = arcofi_start_input,
|
/openbsd/sys/dev/pci/ |
H A D | sv.c | 155 .start_input = sv_dma_input,
|
/openbsd/sys/dev/isa/ |
H A D | gus.c | 269 .start_input = gus_dma_input, 287 .start_input = gusmax_dma_input,
|