Lines Matching defs:mux_confs
882 * @mux_confs: array of pin mux configurations to fill with parsed info
887 struct rza1_mux_conf *mux_confs,
944 struct rza1_mux_conf *mux_conf = &mux_confs[i];
986 struct rza1_mux_conf *mux_confs, *mux_conf;
1006 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs),
1012 if (!mux_confs || !grpins || !fngrps)
1020 mux_conf = &mux_confs[0];
1052 mux_confs);
1119 struct rza1_mux_conf *mux_confs;
1132 mux_confs = (struct rza1_mux_conf *)func->data;
1136 ret = rza1_pin_mux_single(rza1_pctl, &mux_confs[i]);