Lines Matching refs:selector
839 unsigned selector) in st_pctl_get_group_name() argument
843 return info->groups[selector].name; in st_pctl_get_group_name()
847 unsigned selector, const unsigned **pins, unsigned *npins) in st_pctl_get_group_pins() argument
851 if (selector >= info->ngroups) in st_pctl_get_group_pins()
854 *pins = info->groups[selector].pins; in st_pctl_get_group_pins()
855 *npins = info->groups[selector].npins; in st_pctl_get_group_pins()
945 unsigned selector) in st_pmx_get_fname() argument
949 return info->functions[selector].name; in st_pmx_get_fname()
953 unsigned selector, const char * const **grps, unsigned * const ngrps) in st_pmx_get_groups() argument
956 *grps = info->functions[selector].groups; in st_pmx_get_groups()
957 *ngrps = info->functions[selector].ngroups; in st_pmx_get_groups()