Searched refs:custom_params_max_idx (Results 1 – 4 of 4) sorted by relevance
2560 u32 custom_params_max_idx) in smu_v13_0_7_set_power_profile_mode() argument2575 if (custom_params && custom_params_max_idx) { in smu_v13_0_7_set_power_profile_mode()2576 if (custom_params_max_idx != SMU_13_0_7_CUSTOM_PARAMS_COUNT) in smu_v13_0_7_set_power_profile_mode()2582 for (i = 1; i < custom_params_max_idx; i++) in smu_v13_0_7_set_power_profile_mode()
2589 u32 custom_params_max_idx) in smu_v13_0_0_set_power_profile_mode() argument2618 if (custom_params && custom_params_max_idx) { in smu_v13_0_0_set_power_profile_mode()2619 if (custom_params_max_idx != SMU_13_0_0_CUSTOM_PARAMS_COUNT) in smu_v13_0_0_set_power_profile_mode()2625 for (i = 1; i < custom_params_max_idx; i++) in smu_v13_0_0_set_power_profile_mode()
1809 u32 custom_params_max_idx) in smu_v14_0_2_set_power_profile_mode() argument1830 if (custom_params && custom_params_max_idx) { in smu_v14_0_2_set_power_profile_mode()1831 if (custom_params_max_idx != SMU_14_0_2_CUSTOM_PARAMS_COUNT) in smu_v14_0_2_set_power_profile_mode()1837 for (i = 1; i < custom_params_max_idx; i++) in smu_v14_0_2_set_power_profile_mode()
931 long *custom_params, u32 custom_params_max_idx);