Searched refs:func_selector (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/pinctrl/ |
| H A D | pinmux.h | 81 int (*set_mux) (struct pinctrl_dev *pctldev, unsigned int func_selector,
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-eyeq5.c | 399 unsigned int func_selector, unsigned int pin) in eq5p_pinmux_set_mux() argument 402 const char *func_name = eq5p_functions[func_selector].name; in eq5p_pinmux_set_mux() 404 bool is_gpio = func_selector == GPIO_FUNC_SELECTOR; in eq5p_pinmux_set_mux()
|
| H A D | pinctrl-pef2256.c | 157 static int pef2256_set_mux(struct pinctrl_dev *pctldev, unsigned int func_selector, in pef2256_set_mux() argument 166 func_val = pef2256->functions[func_selector].func_val; in pef2256_set_mux()
|
| H A D | pinctrl-rp1.c | 1339 static int rp1_pmx_set(struct pinctrl_dev *pctldev, unsigned int func_selector, in rp1_pmx_set() argument 1353 if (func_selector >= RP1_FSEL_COUNT) { in rp1_pmx_set() 1357 if (pin_funcs[fsel] == func_selector) in rp1_pmx_set() 1361 fsel = (int)func_selector; in rp1_pmx_set()
|
| /linux/drivers/pinctrl/sunplus/ |
| H A D | sppctl.c | 700 static int sppctl_set_mux(struct pinctrl_dev *pctldev, unsigned int func_selector, in sppctl_set_mux() argument 703 const struct sppctl_func *f = &sppctl_list_funcs[func_selector]; in sppctl_set_mux() 712 sppctl_func_set(pctl, func_selector, sppctl_fully_pinmux_conv(group_selector)); in sppctl_set_mux() 725 func_selector, f->type); in sppctl_set_mux()
|
| /linux/drivers/pinctrl/vt8500/ |
| H A D | pinctrl-wmt.c | 126 unsigned func_selector, in wmt_pmx_set_mux() argument 132 return wmt_set_pinmux(data, func_selector, pinnum); in wmt_pmx_set_mux()
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-bcm4908.c | 418 unsigned int func_selector, in bcm4908_pinctrl_set_mux() argument
|
| H A D | pinctrl-bcm2835.c | 973 unsigned func_selector, in bcm2835_pmx_set() argument 978 bcm2835_pinctrl_fsel_set(pc, group_selector, func_selector); in bcm2835_pmx_set()
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pinctrl-rzv2m.c | 161 unsigned int func_selector, in rzv2m_pinctrl_set_mux() argument 170 func = pinmux_generic_get_function(pctldev, func_selector); in rzv2m_pinctrl_set_mux()
|
| H A D | pinctrl-rzg2l.c | 580 unsigned int func_selector, in rzg2l_pinctrl_set_mux() argument 591 func = pinmux_generic_get_function(pctldev, func_selector); in rzg2l_pinctrl_set_mux()
|
| /linux/drivers/pinctrl/uniphier/ |
| H A D | pinctrl-uniphier-core.c | 644 unsigned func_selector, in uniphier_pmx_set_mux() argument
|