Home
last modified time | relevance | path

Searched refs:ps_mode (Results 1 – 22 of 22) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_pwrctrl.c70 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode, uint smart_ps) in r8712_set_ps_mode() argument
74 if (ps_mode > PM_Card_Disable) in r8712_set_ps_mode()
77 if (ps_mode == PS_MODE_ACTIVE) in r8712_set_ps_mode()
79 if ((pwrpriv->pwr_mode != ps_mode) || (pwrpriv->smart_ps != smart_ps)) { in r8712_set_ps_mode()
84 pwrpriv->pwr_mode = ps_mode; in r8712_set_ps_mode()
Drtl871x_pwrctrl.h127 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode,
Drtl871x_mp_ioctl.h338 unsigned int ps_mode; member
/drivers/net/wireless/mwifiex/
Dcmdevt.c961 adapter->ps_mode, adapter->ps_state); in mwifiex_cmd_timeout_func()
1301 struct mwifiex_ps_param *ps_mode = &ps_tlv->param; in mwifiex_cmd_enh_power_mode() local
1308 ps_mode->null_pkt_interval = in mwifiex_cmd_enh_power_mode()
1310 ps_mode->multiple_dtims = in mwifiex_cmd_enh_power_mode()
1312 ps_mode->bcn_miss_timeout = in mwifiex_cmd_enh_power_mode()
1314 ps_mode->local_listen_interval = in mwifiex_cmd_enh_power_mode()
1316 ps_mode->adhoc_wake_period = in mwifiex_cmd_enh_power_mode()
1318 ps_mode->delay_to_ps = in mwifiex_cmd_enh_power_mode()
1320 ps_mode->mode = cpu_to_le16(adapter->enhanced_ps_mode); in mwifiex_cmd_enh_power_mode()
1358 struct host_cmd_ds_802_11_ps_mode_enh *ps_mode = in mwifiex_ret_enh_power_mode() local
[all …]
Dutil.c100 info->ps_mode = adapter->ps_mode; in mwifiex_get_debug_info()
Dioctl.h192 u16 ps_mode; member
268 u32 ps_mode; member
Dsta_ioctl.c685 int mwifiex_drv_set_power(struct mwifiex_private *priv, u32 *ps_mode) in mwifiex_drv_set_power() argument
691 if (*ps_mode) in mwifiex_drv_set_power()
692 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_PSP; in mwifiex_drv_set_power()
694 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_drv_set_power()
695 sub_cmd = (*ps_mode) ? EN_AUTO_PS : DIS_AUTO_PS; in mwifiex_drv_set_power()
Ddebugfs.c72 {"ps_mode", item_size(ps_mode),
73 item_addr(ps_mode), 1},
Dmain.h693 u16 ps_mode; member
1079 int mwifiex_drv_set_power(struct mwifiex_private *priv, u32 *ps_mode);
Dcfg80211.c353 u32 ps_mode; in mwifiex_cfg80211_set_power_mgmt() local
359 ps_mode = enabled; in mwifiex_cfg80211_set_power_mgmt()
361 return mwifiex_drv_set_power(priv, &ps_mode); in mwifiex_cfg80211_set_power_mgmt()
DREADME126 ps_mode = <0/1, CAM mode/PS mode>
Dinit.c285 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_init_adapter()
Dsta_cmdresp.c68 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_process_cmdresp_error()
Dsta_cmd.c1423 priv->adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_PSP; in mwifiex_sta_init_cmd()
/drivers/net/wireless/ti/wl1251/
Dcmd.h41 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode);
323 u8 ps_mode; /* STATION_* */ member
Dcmd.c300 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode) in wl1251_cmd_ps_mode() argument
313 ps_params->ps_mode = ps_mode; in wl1251_cmd_ps_mode()
/drivers/net/wireless/ti/wlcore/
Dcmd.h54 u8 ps_mode, u16 auto_ps_timeout);
437 u8 ps_mode; /* STATION_* */ member
Ddebugfs.c339 int ret, ps_mode; in forced_ps_write() local
370 ps_mode = value ? STATION_POWER_SAVE_MODE : STATION_AUTO_PS_MODE; in forced_ps_write()
374 wl1271_ps_set_mode(wl, wlvif, ps_mode); in forced_ps_write()
Dcmd.c966 u8 ps_mode, u16 auto_ps_timeout) in wl1271_cmd_ps_mode() argument
980 ps_params->ps_mode = ps_mode; in wl1271_cmd_ps_mode()
Dmain.c4204 int ps_mode; in wl1271_bss_info_changed_sta() local
4208 ps_mode = STATION_POWER_SAVE_MODE; in wl1271_bss_info_changed_sta()
4211 ps_mode = STATION_AUTO_PS_MODE; in wl1271_bss_info_changed_sta()
4217 ret = wl1271_ps_set_mode(wl, wlvif, ps_mode); in wl1271_bss_info_changed_sta()
/drivers/staging/csr/
Dsme_wext.c336 int ps_mode = (int)(*extra); in iwprivs80211ps() local
339 unifi_trace(priv, UDBG1, "iwprivs80211ps: power save mode = %d\n", ps_mode); in iwprivs80211ps()
347 switch (ps_mode) { in iwprivs80211ps()
/drivers/net/wireless/
Dmac80211_hwsim.c350 enum ps_mode { enum
1859 enum ps_mode old_ps; in hwsim_fops_ps_write()