/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_jpeg.c | 39 INIT_DELAYED_WORK(&adev->jpeg.idle_work, amdgpu_jpeg_idle_work_handler); in amdgpu_jpeg_sw_init() 50 cancel_delayed_work_sync(&adev->jpeg.idle_work); in amdgpu_jpeg_sw_fini() 66 cancel_delayed_work_sync(&adev->jpeg.idle_work); in amdgpu_jpeg_suspend() 79 container_of(work, struct amdgpu_device, jpeg.idle_work.work); in amdgpu_jpeg_idle_work_handler() 94 schedule_delayed_work(&adev->jpeg.idle_work, JPEG_IDLE_TIMEOUT); in amdgpu_jpeg_idle_work_handler() 102 cancel_delayed_work_sync(&adev->jpeg.idle_work); in amdgpu_jpeg_ring_begin_use() 113 schedule_delayed_work(&ring->adev->jpeg.idle_work, JPEG_IDLE_TIMEOUT); in amdgpu_jpeg_ring_end_use()
|
D | amdgpu_vcn.c | 71 INIT_DELAYED_WORK(&adev->vcn.idle_work, amdgpu_vcn_idle_work_handler); in amdgpu_vcn_sw_init() 223 cancel_delayed_work_sync(&adev->vcn.idle_work); in amdgpu_vcn_sw_fini() 259 cancel_delayed_work_sync(&adev->vcn.idle_work); in amdgpu_vcn_suspend() 319 container_of(work, struct amdgpu_device, vcn.idle_work.work); in amdgpu_vcn_idle_work_handler() 351 schedule_delayed_work(&adev->vcn.idle_work, VCN_IDLE_TIMEOUT); in amdgpu_vcn_idle_work_handler() 360 cancel_delayed_work_sync(&adev->vcn.idle_work); in amdgpu_vcn_ring_begin_use() 398 schedule_delayed_work(&ring->adev->vcn.idle_work, VCN_IDLE_TIMEOUT); in amdgpu_vcn_ring_end_use()
|
D | amdgpu_vce.c | 199 INIT_DELAYED_WORK(&adev->vce.idle_work, amdgpu_vce_idle_work_handler); in amdgpu_vce_sw_init() 219 cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_sw_fini() 268 cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_suspend() 335 container_of(work, struct amdgpu_device, vce.idle_work.work); in amdgpu_vce_idle_work_handler() 352 schedule_delayed_work(&adev->vce.idle_work, VCE_IDLE_TIMEOUT); in amdgpu_vce_idle_work_handler() 372 set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_ring_begin_use() 398 schedule_delayed_work(&ring->adev->vce.idle_work, VCE_IDLE_TIMEOUT); in amdgpu_vce_ring_end_use()
|
D | amdgpu_jpeg.h | 47 struct delayed_work idle_work; member
|
D | amdgpu_uvd.c | 145 INIT_DELAYED_WORK(&adev->uvd.idle_work, amdgpu_uvd_idle_work_handler); in amdgpu_uvd_sw_init() 328 cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_sw_fini() 381 cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_suspend() 1222 container_of(work, struct amdgpu_device, uvd.idle_work.work); in amdgpu_uvd_idle_work_handler() 1246 schedule_delayed_work(&adev->uvd.idle_work, UVD_IDLE_TIMEOUT); in amdgpu_uvd_idle_work_handler() 1258 set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_ring_begin_use() 1275 schedule_delayed_work(&ring->adev->uvd.idle_work, UVD_IDLE_TIMEOUT); in amdgpu_uvd_ring_end_use()
|
D | amdgpu_vce.h | 45 struct delayed_work idle_work; member
|
D | amdgpu_uvd.h | 66 struct delayed_work idle_work; member
|
D | vcn_v1_0.c | 114 adev->vcn.idle_work.work.func = vcn_v1_0_idle_work_handler; in vcn_v1_0_sw_init() 235 cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v1_0_hw_fini() 259 idle_work_unexecuted = cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v1_0_suspend() 1782 container_of(work, struct amdgpu_device, vcn.idle_work.work); in vcn_v1_0_idle_work_handler() 1815 schedule_delayed_work(&adev->vcn.idle_work, VCN_IDLE_TIMEOUT); in vcn_v1_0_idle_work_handler() 1822 bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v1_0_ring_begin_use() 1874 schedule_delayed_work(&ring->adev->vcn.idle_work, VCN_IDLE_TIMEOUT); in vcn_v1_0_ring_end_use()
|
D | amdgpu_vcn.h | 213 struct delayed_work idle_work; member
|
D | jpeg_v3_0.c | 163 cancel_delayed_work_sync(&adev->vcn.idle_work); in jpeg_v3_0_hw_fini()
|
D | jpeg_v2_5.c | 192 cancel_delayed_work_sync(&adev->vcn.idle_work); in jpeg_v2_5_hw_fini()
|
D | jpeg_v1_0.c | 594 bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work); in jpeg_v1_0_ring_begin_use()
|
D | jpeg_v2_0.c | 175 cancel_delayed_work_sync(&adev->vcn.idle_work); in jpeg_v2_0_hw_fini()
|
D | vcn_v2_0.c | 269 cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v2_0_hw_fini()
|
D | vcn_v2_5.c | 329 cancel_delayed_work_sync(&adev->vcn.idle_work); in vcn_v2_5_hw_fini()
|
/kernel/linux/linux-5.10/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 | 72 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()
|
D | radeon.h | 1683 struct delayed_work idle_work; member 1725 struct delayed_work idle_work; member
|
/kernel/linux/linux-5.10/drivers/misc/cardreader/ |
D | rtsx_pcr.c | 154 mod_delayed_work(system_wq, &pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_start_run() 1081 struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, idle_work); in rtsx_pci_idle_work() 1550 INIT_DELAYED_WORK(&pcr->idle_work, rtsx_pci_idle_work); in rtsx_pci_probe() 1579 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_probe() 1624 cancel_delayed_work_sync(&pcr->idle_work); in rtsx_pci_remove() 1663 cancel_delayed_work(&pcr->idle_work); in rtsx_pci_suspend() 1697 schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200)); in rtsx_pci_resume()
|
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
D | zd_usb.h | 175 struct delayed_work idle_work; member
|
D | zd_usb.c | 848 cancel_delayed_work_sync(&rx->idle_work); in zd_usb_disable_rx() 1130 container_of(work, struct zd_usb, rx.idle_work.work); in zd_rx_idle_timer_handler() 1153 mod_delayed_work(zd_workqueue, &rx->idle_work, ZD_RX_IDLE_INTERVAL); in zd_usb_reset_rx_idle_timer() 1179 INIT_DELAYED_WORK(&rx->idle_work, zd_rx_idle_timer_handler); in init_usb_rx()
|
/kernel/linux/linux-5.10/drivers/bus/ |
D | ti-sysc.c | 147 struct delayed_work idle_work; member 2925 ddata = container_of(work, struct sysc, idle_work.work); in ti_sysc_idle() 3264 INIT_DELAYED_WORK(&ddata->idle_work, ti_sysc_idle); in sysc_probe() 3270 schedule_delayed_work(&ddata->idle_work, 3000); in sysc_probe() 3295 if (cancel_delayed_work_sync(&ddata->idle_work)) in sysc_remove() 3296 ti_sysc_idle(&ddata->idle_work.work); in sysc_remove()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_conn.c | 438 idle_work.work); in hci_conn_idle() 581 INIT_DELAYED_WORK(&conn->idle_work, hci_conn_idle); in hci_conn_add() 613 cancel_delayed_work_sync(&conn->idle_work); in hci_conn_del() 1544 queue_delayed_work(hdev->workqueue, &conn->idle_work, in hci_conn_enter_active_mode()
|
/kernel/linux/linux-5.10/include/linux/ |
D | rtsx_pci.h | 1176 struct delayed_work idle_work; member
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 659 struct delayed_work idle_work; member 1139 cancel_delayed_work(&conn->idle_work); in hci_conn_drop()
|