Lines Matching defs:clocks
388 PP_ASSERT_WITH_CODE((0 == result), "Failed to retrieve minimum clocks.", return result);
399 PP_ASSERT_WITH_CODE((0 == result), "Failed to retrieve maximum clocks.", return result);
419 int phm_get_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks)
426 return hwmgr->hwmgr_func->get_clock_by_type(hwmgr, type, clocks);
432 struct pp_clock_levels_with_latency *clocks)
439 return hwmgr->hwmgr_func->get_clock_by_type_with_latency(hwmgr, type, clocks);
445 struct pp_clock_levels_with_voltage *clocks)
452 return hwmgr->hwmgr_func->get_clock_by_type_with_voltage(hwmgr, type, clocks);
479 int phm_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks)
486 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks);