Lines Matching refs:handle

51 static int jpeg_v4_0_5_set_powergating_state(void *handle,
64 * @handle: amdgpu_device pointer
68 static int jpeg_v4_0_5_early_init(void *handle)
70 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
97 * @handle: amdgpu_device pointer
101 static int jpeg_v4_0_5_sw_init(void *handle)
103 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
162 * @handle: amdgpu_device pointer
166 static int jpeg_v4_0_5_sw_fini(void *handle)
168 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
183 * @handle: amdgpu_device pointer
186 static int jpeg_v4_0_5_hw_init(void *handle)
188 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
217 * @handle: amdgpu_device pointer
221 static int jpeg_v4_0_5_hw_fini(void *handle)
223 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
244 * @handle: amdgpu_device pointer
248 static int jpeg_v4_0_5_suspend(void *handle)
250 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
265 * @handle: amdgpu_device pointer
269 static int jpeg_v4_0_5_resume(void *handle)
271 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
628 static bool jpeg_v4_0_5_is_idle(void *handle)
630 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
644 static int jpeg_v4_0_5_wait_for_idle(void *handle)
646 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
661 static int jpeg_v4_0_5_set_clockgating_state(void *handle,
664 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
673 if (!jpeg_v4_0_5_is_idle(handle))
685 static int jpeg_v4_0_5_set_powergating_state(void *handle,
688 struct amdgpu_device *adev = (struct amdgpu_device *)handle;