Lines Matching refs:handle
3027 static int gfx_v6_0_early_init(void *handle) in gfx_v6_0_early_init() argument
3029 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_early_init()
3043 static int gfx_v6_0_sw_init(void *handle) in gfx_v6_0_sw_init() argument
3046 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_sw_init()
3111 static int gfx_v6_0_sw_fini(void *handle) in gfx_v6_0_sw_fini() argument
3114 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_sw_fini()
3126 static int gfx_v6_0_hw_init(void *handle) in gfx_v6_0_hw_init() argument
3129 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_hw_init()
3146 static int gfx_v6_0_hw_fini(void *handle) in gfx_v6_0_hw_fini() argument
3148 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_hw_fini()
3157 static int gfx_v6_0_suspend(void *handle) in gfx_v6_0_suspend() argument
3159 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_suspend()
3164 static int gfx_v6_0_resume(void *handle) in gfx_v6_0_resume() argument
3166 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_resume()
3171 static bool gfx_v6_0_is_idle(void *handle) in gfx_v6_0_is_idle() argument
3173 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_is_idle()
3181 static int gfx_v6_0_wait_for_idle(void *handle) in gfx_v6_0_wait_for_idle() argument
3184 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_wait_for_idle()
3187 if (gfx_v6_0_is_idle(handle)) in gfx_v6_0_wait_for_idle()
3194 static int gfx_v6_0_soft_reset(void *handle) in gfx_v6_0_soft_reset() argument
3386 static int gfx_v6_0_set_clockgating_state(void *handle, in gfx_v6_0_set_clockgating_state() argument
3390 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_set_clockgating_state()
3408 static int gfx_v6_0_set_powergating_state(void *handle, in gfx_v6_0_set_powergating_state() argument
3412 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v6_0_set_powergating_state()