Lines Matching refs:function
125 const char *function; in tegra_pinctrl_dt_subnode_to_map() local
134 ret = of_property_read_string(np, "nvidia,function", &function); in tegra_pinctrl_dt_subnode_to_map()
140 function = NULL; in tegra_pinctrl_dt_subnode_to_map()
159 if (function != NULL) in tegra_pinctrl_dt_subnode_to_map()
176 if (function) { in tegra_pinctrl_dt_subnode_to_map()
179 function); in tegra_pinctrl_dt_subnode_to_map()
246 unsigned function) in tegra_pinctrl_get_func_name() argument
250 return pmx->soc->functions[function].name; in tegra_pinctrl_get_func_name()
254 unsigned function, in tegra_pinctrl_get_func_groups() argument
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()
267 unsigned function, in tegra_pinctrl_set_mux() argument
281 if (g->funcs[i] == function) in tegra_pinctrl_set_mux()