idle_work          99 drivers/bus/ti-sysc.c 	struct delayed_work idle_work;
idle_work        2405 drivers/bus/ti-sysc.c 	ddata = container_of(work, struct sysc, idle_work.work);
idle_work        2513 drivers/bus/ti-sysc.c 	INIT_DELAYED_WORK(&ddata->idle_work, ti_sysc_idle);
idle_work        2519 drivers/bus/ti-sysc.c 		schedule_delayed_work(&ddata->idle_work, 3000);
idle_work        2540 drivers/bus/ti-sysc.c 	cancel_delayed_work_sync(&ddata->idle_work);
idle_work          34 drivers/char/hw_random/omap3-rom-rng.c static struct delayed_work idle_work;
idle_work          56 drivers/char/hw_random/omap3-rom-rng.c 	cancel_delayed_work_sync(&idle_work);
idle_work          73 drivers/char/hw_random/omap3-rom-rng.c 	schedule_delayed_work(&idle_work, msecs_to_jiffies(500));
idle_work         110 drivers/char/hw_random/omap3-rom-rng.c 	INIT_DELAYED_WORK(&idle_work, omap3_rom_rng_idle);
idle_work         128 drivers/char/hw_random/omap3-rom-rng.c 	cancel_delayed_work_sync(&idle_work);
idle_work         131 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 	INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler);
idle_work         350 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 	cancel_delayed_work_sync(&adev->uvd.idle_work);
idle_work        1181 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 		container_of(work, struct amdgpu_device, uvd.idle_work.work);
idle_work        1205 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 		schedule_delayed_work(&adev->uvd.idle_work, UVD_IDLE_TIMEOUT);
idle_work        1217 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 	set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work);
idle_work        1234 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c 		schedule_delayed_work(&ring->adev->uvd.idle_work, UVD_IDLE_TIMEOUT);
idle_work          66 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h 	struct delayed_work	idle_work;
idle_work         194 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 	INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler);
idle_work         261 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 	cancel_delayed_work_sync(&adev->vce.idle_work);
idle_work         328 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 		container_of(work, struct amdgpu_device, vce.idle_work.work);
idle_work         345 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 		schedule_delayed_work(&adev->vce.idle_work, VCE_IDLE_TIMEOUT);
idle_work         365 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 	set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work);
idle_work         391 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c 		schedule_delayed_work(&ring->adev->vce.idle_work, VCE_IDLE_TIMEOUT);
idle_work          45 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h 	struct delayed_work	idle_work;
idle_work          74 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 	INIT_DELAYED_WORK(&adev->vcn.idle_work, amdgpu_vcn_idle_work_handler);
idle_work         230 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 	cancel_delayed_work_sync(&adev->vcn.idle_work);
idle_work         290 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 		container_of(work, struct amdgpu_device, vcn.idle_work.work);
idle_work         330 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 		schedule_delayed_work(&adev->vcn.idle_work, VCN_IDLE_TIMEOUT);
idle_work         337 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 	bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work);
idle_work         377 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c 	schedule_delayed_work(&ring->adev->vcn.idle_work, VCN_IDLE_TIMEOUT);
idle_work         178 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h 	struct delayed_work	idle_work;
idle_work          48 drivers/gpu/drm/i915/gem/i915_gem_pm.c 		container_of(work, typeof(*i915), gem.idle_work);
idle_work         100 drivers/gpu/drm/i915/gem/i915_gem_pm.c 		queue_work(i915->wq, &i915->gem.idle_work);
idle_work         277 drivers/gpu/drm/i915/gem/i915_gem_pm.c 	INIT_WORK(&i915->gem.idle_work, idle_work_handler);
idle_work         393 drivers/gpu/drm/i915/gem/selftests/i915_gem_mman.c 	flush_work(&i915->gem.idle_work);
idle_work        3667 drivers/gpu/drm/i915/i915_debugfs.c 		flush_work(&i915->gem.idle_work);
idle_work        1725 drivers/gpu/drm/i915/i915_drv.h 		struct work_struct idle_work;
idle_work          62 drivers/gpu/drm/i915/selftests/mock_gem_device.c 	flush_work(&i915->gem.idle_work);
idle_work         193 drivers/gpu/drm/i915/selftests/mock_gem_device.c 	INIT_WORK(&i915->gem.idle_work, mock_idle_work_handler);
idle_work        1677 drivers/gpu/drm/radeon/radeon.h 	struct delayed_work	idle_work;
idle_work        1719 drivers/gpu/drm/radeon/radeon.h 	struct delayed_work	idle_work;
idle_work          72 drivers/gpu/drm/radeon/radeon_uvd.c 	INIT_DELAYED_WORK(&rdev->uvd.idle_work, radeon_uvd_idle_work_handler);
idle_work         873 drivers/gpu/drm/radeon/radeon_uvd.c 		container_of(work, struct radeon_device, uvd.idle_work.work);
idle_work         884 drivers/gpu/drm/radeon/radeon_uvd.c 		schedule_delayed_work(&rdev->uvd.idle_work,
idle_work         892 drivers/gpu/drm/radeon/radeon_uvd.c 	bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work);
idle_work         893 drivers/gpu/drm/radeon/radeon_uvd.c 	set_clocks &= schedule_delayed_work(&rdev->uvd.idle_work,
idle_work          65 drivers/gpu/drm/radeon/radeon_vce.c 	INIT_DELAYED_WORK(&rdev->vce.idle_work, radeon_vce_idle_work_handler);
idle_work         265 drivers/gpu/drm/radeon/radeon_vce.c 		container_of(work, struct radeon_device, vce.idle_work.work);
idle_work         275 drivers/gpu/drm/radeon/radeon_vce.c 		schedule_delayed_work(&rdev->vce.idle_work,
idle_work         290 drivers/gpu/drm/radeon/radeon_vce.c 	bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work);
idle_work         291 drivers/gpu/drm/radeon/radeon_vce.c 	set_clocks &= schedule_delayed_work(&rdev->vce.idle_work,
idle_work         177 drivers/misc/cardreader/rtsx_pcr.c 	mod_delayed_work(system_wq, &pcr->idle_work, msecs_to_jiffies(200));
idle_work        1113 drivers/misc/cardreader/rtsx_pcr.c 	struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, idle_work);
idle_work        1510 drivers/misc/cardreader/rtsx_pcr.c 	INIT_DELAYED_WORK(&pcr->idle_work, rtsx_pci_idle_work);
idle_work        1539 drivers/misc/cardreader/rtsx_pcr.c 	schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200));
idle_work        1578 drivers/misc/cardreader/rtsx_pcr.c 	cancel_delayed_work_sync(&pcr->idle_work);
idle_work        1618 drivers/misc/cardreader/rtsx_pcr.c 	cancel_delayed_work(&pcr->idle_work);
idle_work        1661 drivers/misc/cardreader/rtsx_pcr.c 	schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200));
idle_work         851 drivers/net/wireless/zydas/zd1211rw/zd_usb.c 	cancel_delayed_work_sync(&rx->idle_work);
idle_work        1133 drivers/net/wireless/zydas/zd1211rw/zd_usb.c 		container_of(work, struct zd_usb, rx.idle_work.work);
idle_work        1156 drivers/net/wireless/zydas/zd1211rw/zd_usb.c 	mod_delayed_work(zd_workqueue, &rx->idle_work, ZD_RX_IDLE_INTERVAL);
idle_work        1182 drivers/net/wireless/zydas/zd1211rw/zd_usb.c 	INIT_DELAYED_WORK(&rx->idle_work, zd_rx_idle_timer_handler);
idle_work         175 drivers/net/wireless/zydas/zd1211rw/zd_usb.h 	struct delayed_work idle_work;
idle_work        1203 include/linux/rtsx_pci.h 	struct delayed_work		idle_work;
idle_work         517 include/net/bluetooth/hci_core.h 	struct delayed_work idle_work;
idle_work         992 include/net/bluetooth/hci_core.h 			cancel_delayed_work(&conn->idle_work);
idle_work         430 net/bluetooth/hci_conn.c 					     idle_work.work);
idle_work         555 net/bluetooth/hci_conn.c 	INIT_DELAYED_WORK(&conn->idle_work, hci_conn_idle);
idle_work         580 net/bluetooth/hci_conn.c 	cancel_delayed_work_sync(&conn->idle_work);
idle_work        1483 net/bluetooth/hci_conn.c 		queue_delayed_work(hdev->workqueue, &conn->idle_work,