Home
last modified time | relevance | path

Searched refs:rtsx_detach (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Drtsxvar.h85 int rtsx_detach(struct rtsx_softc *, int);
H A Drtsx.c262 rtsx_detach(struct rtsx_softc *sc, int flags) in rtsx_detach() function
/netbsd-src/sys/dev/pci/
H A Drtsx_pci.c191 rv = rtsx_detach(&sc->sc, flags); in rtsx_pci_detach()