Home
last modified time | relevance | path

Searched refs:get_offsetof (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_smumgr.c98 if (NULL != hwmgr->smumgr_funcs->get_offsetof) in smum_get_offsetof()
99 return hwmgr->smumgr_funcs->get_offsetof(type, member); in smum_get_offsetof()
H A Damdgpu_vegam_smumgr.c2292 .get_offsetof = vegam_get_offsetof,
H A Damdgpu_fiji_smumgr.c2660 .get_offsetof = fiji_get_offsetof,
H A Damdgpu_iceland_smumgr.c2679 .get_offsetof = iceland_get_offsetof,
H A Damdgpu_polaris10_smumgr.c2576 .get_offsetof = polaris10_get_offsetof,
H A Damdgpu_ci_smumgr.c2953 .get_offsetof = ci_get_offsetof,
H A Damdgpu_tonga_smumgr.c3259 .get_offsetof = tonga_get_offsetof,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h228 uint32_t (*get_offsetof)(uint32_t type, uint32_t member); member