Searched refs:custom_params (Results 1 – 10 of 10) sorted by relevance
22 int custom_params; member36 custom_priv->custom_params = 1; in custom_card_probe()
2559 long *custom_params, 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()2578 if (custom_params[0] >= SMU_13_0_7_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v13_0_7_set_power_profile_mode()2580 idx = custom_params[0] * SMU_13_0_7_CUSTOM_PARAMS_COUNT; in smu_v13_0_7_set_power_profile_mode()2583 smu->custom_profile_params[idx + i] = custom_params[i]; in smu_v13_0_7_set_power_profile_mode()
2588 long *custom_params, 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()2621 if (custom_params[0] >= SMU_13_0_0_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v13_0_0_set_power_profile_mode()2623 idx = custom_params[0] * SMU_13_0_0_CUSTOM_PARAMS_COUNT; in smu_v13_0_0_set_power_profile_mode()2626 smu->custom_profile_params[idx + i] = custom_params[i]; in smu_v13_0_0_set_power_profile_mode()
1808 long *custom_params, 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()1833 if (custom_params[0] >= SMU_14_0_2_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v14_0_2_set_power_profile_mode()1835 idx = custom_params[0] * SMU_14_0_2_CUSTOM_PARAMS_COUNT; in smu_v14_0_2_set_power_profile_mode()1838 smu->custom_profile_params[idx + i] = custom_params[i]; in smu_v14_0_2_set_power_profile_mode()
1154 .custom_params = zynq_dt_params,
1268 .custom_params = lpc18xx_params,
680 .custom_params = rtc_params,
910 .custom_params = starfive_pinconf_custom_params,
931 long *custom_params, u32 custom_params_max_idx);
1939 pctl->pctl_desc.custom_params = stm32_gpio_bindings; in stm32_pctl_probe()