Home
last modified time | relevance | path

Searched refs:ps_state (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/drivers/net/wireless/mwifiex/ !
Dmain.c168 if ((adapter->ps_state == PS_STATE_SLEEP) && in mwifiex_main_process()
179 if (adapter->ps_state == PS_STATE_SLEEP) in mwifiex_main_process()
180 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_main_process()
185 if (adapter->ps_state != PS_STATE_AWAKE || in mwifiex_main_process()
217 if (adapter->ps_state == PS_STATE_PRE_SLEEP) { in mwifiex_main_process()
225 if ((adapter->ps_state == PS_STATE_SLEEP) || in mwifiex_main_process()
226 (adapter->ps_state == PS_STATE_PRE_SLEEP) || in mwifiex_main_process()
227 (adapter->ps_state == PS_STATE_SLEEP_CFM) || in mwifiex_main_process()
258 adapter->ps_state = PS_STATE_SLEEP; in mwifiex_main_process()
Dsta_event.c230 adapter->ps_state = PS_STATE_PRE_SLEEP; in mwifiex_process_sta_event()
247 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_process_sta_event()
256 adapter->ps_state = in mwifiex_process_sta_event()
261 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_process_sta_event()
Dutil.c101 info->ps_state = adapter->ps_state; in mwifiex_get_debug_info()
Dcmdevt.c258 adapter->ps_state = PS_STATE_SLEEP; in mwifiex_dnld_sleep_confirm_cmd()
260 adapter->ps_state = PS_STATE_SLEEP_CFM; in mwifiex_dnld_sleep_confirm_cmd()
584 if (adapter->ps_state != PS_STATE_AWAKE) in mwifiex_insert_cmd_to_pending_q()
642 if (adapter->ps_state != PS_STATE_AWAKE) { in mwifiex_exec_next_cmd()
863 adapter->ps_mode, adapter->ps_state); in mwifiex_cmd_timeout_func()
1136 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_process_sleep_confirm_resp()
1144 adapter->ps_state = PS_STATE_SLEEP; in mwifiex_process_sleep_confirm_resp()
Dpcie.c304 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_pm_wakeup_card()
1088 if (adapter->ps_state == PS_STATE_SLEEP_CFM) { in mwifiex_pcie_process_cmd_complete()
1519 if ((adapter->ps_state == PS_STATE_SLEEP_CFM) || in mwifiex_interrupt_status()
1520 (adapter->ps_state == PS_STATE_SLEEP)) { in mwifiex_interrupt_status()
1533 adapter->ps_state == PS_STATE_SLEEP) { in mwifiex_interrupt_status()
1538 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_interrupt_status()
Dioctl.h171 u32 ps_state; member
Ddebugfs.c69 {"ps_state", item_size(ps_state),
70 item_addr(ps_state), 1},
Dsdio.c923 if (!adapter->pps_uapsd_mode && adapter->ps_state == PS_STATE_SLEEP) in mwifiex_sdio_interrupt()
924 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_sdio_interrupt()
959 if (adapter->ps_state == PS_STATE_SLEEP_CFM) in mwifiex_decode_rx_packet()
Dinit.c203 adapter->ps_state = PS_STATE_AWAKE; in mwifiex_init_adapter()
DREADME128 ps_state = <0/1/2/3, full power state/awake state/pre-sleep state/sleep state>
Dmain.h618 u32 ps_state; member
Djoin.c597 priv->adapter->ps_state = PS_STATE_AWAKE; in mwifiex_ret_802_11_associate()
/linux-3.4.99/drivers/bluetooth/ !
Dbtmrvl_main.c37 priv->adapter->ps_state = PS_AWAKE; in btmrvl_interrupt()
106 adapter->ps_state = PS_SLEEP; in btmrvl_process_event()
140 adapter->ps_state = PS_SLEEP; in btmrvl_process_event()
142 (adapter->ps_state) ? "PS_SLEEP" : "PS_AWAKE"); in btmrvl_process_event()
265 priv->adapter->ps_state, in btmrvl_enable_hs()
370 priv->adapter->ps_state = PS_AWAKE; in btmrvl_init_adapter()
504 } else if (adapter->ps_state == PS_SLEEP && in btmrvl_service_main_thread()
514 if (adapter->ps_state == PS_SLEEP) in btmrvl_service_main_thread()
Dbtmrvl_drv.h65 u8 ps_state; member
Dbtmrvl_debugfs.c331 ret = snprintf(buf, sizeof(buf) - 1, "%d\n", priv->adapter->ps_state); in btmrvl_psstate_read()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/ !
Dtxrx.c1286 bool is_amsdu, prev_ps, ps_state = false; in ath6kl_rx() local
1377 ps_state = !!((dhdr->info >> WMI_DATA_HDR_PS_SHIFT) & in ath6kl_rx()
1415 if (ps_state) in ath6kl_rx()
/linux-3.4.99/net/wireless/ !
Dnl80211.c5740 u8 ps_state; in nl80211_set_power_save() local
5747 ps_state = nla_get_u32(info->attrs[NL80211_ATTR_PS_STATE]); in nl80211_set_power_save()
5749 if (ps_state != NL80211_PS_DISABLED && ps_state != NL80211_PS_ENABLED) in nl80211_set_power_save()
5757 state = (ps_state == NL80211_PS_ENABLED) ? true : false; in nl80211_set_power_save()
5772 enum nl80211_ps_state ps_state; in nl80211_get_power_save() local
5796 ps_state = NL80211_PS_ENABLED; in nl80211_get_power_save()
5798 ps_state = NL80211_PS_DISABLED; in nl80211_get_power_save()
5800 NLA_PUT_U32(msg, NL80211_ATTR_PS_STATE, ps_state); in nl80211_get_power_save()