Lines Matching defs:handle

60 static int vcn_v2_0_set_powergating_state(void *handle,
68 * @handle: amdgpu_device pointer
72 static int vcn_v2_0_early_init(void *handle)
74 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
89 * @handle: amdgpu_device pointer
93 static int vcn_v2_0_sw_init(void *handle)
97 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
179 * @handle: amdgpu_device pointer
183 static int vcn_v2_0_sw_fini(void *handle)
186 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
200 * @handle: amdgpu_device pointer
204 static int vcn_v2_0_hw_init(void *handle)
206 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
235 * @handle: amdgpu_device pointer
239 static int vcn_v2_0_hw_fini(void *handle)
241 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
263 * @handle: amdgpu_device pointer
267 static int vcn_v2_0_suspend(void *handle)
270 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
284 * @handle: amdgpu_device pointer
288 static int vcn_v2_0_resume(void *handle)
291 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1201 static bool vcn_v2_0_is_idle(void *handle)
1203 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1208 static int vcn_v2_0_wait_for_idle(void *handle)
1210 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1219 static int vcn_v2_0_set_clockgating_state(void *handle,
1222 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1227 if (vcn_v2_0_is_idle(handle))
1664 static int vcn_v2_0_set_powergating_state(void *handle,
1675 struct amdgpu_device *adev = (struct amdgpu_device *)handle;