HomeSort by: relevance | last modified time | path
    Searched refs:get_offsetof (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smumgr.c 98 if (NULL != hwmgr->smumgr_funcs->get_offsetof)
99 return hwmgr->smumgr_funcs->get_offsetof(type, member);
amdgpu_fiji_smumgr.c 2660 .get_offsetof = fiji_get_offsetof,
amdgpu_iceland_smumgr.c 2679 .get_offsetof = iceland_get_offsetof,
amdgpu_vegam_smumgr.c 2292 .get_offsetof = vegam_get_offsetof,
amdgpu_ci_smumgr.c 2953 .get_offsetof = ci_get_offsetof,
amdgpu_polaris10_smumgr.c 2576 .get_offsetof = polaris10_get_offsetof,
amdgpu_tonga_smumgr.c 3259 .get_offsetof = tonga_get_offsetof,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 228 uint32_t (*get_offsetof)(uint32_t type, uint32_t member); member in struct:pp_smumgr_func

Completed in 28 milliseconds