xgmi_get_hive_id  101 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h 	int (*xgmi_get_hive_id)(struct psp_context *psp, uint64_t *hive_id);
xgmi_get_hive_id  245 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h 		((psp)->funcs->xgmi_get_hive_id ? (psp)->funcs->xgmi_get_hive_id((psp), (hive_id)) : -EINVAL)
xgmi_get_hive_id  913 drivers/gpu/drm/amd/amdgpu/psp_v11_0.c 	.xgmi_get_hive_id = psp_v11_0_xgmi_get_hive_id,