Searched refs:mux_confs (Results 1 – 1 of 1) sorted by relevance
891 struct rza1_mux_conf *mux_confs, in rza1_parse_pinmux_node() argument949 struct rza1_mux_conf *mux_conf = &mux_confs[i]; in rza1_parse_pinmux_node()991 struct rza1_mux_conf *mux_confs, *mux_conf; in rza1_dt_node_to_map() local1010 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs), in rza1_dt_node_to_map()1016 if (!mux_confs || !grpins || !fngrps) in rza1_dt_node_to_map()1024 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()