Lines Matching refs:groups
89 return pctrl->soc->groups[group].name; in msm_get_group_name()
99 *pins = pctrl->soc->groups[group].pins; in msm_get_group_pins()
100 *num_pins = pctrl->soc->groups[group].npins; in msm_get_group_pins()
129 const char * const **groups, in msm_get_function_groups() argument
134 *groups = pctrl->soc->functions[function].groups; in msm_get_function_groups()
149 g = &pctrl->soc->groups[group]; in msm_pinmux_set_mux()
231 g = &pctrl->soc->groups[group]; in msm_config_group_get()
296 g = &pctrl->soc->groups[group]; in msm_config_group_set()
388 g = &pctrl->soc->groups[offset]; in msm_gpio_direction_input()
408 g = &pctrl->soc->groups[offset]; in msm_gpio_direction_output()
434 g = &pctrl->soc->groups[offset]; in msm_gpio_get()
447 g = &pctrl->soc->groups[offset]; in msm_gpio_set()
485 g = &pctrl->soc->groups[offset]; in msm_gpio_dbg_show_one()
575 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_mask()
596 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_unmask()
621 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_ack()
646 g = &pctrl->soc->groups[d->hwirq]; in msm_gpio_irq_set_type()
774 g = &pctrl->soc->groups[i]; in msm_gpio_irq_handler()