Lines Matching refs:soc
41 const struct tegra_pinctrl_soc_data *soc; member
62 return pmx->soc->ngroups; in tegra_pinctrl_get_groups_count()
70 return pmx->soc->groups[group].name; in tegra_pinctrl_get_group_name()
80 *pins = pmx->soc->groups[group].pins; in tegra_pinctrl_get_group_pins()
81 *num_pins = pmx->soc->groups[group].npins; in tegra_pinctrl_get_group_pins()
242 return pmx->soc->nfunctions; in tegra_pinctrl_get_funcs_count()
250 return pmx->soc->functions[function].name; in tegra_pinctrl_get_func_name()
260 *groups = pmx->soc->functions[function].groups; in tegra_pinctrl_get_func_groups()
261 *num_groups = pmx->soc->functions[function].ngroups; in tegra_pinctrl_get_func_groups()
275 g = &pmx->soc->groups[group]; in tegra_pinctrl_set_mux()
352 if (pmx->soc->hsm_in_mux) { in tegra_pinconf_reg()
363 if (pmx->soc->schmitt_in_mux) { in tegra_pinconf_reg()
404 if (pmx->soc->drvtype_in_mux) { in tegra_pinconf_reg()
468 g = &pmx->soc->groups[group]; in tegra_pinconf_group_get()
497 g = &pmx->soc->groups[group]; in tegra_pinconf_group_set()
565 g = &pmx->soc->groups[group]; in tegra_pinconf_group_dbg_show()
642 pmx->soc = soc_data; in tegra_pinctrl_probe()
679 tegra_pinctrl_gpio_range.npins = pmx->soc->ngpios; in tegra_pinctrl_probe()
681 tegra_pinctrl_desc.pins = pmx->soc->pins; in tegra_pinctrl_probe()
682 tegra_pinctrl_desc.npins = pmx->soc->npins; in tegra_pinctrl_probe()