Lines Matching refs:handle
44 static int mes_v10_1_hw_fini(void *handle);
922 static int mes_v10_1_sw_init(void *handle) in mes_v10_1_sw_init() argument
924 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_sw_init()
960 static int mes_v10_1_sw_fini(void *handle) in mes_v10_1_sw_fini() argument
962 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_sw_fini()
1054 static int mes_v10_1_hw_init(void *handle) in mes_v10_1_hw_init() argument
1057 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_hw_init()
1103 static int mes_v10_1_hw_fini(void *handle) in mes_v10_1_hw_fini() argument
1105 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_hw_fini()
1119 static int mes_v10_1_suspend(void *handle) in mes_v10_1_suspend() argument
1122 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_suspend()
1131 static int mes_v10_1_resume(void *handle) in mes_v10_1_resume() argument
1134 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_1_resume()
1143 static int mes_v10_0_early_init(void *handle) in mes_v10_0_early_init() argument
1145 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_0_early_init()
1159 static int mes_v10_0_late_init(void *handle) in mes_v10_0_late_init() argument
1161 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v10_0_late_init()