Lines Matching defs:selector
157 unsigned int selector)
161 return ns_pinctrl->groups[selector].name;
165 unsigned int selector,
171 *pins = ns_pinctrl->groups[selector].pins;
172 *num_pins = ns_pinctrl->groups[selector].num_pins;
197 unsigned int selector)
201 return ns_pinctrl->functions[selector].name;
205 unsigned int selector,
211 *groups = ns_pinctrl->functions[selector].groups;
212 *num_groups = ns_pinctrl->functions[selector].num_groups;