Lines Matching refs:handle

410 static int vce_v4_0_early_init(void *handle)  in vce_v4_0_early_init()  argument
412 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_early_init()
425 static int vce_v4_0_sw_init(void *handle) in vce_v4_0_sw_init() argument
427 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_sw_init()
501 static int vce_v4_0_sw_fini(void *handle) in vce_v4_0_sw_fini() argument
504 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_sw_fini()
521 static int vce_v4_0_hw_init(void *handle) in vce_v4_0_hw_init() argument
524 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_hw_init()
544 static int vce_v4_0_hw_fini(void *handle) in vce_v4_0_hw_fini() argument
546 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_hw_fini()
561 static int vce_v4_0_suspend(void *handle) in vce_v4_0_suspend() argument
563 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_suspend()
609 static int vce_v4_0_resume(void *handle) in vce_v4_0_resume() argument
611 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_resume()
692 static int vce_v4_0_set_clockgating_state(void *handle, in vce_v4_0_set_clockgating_state() argument
700 static bool vce_v4_0_is_idle(void *handle)
702 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
711 static int vce_v4_0_wait_for_idle(void *handle)
714 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
717 if (vce_v4_0_is_idle(handle))
729 static bool vce_v4_0_check_soft_reset(void *handle)
731 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
770 static int vce_v4_0_soft_reset(void *handle)
772 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
801 static int vce_v4_0_pre_soft_reset(void *handle)
803 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
814 static int vce_v4_0_post_soft_reset(void *handle)
816 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
919 static int vce_v4_0_set_clockgating_state(void *handle,
922 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
966 static int vce_v4_0_set_powergating_state(void *handle, in vce_v4_0_set_powergating_state() argument
976 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vce_v4_0_set_powergating_state()