Home | History | Annotate | Download | only in wmi

Lines Matching defs:sc_smpsw

66 	struct sysmon_pswitch	sc_smpsw[WMI_DELL_PSW_COUNT];
180 sc->sc_smpsw[WMI_DELL_PSW_DISPLAY_CYCLE].smpsw_name =
183 sc->sc_smpsw[WMI_DELL_PSW_DISPLAY_CYCLE].smpsw_type =
186 e = sysmon_pswitch_register(&sc->sc_smpsw[WMI_DELL_PSW_DISPLAY_CYCLE]);
193 sc->sc_smpsw[WMI_DELL_PSW_RADIO_TOGGLE].smpsw_name =
196 sc->sc_smpsw[WMI_DELL_PSW_RADIO_TOGGLE].smpsw_type =
199 e = sysmon_pswitch_register(&sc->sc_smpsw[WMI_DELL_PSW_RADIO_TOGGLE]);
221 for (i = 0; i < __arraycount(sc->sc_smpsw); i++)
222 sysmon_pswitch_unregister(&sc->sc_smpsw[i]);
268 &sc->sc_smpsw[wda->wda_data],