Lines Matching refs:conf
66 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_leave_lps_core() local
68 conf->state = RTW_ALL_ON; in rtw_leave_lps_core()
69 conf->awake_interval = 1; in rtw_leave_lps_core()
70 conf->rlbm = 0; in rtw_leave_lps_core()
71 conf->smart_ps = 0; in rtw_leave_lps_core()
81 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_enter_lps_core() local
83 conf->state = RTW_RF_OFF; in rtw_enter_lps_core()
84 conf->awake_interval = 1; in rtw_enter_lps_core()
85 conf->rlbm = 1; in rtw_enter_lps_core()
86 conf->smart_ps = 2; in rtw_enter_lps_core()
98 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_lps_work() local
99 struct rtw_vif *rtwvif = conf->rtwvif; in rtw_lps_work()
104 if (conf->mode == RTW_MODE_LPS) in rtw_lps_work()
112 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_enter_lps_irqsafe() local
117 conf->mode = RTW_MODE_LPS; in rtw_enter_lps_irqsafe()
118 conf->rtwvif = rtwvif; in rtw_enter_lps_irqsafe()
126 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_leave_lps_irqsafe() local
131 conf->mode = RTW_MODE_ACTIVE; in rtw_leave_lps_irqsafe()
132 conf->rtwvif = rtwvif; in rtw_leave_lps_irqsafe()
145 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_enter_lps() local
153 conf->mode = RTW_MODE_LPS; in rtw_enter_lps()
154 conf->rtwvif = rtwvif; in rtw_enter_lps()
162 struct rtw_lps_conf *conf = &rtwdev->lps_conf; in rtw_leave_lps() local
170 conf->mode = RTW_MODE_ACTIVE; in rtw_leave_lps()
171 conf->rtwvif = rtwvif; in rtw_leave_lps()