Searched refs:get_clock_by_type (Results 1 – 7 of 7) sorted by relevance
423 if (hwmgr->hwmgr_func->get_clock_by_type == NULL) in phm_get_clock_by_type()426 return hwmgr->hwmgr_func->get_clock_by_type(hwmgr, type, clocks); in phm_get_clock_by_type()
2068 .get_clock_by_type = smu8_get_clock_by_type,
5807 .get_clock_by_type = smu7_get_clock_by_type,
301 …int (*get_clock_by_type)(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks… member
1760 if (!pp_funcs->get_clock_by_type) in amdgpu_dpm_get_clock_by_type()1764 ret = pp_funcs->get_clock_by_type(adev->powerplay.pp_handle, in amdgpu_dpm_get_clock_by_type()
481 int (*get_clock_by_type)(void *handle, member
1593 .get_clock_by_type = pp_get_clock_by_type,