Home
last modified time | relevance | path

Searched refs:unjoin_work (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/st/cw1200/
Dsta.c113 cancel_work_sync(&priv->unjoin_work); in cw1200_stop()
264 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_remove_interface()
981 cancel_work_sync(&priv->unjoin_work); in cw1200_event_handler()
998 cancel_work_sync(&priv->unjoin_work); in cw1200_event_handler()
1041 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_bss_loss_work()
1342 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_do_join()
1372 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_join_timeout()
1440 container_of(work, struct cw1200_common, unjoin_work); in cw1200_unjoin_work()
1958 cancel_work_sync(&priv->unjoin_work); in cw1200_bss_info_changed()
Dcw1200.h230 struct work_struct unjoin_work; member
Dwsm.c901 &priv->unjoin_work) <= 0) in wsm_receive_indication()
1389 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in wsm_handle_rx()
1527 &priv->unjoin_work) <= 0) in wsm_handle_tx_data()
Dmain.c357 INIT_WORK(&priv->unjoin_work, cw1200_unjoin_work); in cw1200_init_common()
Dscan.c277 if (queue_work(priv->workqueue, &priv->unjoin_work) <= 0) in cw1200_scan_restart_delayed()