Searched refs:mux_confs (Results 1 – 1 of 1) sorted by relevance
888 struct rza1_mux_conf *mux_confs, in rza1_parse_pinmux_node() argument946 struct rza1_mux_conf *mux_conf = &mux_confs[i]; in rza1_parse_pinmux_node()988 struct rza1_mux_conf *mux_confs, *mux_conf; in rza1_dt_node_to_map() local1008 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs), in rza1_dt_node_to_map()1014 if (!mux_confs || !grpins || !fngrps) in rza1_dt_node_to_map()1022 mux_conf = &mux_confs[0]; in rza1_dt_node_to_map()1054 mux_confs); in rza1_dt_node_to_map()1121 struct rza1_mux_conf *mux_confs; in rza1_set_mux() local1134 mux_confs = (struct rza1_mux_conf *)func->data; in rza1_set_mux()1138 ret = rza1_pin_mux_single(rza1_pctl, &mux_confs[i]); in rza1_set_mux()