Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
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()
Dcore.h841 struct work_struct recovery_work; member
/drivers/bus/mhi/host/
Dpci_generic.c523 struct work_struct recovery_work; member
695 recovery_work); in mhi_pci_recovery_work()
750 queue_work(system_long_wq, &mhi_pdev->recovery_work); in health_check()
773 INIT_WORK(&mhi_pdev->recovery_work, mhi_pci_recovery_work); in mhi_pci_probe()
865 cancel_work_sync(&mhi_pdev->recovery_work); in mhi_pci_remove()
982 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_io_resume()
1004 cancel_work_sync(&mhi_pdev->recovery_work); in mhi_pci_runtime_suspend()
1067 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_runtime_resume()
1102 flush_work(&mhi_pdev->recovery_work); in mhi_pci_freeze()
1116 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_restore()
/drivers/mmc/core/
Dqueue.c78 schedule_work(&mq->recovery_work); in __mmc_cqe_recovery_notifier()
141 recovery_work); in mmc_mq_recovery_handler()
387 INIT_WORK(&mq->recovery_work, mmc_mq_recovery_handler); in mmc_setup_queue()
Dqueue.h89 struct work_struct recovery_work; member
Dblock.c2089 schedule_work(&mq->recovery_work); in mmc_blk_hsq_req_done()
2269 schedule_work(&mq->recovery_work); in mmc_blk_mq_req_done()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.h329 struct work_struct recovery_work; member
512 schedule_work(&ras->recovery_work); in amdgpu_ras_reset_gpu()
Damdgpu_ras.c1732 container_of(work, struct amdgpu_ras, recovery_work); in amdgpu_ras_do_recovery()
1991 INIT_WORK(&con->recovery_work, amdgpu_ras_do_recovery); in amdgpu_ras_recovery_init()
2050 cancel_work_sync(&con->recovery_work); in amdgpu_ras_recovery_fini()
/drivers/scsi/qedi/
Dqedi.h342 struct delayed_work recovery_work; member
Dqedi_main.c1167 schedule_delayed_work(&qedi->recovery_work, 0); in qedi_schedule_recovery_handler()
2460 cancel_delayed_work_sync(&qedi->recovery_work); in __qedi_remove()
2792 INIT_DELAYED_WORK(&qedi->recovery_work, qedi_recovery_handler); in __qedi_probe()
2850 container_of(work, struct qedi_ctx, recovery_work.work); in qedi_recovery_handler()
/drivers/net/wireless/ti/wlcore/
Dwlcore.h305 struct work_struct recovery_work; member
Dmain.c808 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work()
930 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work()
1194 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop()
1854 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume()
1944 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked()
2604 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface()
6399 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
/drivers/scsi/qedf/
Dqedf.h389 struct delayed_work recovery_work; member
Dqedf_main.c3639 INIT_DELAYED_WORK(&qedf->recovery_work, qedf_recovery_handler); in __qedf_probe()
4039 schedule_delayed_work(&qedf->recovery_work, 0); in qedf_schedule_recovery_handler()
4045 container_of(work, struct qedf_ctx, recovery_work.work); in qedf_recovery_handler()
/drivers/s390/cio/
Ddevice.c1299 static DECLARE_WORK(recovery_work, recovery_work_func);
1307 schedule_work(&recovery_work); in recovery_func()
/drivers/scsi/
Dscsi_transport_iscsi.c1898 recovery_work.work); in session_recovery_timedout()
1940 cancel_delayed_work(&session->recovery_work); in __iscsi_unblock_session()
1993 &session->recovery_work, in __iscsi_block_session()
2073 INIT_DELAYED_WORK(&session->recovery_work, session_recovery_timedout); in iscsi_alloc_session()
2214 cancel_delayed_work_sync(&session->recovery_work); in iscsi_remove_session()