Searched refs:sc_pwrstate (Results 1 – 3 of 3) sorted by relevance
63 struct aplpmgr_pwrstate *sc_pwrstate; member120 sc->sc_pwrstate = mallocarray(sc->sc_npwrstate, in aplpmgr_attach()121 sizeof(*sc->sc_pwrstate), M_DEVBUF, M_WAITOK | M_ZERO); in aplpmgr_attach()123 ps = sc->sc_pwrstate; in aplpmgr_attach()
379 enum rtw_pwrstate sc_pwrstate; member
2083 rtw_pwrstate_string(sc->sc_pwrstate), rtw_pwrstate_string(power))); in rtw_pwrstate()2085 if (sc->sc_pwrstate == power) in rtw_pwrstate()2104 sc->sc_pwrstate = power; in rtw_pwrstate()2106 sc->sc_pwrstate = RTW_OFF; in rtw_pwrstate()