Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/sunplus/
H A Dsppctl.h165 extern const size_t sppctl_list_funcs_sz;
H A Dsppctl.c635 return sppctl_list_funcs_sz; in sppctl_get_functions_count()
941 if (dt_fun >= sppctl_list_funcs_sz) { in sppctl_dt_node_to_map()
998 for (i = 0; i < sppctl_list_funcs_sz; i++) in sppctl_group_groups()
1021 for (i = 0; i < sppctl_list_funcs_sz; i++) { in sppctl_group_groups()
H A Dsppctl_sp7021.c591 const size_t sppctl_list_funcs_sz = ARRAY_SIZE(sppctl_list_funcs); variable