Lines Matching refs:groups
88 return pctrl->soc->groups[group].name; in msm_get_group_name()
98 *pins = pctrl->soc->groups[group].pins; in msm_get_group_pins()
99 *num_pins = pctrl->soc->groups[group].npins; in msm_get_group_pins()
128 const char * const **groups, in msm_get_function_groups() argument
133 *groups = pctrl->soc->functions[function].groups; in msm_get_function_groups()
148 g = &pctrl->soc->groups[group]; in msm_pinmux_set_mux()
230 g = &pctrl->soc->groups[group]; in msm_config_group_get()
295 g = &pctrl->soc->groups[group]; in msm_config_group_set()
387 g = &pctrl->soc->groups[offset]; in msm_gpio_direction_input()
407 g = &pctrl->soc->groups[offset]; in msm_gpio_direction_output()
433 g = &pctrl->soc->groups[offset]; in msm_gpio_get()
446 g = &pctrl->soc->groups[offset]; in msm_gpio_set()
496 g = &pctrl->soc->groups[offset]; in msm_gpio_dbg_show_one()
586 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_mask()
607 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_unmask()
632 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_ack()
657 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_set_type()
785 g = &pctrl->soc->groups[i]; in msm_gpio_irq_handler()