Home
last modified time | relevance | path

Searched refs:sppctl_list_funcs (Results 1 – 3 of 3) sorted by relevance

/drivers/pinctrl/sunplus/
Dsppctl.c646 return sppctl_list_funcs[selector].name; in sppctl_get_function_name()
653 const struct sppctl_func *f = &sppctl_list_funcs[selector]; in sppctl_get_function_groups()
706 const struct sppctl_func *f = &sppctl_list_funcs[func_selector]; in sppctl_set_mux()
780 f = &sppctl_list_funcs[g2fpm.f_idx]; in sppctl_get_group_pins()
914 (*map)[i].data.mux.function = sppctl_list_funcs[pin_func].name; in sppctl_dt_node_to_map()
952 f = &sppctl_list_funcs[dt_fun]; in sppctl_dt_node_to_map()
1004 if (sppctl_list_funcs[i].type == pinmux_type_grp) in sppctl_group_groups()
1005 sppctl->unq_grps_sz += sppctl_list_funcs[i].gnum; in sppctl_group_groups()
1027 if (sppctl_list_funcs[i].type != pinmux_type_grp) in sppctl_group_groups()
1030 for (k = 0; k < sppctl_list_funcs[i].gnum; k++) { in sppctl_group_groups()
[all …]
Dsppctl.h159 extern const struct sppctl_func sppctl_list_funcs[];
Dsppctl_sp7021.c427 const struct sppctl_func sppctl_list_funcs[] = { variable
591 const size_t sppctl_list_funcs_sz = ARRAY_SIZE(sppctl_list_funcs);