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.c130 const char **pgnames; in jh7110_dt_node_to_map() local
141 pgnames = devm_kcalloc(dev, ngroups, sizeof(*pgnames), GFP_KERNEL); in jh7110_dt_node_to_map()
142 if (!pgnames) in jh7110_dt_node_to_map()
172 pgnames[ngroups++] = grpname; in jh7110_dt_node_to_map()
224 pgnames, ngroups, NULL); in jh7110_dt_node_to_map()
H A Dpinctrl-starfive-jh7100.c483 const char **pgnames; in starfive_dt_node_to_map() local
515 pgnames = devm_kcalloc(dev, ngroups, sizeof(*pgnames), GFP_KERNEL); in starfive_dt_node_to_map()
516 if (!pgnames) in starfive_dt_node_to_map()
536 pgnames[ngroups++] = grpname; in starfive_dt_node_to_map()
611 ret = pinmux_generic_add_function(pctldev, np->name, pgnames, ngroups, NULL); in starfive_dt_node_to_map()
/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c460 const char **pgnames; in th1520_pinctrl_dt_node_to_map() local
488 pgnames = devm_kcalloc(thp->pctl->dev, npins, sizeof(*pgnames), GFP_KERNEL); in th1520_pinctrl_dt_node_to_map()
489 if (!pgnames) { in th1520_pinctrl_dt_node_to_map()
521 pgnames[npins++] = thp->desc.pins[i].name; in th1520_pinctrl_dt_node_to_map()
530 ret = pinmux_generic_add_function(pctldev, funcname, pgnames, in th1520_pinctrl_dt_node_to_map()