Lines Matching defs:func
567 oxnas_pinmux_get_function_name(struct pinctrl_dev *pctldev, unsigned int func)
571 return pctl->functions[func].name;
575 unsigned int func,
581 *groups = pctl->functions[func].groups;
582 *num_groups = pctl->functions[func].ngroups;
588 unsigned int func, unsigned int group)
592 const struct oxnas_function *pf = &pctl->functions[func];
632 dev_err(pctl->dev, "cannot mux pin %u to function %u\n", group, func);
638 unsigned int func, unsigned int group)
642 const struct oxnas_function *pf = &pctl->functions[func];
687 dev_err(pctl->dev, "cannot mux pin %u to function %u\n", group, func);