Searched refs:set_clocks (Results 1 – 6 of 6) sorted by relevance
290 bool set_clocks = !cancel_delayed_work_sync(&rdev->vce.idle_work); in radeon_vce_note_usage() local291 set_clocks &= schedule_delayed_work(&rdev->vce.idle_work, in radeon_vce_note_usage()299 if (set_clocks || streams_changed) { in radeon_vce_note_usage()
892 bool set_clocks = !cancel_delayed_work_sync(&rdev->uvd.idle_work); in radeon_uvd_note_usage() local893 set_clocks &= schedule_delayed_work(&rdev->uvd.idle_work, in radeon_uvd_note_usage()908 if (set_clocks || streams_changed) { in radeon_uvd_note_usage()
400 static inline void set_clocks(struct bcm63xx_udc *udc, bool is_enabled) in set_clocks() function931 set_clocks(udc, true); in bcm63xx_uninit_udc_hw()933 set_clocks(udc, false); in bcm63xx_uninit_udc_hw()985 set_clocks(udc, true); in bcm63xx_init_udc_hw()1013 set_clocks(udc, false); in bcm63xx_init_udc_hw()1827 set_clocks(udc, true); in bcm63xx_udc_start()1866 set_clocks(udc, false); in bcm63xx_udc_stop()
359 bool set_clocks; in amdgpu_vce_ring_begin_use() local365 set_clocks = !cancel_delayed_work_sync(&adev->vce.idle_work); in amdgpu_vce_ring_begin_use()366 if (set_clocks) { in amdgpu_vce_ring_begin_use()
1210 bool set_clocks; in amdgpu_uvd_ring_begin_use() local1215 set_clocks = !cancel_delayed_work_sync(&adev->uvd.idle_work); in amdgpu_uvd_ring_begin_use()1216 if (set_clocks) { in amdgpu_uvd_ring_begin_use()
233 bool set_clocks = !cancel_delayed_work_sync(&adev->vcn.idle_work); in amdgpu_vcn_ring_begin_use() local235 if (set_clocks) { in amdgpu_vcn_ring_begin_use()