Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-artpec6.c519 static const struct artpec6_pmx_func artpec6_pmx_functions[] = { variable
634 return ARRAY_SIZE(artpec6_pmx_functions); in artpec6_pmx_get_functions_count()
640 return artpec6_pmx_functions[function].name; in artpec6_pmx_get_fname()
648 *groups = artpec6_pmx_functions[function].groups; in artpec6_pmx_get_fgroups()
649 *num_groups = artpec6_pmx_functions[function].num_groups; in artpec6_pmx_get_fgroups()
955 pmx->functions = artpec6_pmx_functions; in artpec6_pmx_probe()
956 pmx->num_functions = ARRAY_SIZE(artpec6_pmx_functions); in artpec6_pmx_probe()