Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-rza1.c905 struct rza1_mux_conf *mux_confs, in rza1_parse_pinmux_node() argument
961 struct rza1_mux_conf *mux_conf = &mux_confs[i]; in rza1_parse_pinmux_node()
1003 struct rza1_mux_conf *mux_confs, *mux_conf; in rza1_dt_node_to_map() local
1023 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs), in rza1_dt_node_to_map()
1029 if (!mux_confs || !grpins || !fngrps) in rza1_dt_node_to_map()
1037 mux_conf = &mux_confs[0]; in rza1_dt_node_to_map()
1067 mux_confs); in rza1_dt_node_to_map()
1134 struct rza1_mux_conf *mux_confs; in rza1_set_mux() local
1147 mux_confs = (struct rza1_mux_conf *)func->data; in rza1_set_mux()
1151 ret = rza1_pin_mux_single(rza1_pctl, &mux_confs[i]); in rza1_set_mux()