Searched refs:hw_restart_work (Results 1 – 4 of 4) sorted by relevance
432 if (work_pending(&hw_priv->hw_restart_work)) { in xradio_wow_suspend()979 if (schedule_work(&hw_priv->hw_restart_work) <= 0) in xradio_poweroff_resume()
873 INIT_WORK(&hw_priv->hw_restart_work, xradio_restart_work); in xradio_init_common()1260 container_of(work, struct xradio_common, hw_restart_work); in xradio_restart_work()1478 cancel_work_sync(&g_hw_priv->hw_restart_work); in xradio_core_deinit()
380 struct work_struct hw_restart_work; member
424 if (work_pending(&hw_priv->hw_restart_work) || (!hw_priv->driver_ready) || in wsm_upper_restart()444 if (schedule_work(&hw_priv->hw_restart_work) > 0) in wsm_upper_restart()