HomeSort by: relevance | last modified time | path
    Searched refs:pmf_device_suspend (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/sys/
pmf.h 105 bool pmf_device_suspend(device_t, const pmf_qual_t *);
  /src/sys/dev/pci/
if_ath_pci.c 215 pmf_device_suspend(self, &sc->sc_qual);
if_atw_pci.c 285 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);
if_athn_pci.c 223 pmf_device_suspend(self, &sc->sc_qual);
if_rtw_pci.c 272 pmf_device_suspend(self, &sc->sc_qual);
  /src/sys/kern/
kern_pmf.c 136 if (!pmf_device_suspend(dev, &pq))
338 if (!pmf_device_suspend(curdev, qual))
680 pmf_device_suspend(device_t dev, const pmf_qual_t *qual) function in typeref:typename:bool
786 return rv && pmf_device_suspend(dv, qual);
  /src/sys/dev/cardbus/
if_ath_cardbus.c 197 pmf_device_suspend(self, &sc->sc_qual);
if_athn_cardbus.c 180 pmf_device_suspend(self, &sc->sc_qual);
if_atw_cardbus.c 273 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);
if_rtw_cardbus.c 276 pmf_device_suspend(self, &sc->sc_qual);
  /src/share/man/man9/
Makefile 779 pmf.9 pmf_device_suspend.9 pmf.9 pmf_device_resume.9 \
  /src/sys/dev/audio/
audio.c 8186 /* XXX joerg Make pmf_device_suspend handle children? */
8187 if (!pmf_device_suspend(dv, PMF_Q_SELF))
8190 if (!pmf_device_suspend(sc->hw_dev, PMF_Q_SELF))
  /src/sys/dev/ic/
atw.c 2654 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);
rtw.c 2311 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);
ath.c 1171 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);

Completed in 65 milliseconds