Home
last modified time | relevance | path

Searched refs:fselector (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/pinctrl/
Dpinctrl-single.c391 unsigned fselector) in pcs_get_function_name() argument
397 func = radix_tree_lookup(&pcs->ftree, fselector); in pcs_get_function_name()
400 __func__, fselector); in pcs_get_function_name()
408 unsigned fselector, in pcs_get_function_groups() argument
416 func = radix_tree_lookup(&pcs->ftree, fselector); in pcs_get_function_groups()
419 __func__, fselector); in pcs_get_function_groups()
434 unsigned fselector; in pcs_get_function() local
440 fselector = setting->func; in pcs_get_function()
441 *func = radix_tree_lookup(&pcs->ftree, fselector); in pcs_get_function()
444 __func__, fselector); in pcs_get_function()
[all …]
Dpinctrl-st.c952 static int st_pmx_set_mux(struct pinctrl_dev *pctldev, unsigned fselector, in st_pmx_set_mux() argument