Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.c82 INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler); in amdgpu_vce_sw_init()
223 cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_suspend()
279 container_of(work, struct amdgpu_device, vce.idle_work.work); in amdgpu_vce_idle_work_handler()
293 schedule_delayed_work(&adev->vce.idle_work, in amdgpu_vce_idle_work_handler()
308 bool set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_note_usage()
309 set_clocks &= schedule_delayed_work(&adev->vce.idle_work, in amdgpu_vce_note_usage()
Damdgpu_uvd.c100 INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler); in amdgpu_uvd_sw_init()
279 cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_resume()
1015 container_of(work, struct amdgpu_device, uvd.idle_work.work); in amdgpu_uvd_idle_work_handler()
1031 schedule_delayed_work(&adev->uvd.idle_work, in amdgpu_uvd_idle_work_handler()
1038 bool set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_note_usage()
1039 set_clocks &= schedule_delayed_work(&adev->uvd.idle_work, in amdgpu_uvd_note_usage()
Damdgpu.h1680 struct delayed_work idle_work; member
1704 struct delayed_work idle_work; member
/drivers/gpu/drm/radeon/
Dradeon_vce.c65 INIT_DELAYED_WORK(&rdev->vce.idle_work, radeon_vce_idle_work_handler); in radeon_vce_init()
265 container_of(work, struct radeon_device, vce.idle_work.work); in radeon_vce_idle_work_handler()
275 schedule_delayed_work(&rdev->vce.idle_work, in radeon_vce_idle_work_handler()
290 bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work); in radeon_vce_note_usage()
291 set_clocks &= schedule_delayed_work(&rdev->vce.idle_work, in radeon_vce_note_usage()
Dradeon_uvd.c69 INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler); in radeon_uvd_init()
824 container_of(work, struct radeon_device, uvd.idle_work.work); in radeon_uvd_idle_work_handler()
835 schedule_delayed_work(&rdev->uvd.idle_work, in radeon_uvd_idle_work_handler()
843 bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work); in radeon_uvd_note_usage()
844 set_clocks &= schedule_delayed_work(&rdev->uvd.idle_work, in radeon_uvd_note_usage()
Dradeon.h1683 struct delayed_work idle_work; member
1725 struct delayed_work idle_work; member
/drivers/mfd/
Drtsx_pcr.c96 mod_delayed_work(system_wq, &pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_start_run()
951 struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, idle_work); in rtsx_pci_idle_work()
1231 INIT_DELAYED_WORK(&pcr->idle_work, rtsx_pci_idle_work); in rtsx_pci_probe()
1260 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_probe()
1301 cancel_delayed_work_sync(&pcr->idle_work); in rtsx_pci_remove()
1341 cancel_delayed_work(&pcr->idle_work); in rtsx_pci_suspend()
1384 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_resume()
/drivers/net/wireless/zd1211rw/
Dzd_usb.h187 struct delayed_work idle_work; member
Dzd_usb.c860 cancel_delayed_work_sync(&rx->idle_work); in zd_usb_disable_rx()
1142 container_of(work, struct zd_usb, rx.idle_work.work); in zd_rx_idle_timer_handler()
1165 mod_delayed_work(zd_workqueue, &rx->idle_work, ZD_RX_IDLE_INTERVAL); in zd_usb_reset_rx_idle_timer()
1191 INIT_DELAYED_WORK(&rx->idle_work, zd_rx_idle_timer_handler); in init_usb_rx()
/drivers/gpu/drm/i915/
Di915_gem.c3034 &dev_priv->mm.idle_work, in i915_gem_retire_requests()
3063 container_of(work, typeof(*dev_priv), mm.idle_work.work); in i915_gem_idle_work_handler()
4704 flush_delayed_work(&dev_priv->mm.idle_work); in i915_gem_suspend()
5103 INIT_DELAYED_WORK(&dev_priv->mm.idle_work, in i915_gem_load()
Di915_drv.h1312 struct delayed_work idle_work; member