Lines Matching refs:handle

2001 static int gfx_v9_0_sw_init(void *handle)  in gfx_v9_0_sw_init()  argument
2006 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_sw_init()
2183 static int gfx_v9_0_sw_fini(void *handle) in gfx_v9_0_sw_fini() argument
2186 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_sw_fini()
3749 static int gfx_v9_0_hw_init(void *handle) in gfx_v9_0_hw_init() argument
3752 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_hw_init()
3775 static int gfx_v9_0_hw_fini(void *handle) in gfx_v9_0_hw_fini() argument
3777 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_hw_fini()
3826 static int gfx_v9_0_suspend(void *handle) in gfx_v9_0_suspend() argument
3828 return gfx_v9_0_hw_fini(handle); in gfx_v9_0_suspend()
3831 static int gfx_v9_0_resume(void *handle) in gfx_v9_0_resume() argument
3833 return gfx_v9_0_hw_init(handle); in gfx_v9_0_resume()
3836 static bool gfx_v9_0_is_idle(void *handle) in gfx_v9_0_is_idle() argument
3838 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_is_idle()
3847 static int gfx_v9_0_wait_for_idle(void *handle) in gfx_v9_0_wait_for_idle() argument
3850 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_wait_for_idle()
3853 if (gfx_v9_0_is_idle(handle)) in gfx_v9_0_wait_for_idle()
3860 static int gfx_v9_0_soft_reset(void *handle) in gfx_v9_0_soft_reset() argument
3864 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_soft_reset()
4518 static int gfx_v9_0_early_init(void *handle) in gfx_v9_0_early_init() argument
4520 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_early_init()
4544 static int gfx_v9_0_ecc_late_init(void *handle) in gfx_v9_0_ecc_late_init() argument
4546 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_ecc_late_init()
4578 static int gfx_v9_0_late_init(void *handle) in gfx_v9_0_late_init() argument
4580 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_late_init()
4591 r = gfx_v9_0_ecc_late_init(handle); in gfx_v9_0_late_init()
4960 static int gfx_v9_0_set_powergating_state(void *handle, in gfx_v9_0_set_powergating_state() argument
4963 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_set_powergating_state()
5005 static int gfx_v9_0_set_clockgating_state(void *handle, in gfx_v9_0_set_clockgating_state() argument
5008 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_set_clockgating_state()
5031 static void gfx_v9_0_get_clockgating_state(void *handle, u64 *flags) in gfx_v9_0_get_clockgating_state() argument
5033 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v9_0_get_clockgating_state()