/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vce.c | 82 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() 289 schedule_delayed_work(&adev->vce.idle_work, in amdgpu_vce_idle_work_handler() 304 bool set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_note_usage() 305 set_clocks &= schedule_delayed_work(&adev->vce.idle_work, in amdgpu_vce_note_usage()
|
D | amdgpu_uvd.c | 100 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()
|
D | amdgpu.h | 1679 struct delayed_work idle_work; member 1703 struct delayed_work idle_work; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_vce.c | 65 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()
|
D | radeon_uvd.c | 69 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()
|
D | radeon.h | 1683 struct delayed_work idle_work; member 1725 struct delayed_work idle_work; member
|
/linux-4.4.14/drivers/mfd/ |
D | rtsx_pcr.c | 96 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() 1299 cancel_delayed_work_sync(&pcr->idle_work); in rtsx_pci_remove() 1339 cancel_delayed_work(&pcr->idle_work); in rtsx_pci_suspend() 1382 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_resume()
|
/linux-4.4.14/drivers/net/wireless/zd1211rw/ |
D | zd_usb.h | 187 struct delayed_work idle_work; member
|
D | zd_usb.c | 860 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()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_conn.c | 426 idle_work.work); in hci_conn_idle() 548 INIT_DELAYED_WORK(&conn->idle_work, hci_conn_idle); in hci_conn_add() 573 cancel_delayed_work_sync(&conn->idle_work); in hci_conn_del() 1350 queue_delayed_work(hdev->workqueue, &conn->idle_work, in hci_conn_enter_active_mode()
|
/linux-4.4.14/include/linux/mfd/ |
D | rtsx_pci.h | 910 struct delayed_work idle_work; member
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 472 struct delayed_work idle_work; member 946 cancel_delayed_work(&conn->idle_work); in hci_conn_drop()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem.c | 2947 &dev_priv->mm.idle_work, in i915_gem_retire_requests() 2976 container_of(work, typeof(*dev_priv), mm.idle_work.work); in i915_gem_idle_work_handler() 4617 flush_delayed_work(&dev_priv->mm.idle_work); in i915_gem_suspend() 5016 INIT_DELAYED_WORK(&dev_priv->mm.idle_work, in i915_gem_load()
|
D | i915_drv.h | 1305 struct delayed_work idle_work; member
|