/src/sys/dev/ic/ |
elinkxlvar.h | 40 pmf_qual_t sc_qual; member in struct:ex_softc
|
atwvar.h | 172 pmf_qual_t sc_qual; member in struct:atw_softc
|
athnvar.h | 457 pmf_qual_t sc_qual; member in struct:athn_softc
|
rtwvar.h | 460 pmf_qual_t sc_qual; member in struct:rtw_softc
|
athvar.h | 185 pmf_qual_t sc_qual; member in struct:ath_softc
|
athn.c | 184 pmf_self_suspensor_init(sc->sc_dev, &sc->sc_suspensor, &sc->sc_qual); 2848 if (!pmf_device_subtree_resume(sc->sc_dev, &sc->sc_qual) || 2999 pmf_device_recursive_suspend(sc->sc_dev, &sc->sc_qual);
|
atw.c | 516 pmf_self_suspensor_init(sc->sc_dev, &sc->sc_suspensor, &sc->sc_qual); 1203 } else if (!pmf_device_subtree_resume(sc->sc_dev, &sc->sc_qual) || 2654 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);
|
rtw.c | 2311 pmf_device_suspend(sc->sc_dev, &sc->sc_qual); 2785 } else if (!pmf_device_resume(sc->sc_dev, &sc->sc_qual) || 4044 pmf_self_suspensor_init(sc->sc_dev, &sc->sc_suspensor, &sc->sc_qual);
|
ath.c | 289 pmf_self_suspensor_init(sc->sc_dev, &sc->sc_suspensor, &sc->sc_qual); 1026 } else if (!pmf_device_subtree_resume(sc->sc_dev, &sc->sc_qual) || 1171 pmf_device_suspend(sc->sc_dev, &sc->sc_qual);
|
elinkxl.c | 176 pmf_self_suspensor_init(sc->sc_dev, &sc->sc_suspensor, &sc->sc_qual);
|
/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);
|
if_sip.c | 205 pmf_qual_t sc_qual; member in struct:sip_softc 1090 pmf_self_suspensor_init(self, &sc->sc_suspensor, &sc->sc_qual); 2614 } else if (!pmf_device_subtree_resume(sc->sc_dev, &sc->sc_qual) || 2936 pmf_device_recursive_suspend(sc->sc_dev, &sc->sc_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);
|