Home
last modified time | relevance | path

Searched refs:custom_params (Results 1 – 15 of 15) 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.c356 pctldev->desc->custom_params) { in pinconf_generic_parse_dt_config()
357 ret = parse_dt_cfg(np, 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/pinctrl/renesas/
H A Dpinctrl-rzg2l.c294 const struct pinconf_generic_params *custom_params; member
2868 pctrl->desc.custom_params = pctrl->data->custom_params; in rzg2l_pinctrl_register()
3402 .custom_params = renesas_rzv2h_custom_bindings,
3424 .custom_params = renesas_rzv2h_custom_bindings,
3447 .custom_params = renesas_rzv2h_custom_bindings,
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c1889 long *custom_params, in smu_v14_0_2_set_power_profile_mode() argument
1911 if (custom_params && custom_params_max_idx) { in smu_v14_0_2_set_power_profile_mode()
1914 if (custom_params[0] >= SMU_14_0_2_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v14_0_2_set_power_profile_mode()
1916 idx = custom_params[0] * SMU_14_0_2_CUSTOM_PARAMS_COUNT; in smu_v14_0_2_set_power_profile_mode()
1919 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_0_ppt.c2627 long *custom_params, in smu_v13_0_0_set_power_profile_mode() argument
2657 if (custom_params && custom_params_max_idx) { in smu_v13_0_0_set_power_profile_mode()
2660 if (custom_params[0] >= SMU_13_0_0_CUSTOM_PARAMS_CLOCK_COUNT) in smu_v13_0_0_set_power_profile_mode()
2662 idx = custom_params[0] * SMU_13_0_0_CUSTOM_PARAMS_COUNT; in smu_v13_0_0_set_power_profile_mode()
2665 smu->custom_profile_params[idx + i] = custom_params[i]; in smu_v13_0_0_set_power_profile_mode()
/linux/drivers/pinctrl/realtek/
H A Dpinctrl-rtd.c564 data->desc.custom_params = rtd_custom_bindings; in rtd_pinctrl_probe()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dnavi10_ppt.c2081 long *custom_params, in navi10_set_power_profile_mode() argument
2096 if (custom_params && custom_params_max_idx) { in navi10_set_power_profile_mode()
2099 if (custom_params[0] >= NAVI10_CUSTOM_PARAMS_CLOCKS_COUNT) in navi10_set_power_profile_mode()
2101 idx = custom_params[0] * NAVI10_CUSTOM_PARAMS_COUNT; in navi10_set_power_profile_mode()
2104 smu->custom_profile_params[idx + i] = custom_params[i]; in navi10_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.c1111 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/
H A Damdgpu_smu.c2355 long *custom_params, in smu_bump_power_profile_mode() argument
2371 custom_params, in smu_bump_power_profile_mode()
/linux/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c1939 pctl->pctl_desc.custom_params = stm32_gpio_bindings; in stm32_pctl_probe()