Home
last modified time | relevance | path

Searched refs:pin_conf (Results 1 – 1 of 1) sorted by relevance

/drivers/pinctrl/
Dpinctrl-st.c267 struct st_pinconf *pin_conf; member
859 new_map[i].data.configs.configs = &grp->pin_conf[i].config; in st_pctl_dt_node_to_map()
921 struct st_pinconf *conf = info->groups[group].pin_conf; in st_pmx_set_mux()
1198 grp->pin_conf = devm_kzalloc(info->dev, in st_pctl_dt_parse_groups()
1201 if (!grp->pins || !grp->pin_conf) in st_pctl_dt_parse_groups()
1210 conf = &grp->pin_conf[i]; in st_pctl_dt_parse_groups()