Home
last modified time | relevance | path

Searched refs:pmf_device_suspend (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_pmf.c136 if (!pmf_device_suspend(dev, &pq)) in complete_suspension()
338 if (!pmf_device_suspend(curdev, qual)) in pmf_system_suspend()
680 pmf_device_suspend(device_t dev, const pmf_qual_t *qual) in pmf_device_suspend() function
786 return rv && pmf_device_suspend(dv, qual); in pmf_device_recursive_suspend()
/netbsd-src/sys/sys/
H A Dpmf.h105 bool pmf_device_suspend(device_t, const pmf_qual_t *);
/netbsd-src/sys/dev/cardbus/
H A Dif_ath_cardbus.c197 pmf_device_suspend(self, &sc->sc_qual); in ath_cardbus_attach()
H A Dif_atw_cardbus.c273 pmf_device_suspend(sc->sc_dev, &sc->sc_qual); in atw_cardbus_attach()
H A Dif_rtw_cardbus.c276 pmf_device_suspend(self, &sc->sc_qual); in rtw_cardbus_attach()
H A Dif_athn_cardbus.c180 pmf_device_suspend(self, &sc->sc_qual); in athn_cardbus_attach()
/netbsd-src/sys/dev/pci/
H A Dif_atw_pci.c285 pmf_device_suspend(sc->sc_dev, &sc->sc_qual); in atw_pci_attach()
H A Dif_ath_pci.c215 pmf_device_suspend(self, &sc->sc_qual); in ath_pci_attach()
H A Dif_rtw_pci.c272 pmf_device_suspend(self, &sc->sc_qual); in rtw_pci_attach()
H A Dif_athn_pci.c223 pmf_device_suspend(self, &sc->sc_qual); in athn_pci_attach()
/netbsd-src/share/man/man9/
H A DMakefile774 pmf.9 pmf_device_suspend.9 pmf.9 pmf_device_resume.9 \
/netbsd-src/sys/dev/ic/
H A Datw.c2654 pmf_device_suspend(sc->sc_dev, &sc->sc_qual); in atw_stop()
H A Drtw.c2311 pmf_device_suspend(sc->sc_dev, &sc->sc_qual); in rtw_stop()
H A Dath.c1172 pmf_device_suspend(sc->sc_dev, &sc->sc_qual); in ath_stop_locked()
/netbsd-src/sys/dev/audio/
H A Daudio.c8188 if (!pmf_device_suspend(dv, PMF_Q_SELF)) in audio_idle()
8191 if (!pmf_device_suspend(sc->hw_dev, PMF_Q_SELF)) in audio_idle()