Lines Matching refs:mux_confs
882 * @mux_confs: array of pin mux configurations to fill with parsed info
887 struct rza1_mux_conf *mux_confs,
945 struct rza1_mux_conf *mux_conf = &mux_confs[i];
987 struct rza1_mux_conf *mux_confs, *mux_conf;
1007 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs),
1013 if (!mux_confs || !grpins || !fngrps)
1021 mux_conf = &mux_confs[0];
1053 mux_confs);
1120 struct rza1_mux_conf *mux_confs;
1133 mux_confs = (struct rza1_mux_conf *)func->data;
1137 ret = rza1_pin_mux_single(rza1_pctl, &mux_confs[i]);