Home
last modified time | relevance | path

Searched refs:gpio_func (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtmips.c190 static struct mtmips_pmx_func gpio_func = { variable
222 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()
/linux/include/sound/
H A Dtlv320aic32x4.h41 unsigned int gpio_func[5]; member
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm.h166 unsigned int gpio_func; member
H A Dpinctrl-msm.c188 unsigned int gpio_func = pctrl->soc->gpio_func; in msm_pinmux_set_mux() local
216 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()
/linux/sound/soc/codecs/
H A Dtlv320aic3x.c67 unsigned int gpio_func[2]; member
1627 (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()