Home
last modified time | relevance | path

Searched refs:ath_detach (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/mips/atheros/dev/
H A Dif_ath_arbus.c188 ath_detach(&asc->sc_ath); in ath_arbus_detach()
/netbsd-src/sys/dev/cardbus/
H A Dif_ath_cardbus.c215 rv = ath_detach(sc); in ath_cardbus_detach()
/netbsd-src/sys/dev/pci/
H A Dif_ath_pci.c235 if ((rv = ath_detach(&psc->sc_sc)) != 0) in ath_pci_detach()
/netbsd-src/sys/dev/ic/
H A Dathvar.h317 int ath_detach(struct ath_softc *);
H A Dath.c660 ath_detach(struct ath_softc *sc) in ath_detach() function