INIT_DELAYED_WORK
INIT_DELAYED_WORK(&arvif->connection_loss_work,
INIT_DELAYED_WORK(&arvif->connection_loss_work,
INIT_DELAYED_WORK(&info->restore_userptr_work,
INIT_DELAYED_WORK(&adev->delayed_init_work,
INIT_DELAYED_WORK(&adev->gfx.gfx_off_delay_work,
INIT_DELAYED_WORK(&adev->gfx.enforce_isolation[i].work,
INIT_DELAYED_WORK(&work->flip_work, amdgpu_display_flip_work_func);
INIT_DELAYED_WORK(&evf_mgr->suspend_work, amdgpu_eviction_fence_suspend_worker);
INIT_DELAYED_WORK(&adev->jpeg.idle_work, amdgpu_jpeg_idle_work_handler);
INIT_DELAYED_WORK(&con->page_retirement_dwork, amdgpu_ras_do_page_retirement);
INIT_DELAYED_WORK(&con->ras_counte_delay_work, amdgpu_ras_counte_dw);
INIT_DELAYED_WORK(&userq_mgr->resume_work, amdgpu_userq_restore_worker);
INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler);
INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler);
INIT_DELAYED_WORK(&adev->vcn.inst[i].idle_work, amdgpu_vcn_idle_work_handler);
INIT_DELAYED_WORK(&adev->virt.vf2pf_work, amdgpu_virt_update_vf2pf_work_item);
INIT_DELAYED_WORK(&adev->vpe.idle_work, vpe_idle_work_handler);
INIT_DELAYED_WORK(&adev->hotplug_work,
INIT_DELAYED_WORK(&adev->hotplug_work,
INIT_DELAYED_WORK(&adev->hotplug_work,
INIT_DELAYED_WORK(&adev->gfx.idle_work, amdgpu_gfx_profile_idle_work_handler);
INIT_DELAYED_WORK(&adev->gfx.idle_work, amdgpu_gfx_profile_idle_work_handler);
INIT_DELAYED_WORK(&adev->gfx.idle_work, amdgpu_gfx_profile_idle_work_handler);
INIT_DELAYED_WORK(&process->eviction_work, evict_process_worker);
INIT_DELAYED_WORK(&process->restore_work, restore_process_worker);
INIT_DELAYED_WORK(&svms->restore_work, svm_range_restore_work);
INIT_DELAYED_WORK(&aconnector->hdmi_hpd_debounce_work, hdmi_hpd_debounce_work);
INIT_DELAYED_WORK(&hdcp_work[i].callback_dwork, event_callback);
INIT_DELAYED_WORK(&hdcp_work[i].watchdog_timer_dwork, event_watchdog_timer);
INIT_DELAYED_WORK(&hdcp_work[i].property_validate_dwork, event_property_validate);
INIT_DELAYED_WORK(&hwmgr->swctf_delayed_work,
INIT_DELAYED_WORK(&smu->swctf_delayed_work,
INIT_DELAYED_WORK(&smu->wbrf_delayed_work, smu_wbrf_delayed_work_handler);
INIT_DELAYED_WORK(&dev->mode_config.output_poll_work, output_poll_execute);
INIT_DELAYED_WORK(&sr_data->entry_work,
INIT_DELAYED_WORK(&power_domains->async_put_work,
INIT_DELAYED_WORK(&wl->work, intel_dmc_wl_work);
INIT_DELAYED_WORK(&crtc->drrs.work, intel_drrs_downclock_work);
INIT_DELAYED_WORK(&encoder->link_check_work, intel_encoder_link_check_work_fn);
INIT_DELAYED_WORK(&hdcp->check_work, intel_hdcp_check_work);
INIT_DELAYED_WORK(&display->hotplug.hotplug_work,
INIT_DELAYED_WORK(&display->hotplug.reenable_work,
INIT_DELAYED_WORK(&intel_dp->pps.panel_vdd_work, edp_panel_vdd_work);
INIT_DELAYED_WORK(&intel_dp->psr.dc3co_work, tgl_dc3co_disable_work);
INIT_DELAYED_WORK(&tc->disconnect_phy_work, intel_tc_port_disconnect_phy_work);
INIT_DELAYED_WORK(&tc->link_reset_work, intel_tc_port_link_reset_work);
INIT_DELAYED_WORK(&engine->heartbeat.work, heartbeat);
INIT_DELAYED_WORK(&pool->work, pool_free_work);
INIT_DELAYED_WORK(>->requests.retire_work, retire_work_handler);
INIT_DELAYED_WORK(&ce->guc_state.sched_disable_delay_work,
INIT_DELAYED_WORK(&guc->timestamp.work, guc_timestamp_ping);
INIT_DELAYED_WORK(&wf->work, __intel_wakeref_put_work);
INIT_DELAYED_WORK(&rdev->fence_drv[ring].lockup_work,
INIT_DELAYED_WORK(&rdev->hotplug_work, radeon_hotplug_work_func);
INIT_DELAYED_WORK(&rdev->pm.dynpm_idle_work, radeon_dynpm_idle_work_handler);
INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler);
INIT_DELAYED_WORK(&rdev->vce.idle_work, radeon_vce_idle_work_handler);
INIT_DELAYED_WORK(&sched->work_tdr, drm_sched_job_timedout);
INIT_DELAYED_WORK(&hsotg->start_work, dwc2_hcd_start_func, hsotg);
INIT_DELAYED_WORK(&hsotg->reset_work, dwc2_hcd_reset_func, hsotg);