Lines Matching refs:selector
829 unsigned selector) in st_pctl_get_group_name() argument
833 return info->groups[selector].name; in st_pctl_get_group_name()
837 unsigned selector, const unsigned **pins, unsigned *npins) in st_pctl_get_group_pins() argument
841 if (selector >= info->ngroups) in st_pctl_get_group_pins()
844 *pins = info->groups[selector].pins; in st_pctl_get_group_pins()
845 *npins = info->groups[selector].npins; in st_pctl_get_group_pins()
935 unsigned selector) in st_pmx_get_fname() argument
939 return info->functions[selector].name; in st_pmx_get_fname()
943 unsigned selector, const char * const **grps, unsigned * const ngrps) in st_pmx_get_groups() argument
946 *grps = info->functions[selector].groups; in st_pmx_get_groups()
947 *ngrps = info->functions[selector].ngroups; in st_pmx_get_groups()