/drivers/staging/rtl8712/ |
D | rtl871x_pwrctrl.c | 70 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()
|
D | rtl871x_pwrctrl.h | 127 void r8712_set_ps_mode(struct _adapter *padapter, uint ps_mode,
|
D | rtl871x_mp_ioctl.h | 338 unsigned int ps_mode; member
|
/drivers/net/wireless/mwifiex/ |
D | cmdevt.c | 961 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 …]
|
D | util.c | 100 info->ps_mode = adapter->ps_mode; in mwifiex_get_debug_info()
|
D | ioctl.h | 192 u16 ps_mode; member 268 u32 ps_mode; member
|
D | sta_ioctl.c | 685 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()
|
D | debugfs.c | 72 {"ps_mode", item_size(ps_mode), 73 item_addr(ps_mode), 1},
|
D | main.h | 693 u16 ps_mode; member 1079 int mwifiex_drv_set_power(struct mwifiex_private *priv, u32 *ps_mode);
|
D | cfg80211.c | 353 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()
|
D | README | 126 ps_mode = <0/1, CAM mode/PS mode>
|
D | init.c | 285 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_init_adapter()
|
D | sta_cmdresp.c | 68 adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_CAM; in mwifiex_process_cmdresp_error()
|
D | sta_cmd.c | 1423 priv->adapter->ps_mode = MWIFIEX_802_11_POWER_MODE_PSP; in mwifiex_sta_init_cmd()
|
/drivers/net/wireless/ti/wl1251/ |
D | cmd.h | 41 int wl1251_cmd_ps_mode(struct wl1251 *wl, u8 ps_mode); 323 u8 ps_mode; /* STATION_* */ member
|
D | cmd.c | 300 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/ |
D | cmd.h | 54 u8 ps_mode, u16 auto_ps_timeout); 437 u8 ps_mode; /* STATION_* */ member
|
D | debugfs.c | 339 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()
|
D | cmd.c | 966 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()
|
D | main.c | 4204 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/ |
D | sme_wext.c | 336 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/ |
D | mac80211_hwsim.c | 350 enum ps_mode { enum 1859 enum ps_mode old_ps; in hwsim_fops_ps_write()
|