Lines Matching defs:handle

51 static int uvd_v6_0_set_clockgating_state(void *handle,
202 * @handle: session handle to use
208 static int uvd_v6_0_enc_get_create_msg(struct amdgpu_ring *ring, uint32_t handle,
230 ib->ptr[ib->length_dw++] = handle;
265 * @handle: session handle to use
272 uint32_t handle,
294 ib->ptr[ib->length_dw++] = handle;
357 static int uvd_v6_0_early_init(void *handle)
359 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
378 static int uvd_v6_0_sw_init(void *handle)
382 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
440 static int uvd_v6_0_sw_fini(void *handle)
443 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
460 * @handle: handle used to pass amdgpu_device pointer
464 static int uvd_v6_0_hw_init(void *handle)
466 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
529 * @handle: handle used to pass amdgpu_device pointer
533 static int uvd_v6_0_hw_fini(void *handle)
535 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
545 static int uvd_v6_0_suspend(void *handle)
548 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
581 static int uvd_v6_0_resume(void *handle)
584 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1142 static bool uvd_v6_0_is_idle(void *handle)
1144 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1149 static int uvd_v6_0_wait_for_idle(void *handle)
1152 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1155 if (uvd_v6_0_is_idle(handle))
1162 static bool uvd_v6_0_check_soft_reset(void *handle)
1164 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1182 static int uvd_v6_0_pre_soft_reset(void *handle)
1184 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1193 static int uvd_v6_0_soft_reset(void *handle)
1195 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1224 static int uvd_v6_0_post_soft_reset(void *handle)
1226 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1449 static int uvd_v6_0_set_clockgating_state(void *handle,
1452 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1457 if (uvd_v6_0_wait_for_idle(handle))
1470 static int uvd_v6_0_set_powergating_state(void *handle,
1480 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1497 static void uvd_v6_0_get_clockgating_state(void *handle, u64 *flags)
1499 struct amdgpu_device *adev = (struct amdgpu_device *)handle;