Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.c641 return sppctl_list_funcs[selector].name; in sppctl_get_function_name()
648 const struct sppctl_func *f = &sppctl_list_funcs[selector]; in sppctl_get_function_groups()
701 const struct sppctl_func *f = &sppctl_list_funcs[func_selector]; in sppctl_set_mux()
775 f = &sppctl_list_funcs[g2fpm.f_idx]; in sppctl_get_group_pins()
909 (*map)[i].data.mux.function = sppctl_list_funcs[pin_func].name; in sppctl_dt_node_to_map()
947 f = &sppctl_list_funcs[dt_fun]; in sppctl_dt_node_to_map()
999 if (sppctl_list_funcs[i].type == pinmux_type_grp) in sppctl_group_groups()
1000 sppctl->unq_grps_sz += sppctl_list_funcs[i].gnum; in sppctl_group_groups()
1022 if (sppctl_list_funcs[i].type != pinmux_type_grp) in sppctl_group_groups()
1025 for (k = 0; k < sppctl_list_funcs[i].gnum; k++) { in sppctl_group_groups()
[all …]
H A Dsppctl.h159 extern const struct sppctl_func sppctl_list_funcs[];
H A Dsppctl_sp7021.c427 const struct sppctl_func sppctl_list_funcs[] = { variable
591 const size_t sppctl_list_funcs_sz = ARRAY_SIZE(sppctl_list_funcs);