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

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

Completed in 96 milliseconds