Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_vce.c63 INIT_DELAYED_WORK(&rdev->vce.idle_work, radeon_vce_idle_work_handler); in radeon_vce_init()
247 container_of(work, struct radeon_device, vce.idle_work.work); in radeon_vce_idle_work_handler()
257 schedule_delayed_work(&rdev->vce.idle_work, in radeon_vce_idle_work_handler()
272 bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work); in radeon_vce_note_usage()
273 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.h1681 struct delayed_work idle_work; member
1725 struct delayed_work idle_work; member
/linux-4.1.27/drivers/mfd/
Drtsx_pcr.c95 mod_delayed_work(system_wq, &pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_start_run()
956 struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, idle_work); in rtsx_pci_idle_work()
1232 INIT_DELAYED_WORK(&pcr->idle_work, rtsx_pci_idle_work); in rtsx_pci_probe()
1261 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_probe()
1300 cancel_delayed_work_sync(&pcr->idle_work); in rtsx_pci_remove()
1340 cancel_delayed_work(&pcr->idle_work); in rtsx_pci_suspend()
1383 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_resume()
/linux-4.1.27/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()
/linux-4.1.27/net/bluetooth/
Dhci_conn.c368 idle_work.work); in hci_conn_idle()
490 INIT_DELAYED_WORK(&conn->idle_work, hci_conn_idle); in hci_conn_add()
514 cancel_delayed_work_sync(&conn->idle_work); in hci_conn_del()
1139 queue_delayed_work(hdev->workqueue, &conn->idle_work, in hci_conn_enter_active_mode()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c1237 &file_priv->mm.idle_work, in __i915_wait_request()
2425 cancel_delayed_work_sync(&dev_priv->mm.idle_work); in __i915_add_request()
2742 &dev_priv->mm.idle_work, in i915_gem_retire_requests()
2771 container_of(work, typeof(*dev_priv), mm.idle_work.work); in i915_gem_idle_work_handler()
4613 flush_delayed_work(&dev_priv->mm.idle_work); in i915_gem_suspend()
4974 INIT_DELAYED_WORK(&dev_priv->mm.idle_work, in i915_gem_load()
5011 cancel_delayed_work_sync(&file_priv->mm.idle_work); in i915_gem_release()
5034 container_of(work, typeof(*file_priv), mm.idle_work.work); in i915_gem_file_idle_work_handler()
5056 INIT_DELAYED_WORK(&file_priv->mm.idle_work, in i915_gem_open()
Di915_drv.h1193 struct delayed_work idle_work; member
2171 struct delayed_work idle_work; member
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h460 struct delayed_work idle_work; member
876 cancel_delayed_work(&conn->idle_work); in hci_conn_drop()
/linux-4.1.27/include/linux/mfd/
Drtsx_pci.h904 struct delayed_work idle_work; member