Searched refs:gpio_func (Results 1 – 5 of 5) sorted by relevance
190 static struct mtmips_pmx_func gpio_func = { variable222 gpio_func.groups = devm_kcalloc(p->dev, p->group_count, sizeof(int), in mtmips_pinctrl_index()224 if (!p->func || !gpio_func.groups) in mtmips_pinctrl_index()228 gpio_func.group_count = p->group_count; in mtmips_pinctrl_index()229 for (i = 0; i < gpio_func.group_count; i++) in mtmips_pinctrl_index()230 gpio_func.groups[i] = i; in mtmips_pinctrl_index()232 p->func[c] = &gpio_func; in mtmips_pinctrl_index()
41 unsigned int gpio_func[5]; member
166 unsigned int gpio_func; member
188 unsigned int gpio_func = pctrl->soc->gpio_func; in msm_pinmux_set_mux() local216 if (d && i != gpio_func && in msm_pinmux_set_mux()230 if (i == gpio_func && (val & BIT(g->oe_bit)) && in msm_pinmux_set_mux()258 if (d && i == gpio_func && in msm_pinmux_set_mux()286 return msm_pinmux_set_mux(pctldev, g->funcs[pctrl->soc->gpio_func], offset); in msm_pinmux_request_gpio()
67 unsigned int gpio_func[2]; member1627 (aic3x->setup->gpio_func[0] & 0xf) << 4); in aic3x_component_probe()1629 (aic3x->setup->gpio_func[1] & 0xf) << 4); in aic3x_component_probe()1764 ai3x_setup->gpio_func, 2) >= 0) { in aic3x_probe()