Home
last modified time | relevance | path

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

/drivers/char/hw_random/
Domap3-rom-rng.c34 static struct delayed_work idle_work; variable
56 cancel_delayed_work_sync(&idle_work); in omap3_rom_rng_get_random()
73 schedule_delayed_work(&idle_work, msecs_to_jiffies(500)); in omap3_rom_rng_get_random()
110 INIT_DELAYED_WORK(&idle_work, omap3_rom_rng_idle); in omap3_rom_rng_probe()
128 cancel_delayed_work_sync(&idle_work); in omap3_rom_rng_remove()
/drivers/gpu/drm/i915/gem/
Di915_gem_pm.c48 container_of(work, typeof(*i915), gem.idle_work); in idle_work_handler()
100 queue_work(i915->wq, &i915->gem.idle_work); in pm_notifier()
277 INIT_WORK(&i915->gem.idle_work, idle_work_handler); in i915_gem_init__pm()
/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.c72 INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler); in radeon_uvd_init()
873 container_of(work, struct radeon_device, uvd.idle_work.work); in radeon_uvd_idle_work_handler()
884 schedule_delayed_work(&rdev->uvd.idle_work, in radeon_uvd_idle_work_handler()
892 bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work); in radeon_uvd_note_usage()
893 set_clocks &= schedule_delayed_work(&rdev->uvd.idle_work, in radeon_uvd_note_usage()
Dradeon.h1677 struct delayed_work idle_work; member
1719 struct delayed_work idle_work; member
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vcn.c74 INIT_DELAYED_WORK(&adev->vcn.idle_work, amdgpu_vcn_idle_work_handler); in amdgpu_vcn_sw_init()
230 cancel_delayed_work_sync(&adev->vcn.idle_work); in amdgpu_vcn_suspend()
290 container_of(work, struct amdgpu_device, vcn.idle_work.work); in amdgpu_vcn_idle_work_handler()
330 schedule_delayed_work(&adev->vcn.idle_work, VCN_IDLE_TIMEOUT); in amdgpu_vcn_idle_work_handler()
337 bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work); in amdgpu_vcn_ring_begin_use()
377 schedule_delayed_work(&ring->adev->vcn.idle_work, VCN_IDLE_TIMEOUT); in amdgpu_vcn_ring_end_use()
Damdgpu_vce.c194 INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler); in amdgpu_vce_sw_init()
261 cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_suspend()
328 container_of(work, struct amdgpu_device, vce.idle_work.work); in amdgpu_vce_idle_work_handler()
345 schedule_delayed_work(&adev->vce.idle_work, VCE_IDLE_TIMEOUT); in amdgpu_vce_idle_work_handler()
365 set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_ring_begin_use()
391 schedule_delayed_work(&ring->adev->vce.idle_work, VCE_IDLE_TIMEOUT); in amdgpu_vce_ring_end_use()
Damdgpu_uvd.c131 INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler); in amdgpu_uvd_sw_init()
350 cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_suspend()
1181 container_of(work, struct amdgpu_device, uvd.idle_work.work); in amdgpu_uvd_idle_work_handler()
1205 schedule_delayed_work(&adev->uvd.idle_work, UVD_IDLE_TIMEOUT); in amdgpu_uvd_idle_work_handler()
1217 set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_ring_begin_use()
1234 schedule_delayed_work(&ring->adev->uvd.idle_work, UVD_IDLE_TIMEOUT); in amdgpu_uvd_ring_end_use()
Damdgpu_uvd.h66 struct delayed_work idle_work; member
Damdgpu_vce.h45 struct delayed_work idle_work; member
Damdgpu_vcn.h178 struct delayed_work idle_work; member
/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c62 flush_work(&i915->gem.idle_work); in mock_device_release()
193 INIT_WORK(&i915->gem.idle_work, mock_idle_work_handler); in mock_gem_device()
/drivers/misc/cardreader/
Drtsx_pcr.c174 mod_delayed_work(system_wq, &pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_start_run()
1110 struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, idle_work); in rtsx_pci_idle_work()
1507 INIT_DELAYED_WORK(&pcr->idle_work, rtsx_pci_idle_work); in rtsx_pci_probe()
1536 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_probe()
1575 cancel_delayed_work_sync(&pcr->idle_work); in rtsx_pci_remove()
1615 cancel_delayed_work(&pcr->idle_work); in rtsx_pci_suspend()
1658 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_resume()
/drivers/net/wireless/zydas/zd1211rw/
Dzd_usb.h175 struct delayed_work idle_work; member
Dzd_usb.c851 cancel_delayed_work_sync(&rx->idle_work); in zd_usb_disable_rx()
1133 container_of(work, struct zd_usb, rx.idle_work.work); in zd_rx_idle_timer_handler()
1156 mod_delayed_work(zd_workqueue, &rx->idle_work, ZD_RX_IDLE_INTERVAL); in zd_usb_reset_rx_idle_timer()
1182 INIT_DELAYED_WORK(&rx->idle_work, zd_rx_idle_timer_handler); in init_usb_rx()
/drivers/bus/
Dti-sysc.c99 struct delayed_work idle_work; member
2399 ddata = container_of(work, struct sysc, idle_work.work); in ti_sysc_idle()
2507 INIT_DELAYED_WORK(&ddata->idle_work, ti_sysc_idle); in sysc_probe()
2513 schedule_delayed_work(&ddata->idle_work, 3000); in sysc_probe()
2534 cancel_delayed_work_sync(&ddata->idle_work); in sysc_remove()
/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_mman.c393 flush_work(&i915->gem.idle_work); in disable_retire_worker()
/drivers/gpu/drm/i915/
Di915_drv.h1725 struct work_struct idle_work; member
Di915_debugfs.c3667 flush_work(&i915->gem.idle_work); in i915_drop_caches_set()