Lines Matching refs:handle
1306 static int gfx_v11_0_sw_init(void *handle) in gfx_v11_0_sw_init() argument
1310 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_sw_init()
1501 static int gfx_v11_0_sw_fini(void *handle) in gfx_v11_0_sw_fini() argument
1504 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_sw_fini()
4262 static int gfx_v11_0_hw_init(void *handle) in gfx_v11_0_hw_init() argument
4265 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_hw_init()
4357 static int gfx_v11_0_hw_fini(void *handle) in gfx_v11_0_hw_fini() argument
4359 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_hw_fini()
4394 static int gfx_v11_0_suspend(void *handle) in gfx_v11_0_suspend() argument
4396 return gfx_v11_0_hw_fini(handle); in gfx_v11_0_suspend()
4399 static int gfx_v11_0_resume(void *handle) in gfx_v11_0_resume() argument
4401 return gfx_v11_0_hw_init(handle); in gfx_v11_0_resume()
4404 static bool gfx_v11_0_is_idle(void *handle) in gfx_v11_0_is_idle() argument
4406 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_is_idle()
4415 static int gfx_v11_0_wait_for_idle(void *handle) in gfx_v11_0_wait_for_idle() argument
4419 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_wait_for_idle()
4433 static int gfx_v11_0_soft_reset(void *handle) in gfx_v11_0_soft_reset() argument
4438 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_soft_reset()
4552 static bool gfx_v11_0_check_soft_reset(void *handle) in gfx_v11_0_check_soft_reset() argument
4555 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_check_soft_reset()
4576 static int gfx_v11_0_post_soft_reset(void *handle) in gfx_v11_0_post_soft_reset() argument
4581 return amdgpu_mes_resume((struct amdgpu_device *)handle); in gfx_v11_0_post_soft_reset()
4642 static int gfx_v11_0_early_init(void *handle) in gfx_v11_0_early_init() argument
4644 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_early_init()
4665 static int gfx_v11_0_late_init(void *handle) in gfx_v11_0_late_init() argument
4667 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_late_init()
5025 static int gfx_v11_0_set_powergating_state(void *handle, in gfx_v11_0_set_powergating_state() argument
5028 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_set_powergating_state()
5058 static int gfx_v11_0_set_clockgating_state(void *handle, in gfx_v11_0_set_clockgating_state() argument
5061 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_set_clockgating_state()
5082 static void gfx_v11_0_get_clockgating_state(void *handle, u64 *flags) in gfx_v11_0_get_clockgating_state() argument
5084 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v11_0_get_clockgating_state()