Lines Matching refs:handle
51 static int mes_v11_0_hw_fini(void *handle);
1029 static int mes_v11_0_sw_init(void *handle) in mes_v11_0_sw_init() argument
1031 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_sw_init()
1068 static int mes_v11_0_sw_fini(void *handle) in mes_v11_0_sw_fini() argument
1070 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_sw_fini()
1216 static int mes_v11_0_hw_init(void *handle) in mes_v11_0_hw_init() argument
1219 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_hw_init()
1265 static int mes_v11_0_hw_fini(void *handle) in mes_v11_0_hw_fini() argument
1270 static int mes_v11_0_suspend(void *handle) in mes_v11_0_suspend() argument
1273 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_suspend()
1282 static int mes_v11_0_resume(void *handle) in mes_v11_0_resume() argument
1285 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_resume()
1294 static int mes_v11_0_early_init(void *handle) in mes_v11_0_early_init() argument
1296 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_early_init()
1310 static int mes_v11_0_late_init(void *handle) in mes_v11_0_late_init() argument
1312 struct amdgpu_device *adev = (struct amdgpu_device *)handle; in mes_v11_0_late_init()