Lines Matching defs:handle
698 static int nv_common_early_init(void *handle)
701 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
851 static int nv_common_late_init(void *handle)
853 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
861 static int nv_common_sw_init(void *handle)
863 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
871 static int nv_common_sw_fini(void *handle)
876 static int nv_common_hw_init(void *handle)
878 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
898 static int nv_common_hw_fini(void *handle)
900 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
908 static int nv_common_suspend(void *handle)
910 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
915 static int nv_common_resume(void *handle)
917 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
922 static bool nv_common_is_idle(void *handle)
927 static int nv_common_wait_for_idle(void *handle)
932 static int nv_common_soft_reset(void *handle)
1051 static int nv_common_set_clockgating_state(void *handle,
1054 struct amdgpu_device *adev = (struct amdgpu_device *)handle;
1080 static int nv_common_set_powergating_state(void *handle,
1087 static void nv_common_get_clockgating_state(void *handle, u32 *flags)
1089 struct amdgpu_device *adev = (struct amdgpu_device *)handle;