Lines Matching refs:handle
475 static int vega10_ih_early_init(void *handle) in vega10_ih_early_init() argument
477 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_early_init()
484 static int vega10_ih_sw_init(void *handle) in vega10_ih_sw_init() argument
486 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_sw_init()
528 static int vega10_ih_sw_fini(void *handle) in vega10_ih_sw_fini() argument
530 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_sw_fini()
537 static int vega10_ih_hw_init(void *handle) in vega10_ih_hw_init() argument
539 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_hw_init()
544 static int vega10_ih_hw_fini(void *handle) in vega10_ih_hw_fini() argument
546 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_hw_fini()
553 static int vega10_ih_suspend(void *handle) in vega10_ih_suspend() argument
555 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_suspend()
560 static int vega10_ih_resume(void *handle) in vega10_ih_resume() argument
562 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_resume()
567 static bool vega10_ih_is_idle(void *handle) in vega10_ih_is_idle() argument
573 static int vega10_ih_wait_for_idle(void *handle) in vega10_ih_wait_for_idle() argument
579 static int vega10_ih_soft_reset(void *handle) in vega10_ih_soft_reset() argument
616 static int vega10_ih_set_clockgating_state(void *handle, in vega10_ih_set_clockgating_state() argument
619 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in vega10_ih_set_clockgating_state()
627 static int vega10_ih_set_powergating_state(void *handle, in vega10_ih_set_powergating_state() argument