Home
last modified time | relevance | path

Searched refs:spkr_detach (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/
H A Dspkrvar.h26 int spkr_detach(device_t, int);
H A Dspkr_audio.c113 if ((error = spkr_detach(self, flags)) != 0) in spkr_audio_detach()
H A Dspkr.c441 spkr_detach(device_t self, int flags) in spkr_detach() function
/netbsd/sys/dev/isa/
H A Dspkr_pcppi.c120 if ((error = spkr_detach(self, flags)) != 0) in spkr_pcppi_detach()