| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | recovery.c | 24 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 D | core.h | 841 struct work_struct recovery_work; member
|
| /linux-6.15/drivers/accel/ivpu/ |
| H A D | ivpu_pm.c | 152 struct ivpu_pm_info *pm = container_of(work, struct ivpu_pm_info, recovery_work); in ivpu_pm_recovery_work() 184 queue_work(system_unbound_wq, &vdev->pm->recovery_work); in ivpu_pm_trigger_recovery() 265 drm_WARN_ON(&vdev->drm, work_pending(&vdev->pm->recovery_work)); in ivpu_pm_runtime_suspend_cb() 376 INIT_WORK(&pm->recovery_work, ivpu_pm_recovery_work); in ivpu_pm_init() 394 cancel_work_sync(&vdev->pm->recovery_work); in ivpu_pm_cancel_recovery()
|
| H A D | ivpu_pm.h | 17 struct work_struct recovery_work; member
|
| H A D | ivpu_debugfs.c | 339 flush_work(&vdev->pm->recovery_work); in ivpu_force_recovery_fn()
|
| /linux-6.15/drivers/bus/mhi/host/ |
| H A D | pci_generic.c | 926 struct work_struct recovery_work; member 1092 recovery_work); in mhi_pci_recovery_work() 1148 queue_work(system_long_wq, &mhi_pdev->recovery_work); in health_check() 1205 INIT_WORK(&mhi_pdev->recovery_work, mhi_pci_recovery_work); in mhi_pci_probe() 1297 cancel_work_sync(&mhi_pdev->recovery_work); in mhi_pci_remove() 1413 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_io_resume() 1435 cancel_work_sync(&mhi_pdev->recovery_work); in mhi_pci_runtime_suspend() 1498 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_runtime_resume() 1533 flush_work(&mhi_pdev->recovery_work); in mhi_pci_freeze() 1547 queue_work(system_long_wq, &mhi_pdev->recovery_work); in mhi_pci_restore()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | queue.c | 77 schedule_work(&mq->recovery_work); in __mmc_cqe_recovery_notifier() 139 recovery_work); in mmc_mq_recovery_handler() 394 INIT_WORK(&mq->recovery_work, mmc_mq_recovery_handler); in mmc_alloc_disk() 505 cancel_work_sync(&mq->recovery_work); in mmc_cleanup_queue()
|
| H A D | queue.h | 89 struct work_struct recovery_work; member
|
| H A D | block.c | 2172 schedule_work(&mq->recovery_work); in mmc_blk_hsq_req_done() 2357 schedule_work(&mq->recovery_work); in mmc_blk_mq_req_done()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | ipc.c | 153 struct avs_ipc *ipc = container_of(work, struct avs_ipc, recovery_work); in avs_dsp_recovery_work() 180 schedule_work(&ipc->recovery_work); in avs_dsp_exception_caught() 565 INIT_WORK(&ipc->recovery_work, avs_dsp_recovery_work); in avs_ipc_init() 578 cancel_work_sync(&ipc->recovery_work); in avs_ipc_block()
|
| H A D | avs.h | 230 struct work_struct recovery_work; member
|
| /linux-6.15/drivers/scsi/qedi/ |
| H A D | qedi.h | 342 struct delayed_work recovery_work; member
|
| H A D | qedi_main.c | 1169 schedule_delayed_work(&qedi->recovery_work, 0); in qedi_schedule_recovery_handler() 2454 cancel_delayed_work_sync(&qedi->recovery_work); in __qedi_remove() 2788 INIT_DELAYED_WORK(&qedi->recovery_work, qedi_recovery_handler); in __qedi_probe() 2846 container_of(work, struct qedi_ctx, recovery_work.work); in qedi_recovery_handler()
|
| /linux-6.15/include/scsi/ |
| H A D | scsi_transport_iscsi.h | 262 struct delayed_work recovery_work; member
|
| /linux-6.15/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore.h | 305 struct work_struct recovery_work; member
|
| H A D | main.c | 879 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl12xx_queue_recovery_work() 999 container_of(work, struct wl1271, recovery_work); in wl1271_recovery_work() 1261 cancel_work_sync(&wl->recovery_work); in wl1271_plt_stop() 1920 ieee80211_queue_work(wl->hw, &wl->recovery_work); in wl1271_op_resume() 2008 cancel_work_sync(&wl->recovery_work); in wlcore_op_stop_locked() 2662 wl1271_recovery_work(&wl->recovery_work); in wl1271_op_add_interface() 6414 INIT_WORK(&wl->recovery_work, wl1271_recovery_work); in wlcore_alloc_hw()
|
| /linux-6.15/drivers/scsi/qedf/ |
| H A D | qedf.h | 399 struct delayed_work recovery_work; member
|
| H A D | qedf_main.c | 3646 INIT_DELAYED_WORK(&qedf->recovery_work, qedf_recovery_handler); in __qedf_probe() 4071 schedule_delayed_work(&qedf->recovery_work, 0); in qedf_schedule_recovery_handler() 4077 container_of(work, struct qedf_ctx, recovery_work.work); in qedf_recovery_handler()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 2630 container_of(work, struct amdgpu_ras, recovery_work); in amdgpu_ras_do_recovery() 3362 flush_work(&con->recovery_work); in amdgpu_ras_poison_consumption_handler() 3516 INIT_WORK(&con->recovery_work, amdgpu_ras_do_recovery); in amdgpu_ras_recovery_init() 3595 cancel_work_sync(&con->recovery_work); in amdgpu_ras_recovery_fini() 4694 amdgpu_reset_domain_schedule(ras->adev->reset_domain, &ras->recovery_work); in amdgpu_ras_reset_gpu() 4698 flush_work(&ras->recovery_work); in amdgpu_ras_reset_gpu() 4699 amdgpu_reset_domain_schedule(ras->adev->reset_domain, &ras->recovery_work); in amdgpu_ras_reset_gpu()
|
| H A D | amdgpu_ras.h | 516 struct work_struct recovery_work; member
|
| H A D | amdgpu_device.c | 5904 cancel_work(&con->recovery_work); in amdgpu_device_stop_pending_resets()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_transport_iscsi.c | 1875 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() 2162 cancel_delayed_work_sync(&session->recovery_work); in iscsi_remove_session()
|
| /linux-6.15/drivers/s390/cio/ |
| H A D | device.c | 1295 static DECLARE_WORK(recovery_work, recovery_work_func); 1303 schedule_work(&recovery_work); in recovery_func()
|