Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c131 const char **pgnames; in jh7110_dt_node_to_map() local
142 pgnames = devm_kcalloc(dev, ngroups, sizeof(*pgnames), GFP_KERNEL); in jh7110_dt_node_to_map()
143 if (!pgnames) in jh7110_dt_node_to_map()
173 pgnames[ngroups++] = grpname; in jh7110_dt_node_to_map()
225 pgnames, ngroups, NULL); in jh7110_dt_node_to_map()
H A Dpinctrl-starfive-jh7100.c484 const char **pgnames; in starfive_dt_node_to_map() local
516 pgnames = devm_kcalloc(dev, ngroups, sizeof(*pgnames), GFP_KERNEL); in starfive_dt_node_to_map()
517 if (!pgnames) in starfive_dt_node_to_map()
537 pgnames[ngroups++] = grpname; in starfive_dt_node_to_map()
612 ret = pinmux_generic_add_function(pctldev, np->name, pgnames, ngroups, NULL); in starfive_dt_node_to_map()
/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c461 const char **pgnames; in th1520_pinctrl_dt_node_to_map() local
489 pgnames = devm_kcalloc(thp->pctl->dev, npins, sizeof(*pgnames), GFP_KERNEL); in th1520_pinctrl_dt_node_to_map()
490 if (!pgnames) { in th1520_pinctrl_dt_node_to_map()
522 pgnames[npins++] = thp->desc.pins[i].name; in th1520_pinctrl_dt_node_to_map()
531 ret = pinmux_generic_add_function(pctldev, funcname, pgnames, in th1520_pinctrl_dt_node_to_map()