Lines Matching refs:groups
85 return pctrl->soc->groups[group].name; in msm_get_group_name()
95 *pins = pctrl->soc->groups[group].pins; in msm_get_group_pins()
96 *num_pins = pctrl->soc->groups[group].npins; in msm_get_group_pins()
125 const char * const **groups, in msm_get_function_groups() argument
130 *groups = pctrl->soc->functions[function].groups; in msm_get_function_groups()
145 g = &pctrl->soc->groups[group]; in msm_pinmux_set_mux()
228 g = &pctrl->soc->groups[group]; in msm_config_group_get()
293 g = &pctrl->soc->groups[group]; in msm_config_group_set()
385 g = &pctrl->soc->groups[offset]; in msm_gpio_direction_input()
405 g = &pctrl->soc->groups[offset]; in msm_gpio_direction_output()
431 g = &pctrl->soc->groups[offset]; in msm_gpio_get()
444 g = &pctrl->soc->groups[offset]; in msm_gpio_set()
482 g = &pctrl->soc->groups[offset]; in msm_gpio_dbg_show_one()
572 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_mask()
593 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_unmask()
614 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_ack()
639 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_set_type()
767 g = &pctrl->soc->groups[i]; in msm_gpio_irq_handler()