Lines Matching refs:function
55 unsigned int function) in aspeed_pinmux_get_fn_name() argument
59 return pdata->pinmux.functions[function].name; in aspeed_pinmux_get_fn_name()
63 unsigned int function, in aspeed_pinmux_get_fn_groups() argument
69 *groups = pdata->pinmux.functions[function].groups; in aspeed_pinmux_get_fn_groups()
70 *num_groups = pdata->pinmux.functions[function].ngroups; in aspeed_pinmux_get_fn_groups()
81 expr->function); in aspeed_sig_expr_enable()
99 expr->function); in aspeed_sig_expr_disable()
151 if (strcmp((*exprs)->function, name) == 0) in aspeed_find_expr_by_name()
205 return expr->function; in aspeed_sig_expr_function()
223 int aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, in aspeed_pinmux_set_mux() argument
231 &pdata->pinmux.functions[function]; in aspeed_pinmux_set_mux()
282 expr->function); in aspeed_pinmux_set_mux()
360 !strcmp(expr->signal, expr->function); in aspeed_expr_is_gpio()