Home
last modified time | relevance | path

Searched refs:pm_wakeup_fw_try (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Duap_event.c285 adapter->pm_wakeup_fw_try = false; in mwifiex_process_uap_event()
299 adapter->pm_wakeup_fw_try = false; in mwifiex_process_uap_event()
H A Dutil.c41 {"wakeup_tries", item_size(pm_wakeup_fw_try),
42 item_addr(pm_wakeup_fw_try), 1},
169 info->pm_wakeup_fw_try = adapter->pm_wakeup_fw_try; in mwifiex_get_debug_info()
H A Dmain.c297 !adapter->pm_wakeup_fw_try) && in mwifiex_main_process()
302 adapter->pm_wakeup_fw_try = true; in mwifiex_main_process()
310 adapter->pm_wakeup_fw_try = false; in mwifiex_main_process()
316 if (adapter->pm_wakeup_fw_try) in mwifiex_main_process()
H A Dioctl.h210 u32 pm_wakeup_fw_try; member
H A Dsta_event.c791 adapter->pm_wakeup_fw_try = false; in mwifiex_process_sta_event()
806 adapter->pm_wakeup_fw_try = false; in mwifiex_process_sta_event()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_event.c32 adapter->pm_wakeup_fw_try = false; in nxpwifi_uap_event_ps_awake()
47 adapter->pm_wakeup_fw_try = false; in nxpwifi_uap_event_ps_awake()
H A Dutil.c52 {"wakeup_tries", item_size(pm_wakeup_fw_try),
53 item_addr(pm_wakeup_fw_try), 1},
170 info->pm_wakeup_fw_try = adapter->pm_wakeup_fw_try; in nxpwifi_get_debug_info()
H A Dmain.c298 if (!adapter->pm_wakeup_card_req || adapter->pm_wakeup_fw_try) in nxpwifi_should_wakeup_card()
306 if (adapter->pm_wakeup_fw_try) in nxpwifi_should_exit_main_loop()
330 adapter->pm_wakeup_fw_try = true; in nxpwifi_wakeup_card()
436 adapter->pm_wakeup_fw_try = false; in nxpwifi_main_process()
H A Dsta_event.c103 adapter->pm_wakeup_fw_try = false; in nxpwifi_sta_event_ps_awake()
119 adapter->pm_wakeup_fw_try = false; in nxpwifi_sta_event_ps_awake()
H A Dcfg.h499 u32 pm_wakeup_fw_try; member
H A Dinit.c221 adapter->pm_wakeup_fw_try = false; in nxpwifi_init_adapter()
H A Dmain.h888 u32 pm_wakeup_fw_try; member