Searched refs:psstate (Results 1 – 7 of 7) sorted by relevance
52 if (priv->psstate != PS_STATE_FULL_POWER) { in lbs_mac_event_disconnected()143 priv->psstate = PS_STATE_AWAKE; in lbs_process_command_response()163 priv->psstate = PS_STATE_FULL_POWER; in lbs_process_command_response()249 if (priv->psstate == PS_STATE_FULL_POWER) { in lbs_process_event()254 priv->psstate = PS_STATE_PRE_SLEEP; in lbs_process_event()283 if (priv->psstate == PS_STATE_FULL_POWER) { in lbs_process_event()289 priv->psstate = PS_STATE_AWAKE; in lbs_process_event()
477 else if (priv->psstate == PS_STATE_SLEEP) in lbs_thread()503 priv->psmode, priv->psstate); in lbs_thread()586 if (priv->psstate == PS_STATE_PRE_SLEEP && in lbs_thread()601 priv->psstate = PS_STATE_AWAKE; in lbs_thread()610 if ((priv->psstate == PS_STATE_SLEEP) || in lbs_thread()611 (priv->psstate == PS_STATE_PRE_SLEEP)) in lbs_thread()881 priv->psstate = PS_STATE_FULL_POWER; in lbs_init_adapter()1172 if (priv->psstate == PS_STATE_SLEEP) in lbs_queue_event()1173 priv->psstate = PS_STATE_AWAKE; in lbs_queue_event()1188 if (priv->psstate == PS_STATE_SLEEP) in lbs_notify_command_response()[all …]
172 if (priv->psstate == PS_STATE_FULL_POWER) { in lbs_ret_host_sleep_cfg()395 if (priv->psstate == PS_STATE_FULL_POWER) { in lbs_set_host_sleep()963 if (priv->psstate != PS_STATE_FULL_POWER) in lbs_queue_cmd()1343 if ((priv->psstate == PS_STATE_SLEEP) || in lbs_execute_next_command()1344 (priv->psstate == PS_STATE_PRE_SLEEP)) { in lbs_execute_next_command()1348 priv->psstate); in lbs_execute_next_command()1354 le16_to_cpu(cmd->command), priv->psstate); in lbs_execute_next_command()1355 } else if (priv->psstate != PS_STATE_FULL_POWER) { in lbs_execute_next_command()1370 if ((priv->psstate == PS_STATE_SLEEP) in lbs_execute_next_command()1371 || (priv->psstate == PS_STATE_PRE_SLEEP) in lbs_execute_next_command()[all …]
81 u32 psstate; member
843 {"psstate", item_size(psstate), item_addr(psstate)},
960 if (priv->psstate != PS_STATE_FULL_POWER) { in if_usb_suspend()
903 (card->priv->psstate != PS_STATE_FULL_POWER && in if_spi_host_to_card_worker()