Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c24 fw_recovery.recovery_work); in ath6kl_recovery_work()
54 queue_work(ar->ath6kl_wq, &ar->fw_recovery.recovery_work); in ath6kl_recovery_err_notify()
103 INIT_WORK(&recovery->recovery_work, ath6kl_recovery_work); in ath6kl_recovery_init()
123 cancel_work_sync(&ar->fw_recovery.recovery_work); in ath6kl_recovery_cleanup()
H A Dcore.h841 struct work_struct recovery_work; member
/linux/drivers/bus/mhi/host/
H A Dpci_generic.c1080 struct work_struct recovery_work; member
1243 recovery_work); in mhi_pci_recovery_work()
1305 queue_work(system_long_wq, &mhi_pdev->recovery_work); in health_check()
1363 INIT_WORK(&mhi_pdev->recovery_work, mhi_pci_recovery_work); in mhi_pci_probe()
1473 cancel_work_sync(&mhi_pdev->recovery_work); in mhi_pci_remove()
1594 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_io_resume()
1618 cancel_work_sync(&mhi_pdev->recovery_work); in mhi_pci_runtime_suspend()
1682 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_runtime_resume()
1717 flush_work(&mhi_pdev->recovery_work); in mhi_pci_freeze()
1731 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_restore()
/linux/drivers/scsi/qedi/
H A Dqedi.h342 struct delayed_work recovery_work; member
H A Dqedi_main.c1168 schedule_delayed_work(&qedi->recovery_work, 0); in qedi_schedule_recovery_handler()
2444 cancel_delayed_work_sync(&qedi->recovery_work); in __qedi_remove()
2778 INIT_DELAYED_WORK(&qedi->recovery_work, qedi_recovery_handler); in __qedi_probe()
2836 container_of(work, struct qedi_ctx, recovery_work.work); in qedi_recovery_handler()
/linux/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h305 struct work_struct recovery_work; member
H A Dmain.c876 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work()
996 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work()
1257 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop()
1916 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume()
2003 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked()
2660 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface()
6390 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c1875 recovery_work.work); in session_recovery_timedout()
1912 cancel_delayed_work_sync(&session->recovery_work); in __iscsi_unblock_session()
1930 cancel_delayed_work_sync(&session->recovery_work); in iscsi_unblock_session()
1958 &session->recovery_work, in __iscsi_block_session()
2038 INIT_DELAYED_WORK(&session->recovery_work, session_recovery_timedout); in iscsi_alloc_session()
2164 cancel_delayed_work_sync(&session->recovery_work); in iscsi_remove_session()
/linux/drivers/s390/cio/
H A Ddevice.c1294 static DECLARE_WORK(recovery_work, recovery_work_func);
1302 schedule_work(&recovery_work); in recovery_func()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c3648 INIT_DELAYED_WORK(&qedf->recovery_work, qedf_recovery_handler); in __qedf_probe()
4073 schedule_delayed_work(&qedf->recovery_work, 0); in qedf_schedule_recovery_handler()
4079 container_of(work, struct qedf_ctx, recovery_work.work); in qedf_recovery_handler()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c5490 cancel_work(&con->recovery_work); in amdgpu_device_stop_pending_resets()