Lines Matching refs:handle
4175 static int gfx_v7_0_early_init(void *handle) in gfx_v7_0_early_init() argument
4177 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_early_init()
4192 static int gfx_v7_0_late_init(void *handle) in gfx_v7_0_late_init() argument
4194 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_late_init()
4384 static int gfx_v7_0_sw_init(void *handle) in gfx_v7_0_sw_init() argument
4387 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_sw_init()
4480 static int gfx_v7_0_sw_fini(void *handle) in gfx_v7_0_sw_fini() argument
4482 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_sw_fini()
4506 static int gfx_v7_0_hw_init(void *handle) in gfx_v7_0_hw_init() argument
4509 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_hw_init()
4527 static int gfx_v7_0_hw_fini(void *handle) in gfx_v7_0_hw_fini() argument
4529 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_hw_fini()
4540 static int gfx_v7_0_suspend(void *handle) in gfx_v7_0_suspend() argument
4542 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_suspend()
4547 static int gfx_v7_0_resume(void *handle) in gfx_v7_0_resume() argument
4549 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_resume()
4554 static bool gfx_v7_0_is_idle(void *handle) in gfx_v7_0_is_idle() argument
4556 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_is_idle()
4564 static int gfx_v7_0_wait_for_idle(void *handle) in gfx_v7_0_wait_for_idle() argument
4568 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_wait_for_idle()
4581 static int gfx_v7_0_soft_reset(void *handle) in gfx_v7_0_soft_reset() argument
4585 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_soft_reset()
4891 static int gfx_v7_0_set_clockgating_state(void *handle, in gfx_v7_0_set_clockgating_state() argument
4895 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_set_clockgating_state()
4914 static int gfx_v7_0_set_powergating_state(void *handle, in gfx_v7_0_set_powergating_state() argument
4918 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in gfx_v7_0_set_powergating_state()