Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/
Dpinctrl-st.c269 struct st_pinconf *pin_conf; member
914 new_map[i].data.configs.configs = &grp->pin_conf[i].config; in st_pctl_dt_node_to_map()
966 struct st_pinconf *conf = info->groups[group].pin_conf; in st_pmx_set_mux()
1258 grp->pin_conf = devm_kzalloc(info->dev, in st_pctl_dt_parse_groups()
1261 if (!grp->pins || !grp->pin_conf) in st_pctl_dt_parse_groups()
1270 conf = &grp->pin_conf[i]; in st_pctl_dt_parse_groups()