Lines Matching defs:selector
591 unsigned int selector)
595 return vg->soc->groups[selector].name;
599 unsigned int selector,
605 *pins = vg->soc->groups[selector].pins;
606 *num_pins = vg->soc->groups[selector].npins;
625 unsigned int selector)
629 return vg->soc->functions[selector].name;
633 unsigned int selector,
639 *groups = vg->soc->functions[selector].groups;
640 *num_groups = vg->soc->functions[selector].ngroups;