Lines Matching defs:conf
149 struct rtw_lps_conf *conf = &rtwdev->lps_conf;
151 conf->state = RTW_ALL_ON;
152 conf->awake_interval = 1;
153 conf->rlbm = 0;
154 conf->smart_ps = 0;
184 struct rtw_lps_conf *conf = &rtwdev->lps_conf;
186 conf->state = RTW_RF_OFF;
187 conf->awake_interval = 1;
188 conf->rlbm = 1;
189 conf->smart_ps = 2;
201 struct rtw_lps_conf *conf = &rtwdev->lps_conf;
206 conf->mode = RTW_MODE_LPS;
207 conf->port_id = port_id;
214 struct rtw_lps_conf *conf = &rtwdev->lps_conf;
225 conf->mode = RTW_MODE_ACTIVE;