Lines Matching defs:handle

72 static int vce_v3_0_wait_for_idle(void *handle);
73 static int vce_v3_0_set_clockgating_state(void *handle,
404 static int vce_v3_0_early_init(void *handle)
406 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
423 static int vce_v3_0_sw_init(void *handle)
425 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
460 static int vce_v3_0_sw_fini(void *handle)
463 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
472 static int vce_v3_0_hw_init(void *handle)
475 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
492 static int vce_v3_0_hw_fini(void *handle)
495 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
497 r = vce_v3_0_wait_for_idle(handle);
505 static int vce_v3_0_suspend(void *handle)
508 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
517 static int vce_v3_0_resume(void *handle)
520 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
580 static bool vce_v3_0_is_idle(void *handle)
582 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
591 static int vce_v3_0_wait_for_idle(void *handle)
594 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
597 if (vce_v3_0_is_idle(handle))
609 static bool vce_v3_0_check_soft_reset(void *handle)
611 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
650 static int vce_v3_0_soft_reset(void *handle)
652 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
681 static int vce_v3_0_pre_soft_reset(void *handle)
683 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
694 static int vce_v3_0_post_soft_reset(void *handle)
696 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
743 static int vce_v3_0_set_clockgating_state(void *handle,
746 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
784 static int vce_v3_0_set_powergating_state(void *handle,
794 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
811 static void vce_v3_0_get_clockgating_state(void *handle, u32 *flags)
813 struct amdgpu_device *adev = (struct amdgpu_device *)handle;