Lines Matching defs:function
154 const char *function, *group;
159 ret = of_property_read_string(np, "st,function", &function);
184 of_property_read_string(np, "st,function", &function);
188 (*map)[index].data.mux.function = function;
222 unsigned function)
226 return pmx->machdata->functions[function]->name;
230 unsigned function, const char *const **groups,
235 *groups = pmx->machdata->functions[function]->groups;
236 *ngroups = pmx->machdata->functions[function]->ngroups;
242 unsigned function, unsigned group, bool enable)
275 static int spear_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned function,
278 return spear_pinctrl_endisable(pctldev, function, group, true);