cancel_delayed_work_sync
cancel_delayed_work_sync(&adev->late_init_work);
cancel_delayed_work_sync(&adev->late_init_work);
set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work);
cancel_delayed_work_sync(&adev->uvd.idle_work);
cancel_delayed_work_sync(&adev->vce.idle_work);
set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work);
cancel_delayed_work_sync(&adev->vcn.idle_work);
bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work);
cancel_delayed_work_sync(&adev->gfx.gfx_off_delay_work);
cancel_delayed_work_sync(&adev->gfx.gfx_off_delay_work);
cancel_delayed_work_sync(&dev->mode_config.output_poll_work);
cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work);
cancel_delayed_work_sync(&dev_priv->gpu_error.hangcheck_work);
cancel_delayed_work_sync(&i915->gpu_error.hangcheck_work);
cancel_delayed_work_sync(&i915->gt.retire_work);
cancel_delayed_work_sync(&w->work);
cancel_delayed_work_sync(&connector->hdcp_check_work);
cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
cancel_delayed_work_sync(&dev_priv->drrs.work);
cancel_delayed_work_sync(&intel_dp->panel_vdd_work);
cancel_delayed_work_sync(&connector->hdcp_check_work);
cancel_delayed_work_sync(&dev_priv->hotplug.reenable_work);
bool cancel_delayed_work_sync(struct delayed_work *dwork);
cancel_delayed_work_sync(&rdev->fence_drv[ring].lockup_work);
cancel_delayed_work_sync(&rdev->fence_drv[ring].lockup_work);
cancel_delayed_work_sync(&rdev->pm.dynpm_idle_work);
cancel_delayed_work_sync(&rdev->pm.dynpm_idle_work);
cancel_delayed_work_sync(&rdev->pm.dynpm_idle_work);
bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work);
bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work);
cancel_delayed_work_sync(&sched->work_tdr);
cancel_delayed_work_sync(&bdev->wq);
return cancel_delayed_work_sync(&bdev->wq);