Searched refs:mux_confs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
H A D | pinctrl-rza1.c | 882 * @mux_confs: array of pin mux configurations to fill with parsed info 887 struct rza1_mux_conf *mux_confs, in rza1_parse_pinmux_node() 944 struct rza1_mux_conf *mux_conf = &mux_confs[i]; in rza1_parse_pinmux_node() 986 struct rza1_mux_conf *mux_confs, *mux_conf; in rza1_dt_node_to_map() local 1006 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs), in rza1_dt_node_to_map() 1012 if (!mux_confs || !grpins || !fngrps) in rza1_dt_node_to_map() 1020 mux_conf = &mux_confs[0]; in rza1_dt_node_to_map() 1052 mux_confs); in rza1_dt_node_to_map() 1119 struct rza1_mux_conf *mux_confs; in rza1_set_mux() local 885 rza1_parse_pinmux_node(struct rza1_pinctrl *rza1_pctl, struct device_node *np, struct rza1_mux_conf *mux_confs, unsigned int *grpins) rza1_parse_pinmux_node() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl-rza1.c | 882 * @mux_confs: array of pin mux configurations to fill with parsed info 887 struct rza1_mux_conf *mux_confs, in rza1_parse_pinmux_node() 945 struct rza1_mux_conf *mux_conf = &mux_confs[i]; in rza1_parse_pinmux_node() 987 struct rza1_mux_conf *mux_confs, *mux_conf; in rza1_dt_node_to_map() local 1007 mux_confs = devm_kcalloc(rza1_pctl->dev, npins, sizeof(*mux_confs), in rza1_dt_node_to_map() 1013 if (!mux_confs || !grpins || !fngrps) in rza1_dt_node_to_map() 1021 mux_conf = &mux_confs[0]; in rza1_dt_node_to_map() 1053 mux_confs); in rza1_dt_node_to_map() 1120 struct rza1_mux_conf *mux_confs; in rza1_set_mux() local 885 rza1_parse_pinmux_node(struct rza1_pinctrl *rza1_pctl, struct device_node *np, struct rza1_mux_conf *mux_confs, unsigned int *grpins) rza1_parse_pinmux_node() argument [all...] |
Completed in 4 milliseconds