Home
last modified time | relevance | path

Searched refs:custom_params (Results 1 – 13 of 13) sorted by relevance

/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.c22 int custom_params; member
36 custom_priv->custom_params = 1; in custom_card_probe()
/linux/drivers/pinctrl/
H A Dpinconf-generic.c404 pctldev->desc->custom_params) { in pinconf_generic_parse_dt_config()
405 ret = parse_fw_cfg(fwnode, pctldev->desc->custom_params, in pinconf_generic_parse_dt_config()
H A Dpinctrl-max77620.c549 .custom_params = max77620_cfg_params,
H A Dpinctrl-zynq.c1154 .custom_params = zynq_dt_params,
H A Dpinctrl-lpc18xx.c1268 .custom_params = lpc18xx_params,
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c1808 long *custom_params, in smu_v14_0_2_set_power_profile_mode() argument
1830 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()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c2555 long *custom_params, in smu_v13_0_7_set_power_profile_mode() argument
2571 if (custom_params && custom_params_max_idx) { in smu_v13_0_7_set_power_profile_mode()
2574 if (custom_params[0] >= SMU_13_0_7_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v13_0_7_set_power_profile_mode()
2576 idx = custom_params[0] * SMU_13_0_7_CUSTOM_PARAMS_COUNT; in smu_v13_0_7_set_power_profile_mode()
2579 smu->custom_profile_params[idx + i] = custom_params[i]; in smu_v13_0_7_set_power_profile_mode()
H A Dsmu_v13_0_0_ppt.c2586 long *custom_params, in smu_v13_0_0_set_power_profile_mode() argument
2616 if (custom_params && custom_params_max_idx) { in smu_v13_0_0_set_power_profile_mode()
2619 if (custom_params[0] >= SMU_13_0_0_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v13_0_0_set_power_profile_mode()
2621 idx = custom_params[0] * SMU_13_0_0_CUSTOM_PARAMS_COUNT; in smu_v13_0_0_set_power_profile_mode()
2624 smu->custom_profile_params[idx + i] = custom_params[i]; in smu_v13_0_0_set_power_profile_mode()
/linux/drivers/rtc/
H A Drtc-omap.c680 .custom_params = rtc_params,
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-spmi-gpio.c1127 pctrldesc->custom_params = pmic_gpio_bindings; in pmic_gpio_probe()
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7100.c910 .custom_params = starfive_pinconf_custom_params,
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h931 long *custom_params, u32 custom_params_max_idx);
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1939 pctl->pctl_desc.custom_params = stm32_gpio_bindings; in stm32_pctl_probe()