Home
last modified time | relevance | path

Searched refs:PS_STATE_SLEEP (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/marvell/libertas/
H A Dmain.c457 else if (priv->psstate == PS_STATE_SLEEP) in lbs_thread()
590 if ((priv->psstate == PS_STATE_SLEEP) || in lbs_thread()
1111 if (priv->psstate == PS_STATE_SLEEP) in lbs_queue_event()
1124 if (priv->psstate == PS_STATE_SLEEP) in lbs_notify_command_response()
H A Dcmd.c1268 if ((priv->psstate == PS_STATE_SLEEP) || in lbs_execute_next_command()
1295 if ((priv->psstate == PS_STATE_SLEEP) in lbs_execute_next_command()
1329 if ((priv->psstate == PS_STATE_SLEEP) || in lbs_execute_next_command()
1397 priv->psstate = PS_STATE_SLEEP; in lbs_send_confirmsleep()
H A Ddefs.h327 PS_STATE_SLEEP enumerator
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c294 if ((adapter->ps_state == PS_STATE_SLEEP) && in mwifiex_main_process()
311 if (adapter->ps_state == PS_STATE_SLEEP) in mwifiex_main_process()
374 if ((adapter->ps_state == PS_STATE_SLEEP) || in mwifiex_main_process()
480 adapter->ps_state = PS_STATE_SLEEP; in mwifiex_main_process()
H A Duap_event.c272 PS_STATE_SLEEP; in mwifiex_process_uap_event()
H A Dcmdevt.c362 adapter->ps_state = PS_STATE_SLEEP; in mwifiex_dnld_sleep_confirm_cmd()
1306 adapter->ps_state = PS_STATE_SLEEP; in mwifiex_process_sleep_confirm_resp()
H A Dpcie.c2432 adapter->ps_state == PS_STATE_SLEEP && in mwifiex_interrupt_status()
2527 adapter->ps_state == PS_STATE_SLEEP) { in mwifiex_process_int_status()
2570 adapter->ps_state != PS_STATE_SLEEP) in mwifiex_process_int_status()
H A Dsta_event.c803 PS_STATE_SLEEP; in mwifiex_process_sta_event()
H A Dmain.h261 PS_STATE_SLEEP enumerator
H A Dsdio.c1353 if (!adapter->pps_uapsd_mode && adapter->ps_state == PS_STATE_SLEEP) in mwifiex_sdio_interrupt()
/linux/drivers/bluetooth/
H A Dbtnxpuart.c96 #define PS_STATE_SLEEP 1 macro
389 str_on_off(ps_state == PS_STATE_SLEEP), status); in ps_control()
405 ps_control(data->hdev, PS_STATE_SLEEP); in ps_work_func()
1548 ps_control(psdata->hdev, PS_STATE_SLEEP); in nxp_serdev_suspend()