Home
last modified time | relevance | path

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

/linux-6.15/drivers/pinctrl/nuvoton/
H A Dpinctrl-ma35.c149 return npctl->ngroups; in ma35_get_groups_count()
1078 npctl->nfunctions++; in ma35_pinctrl_probe_dt()
1085 npctl->functions = devm_kcalloc(&pdev->dev, npctl->nfunctions, in ma35_pinctrl_probe_dt()
1087 if (!npctl->functions) in ma35_pinctrl_probe_dt()
1090 npctl->groups = devm_kcalloc(&pdev->dev, npctl->ngroups, in ma35_pinctrl_probe_dt()
1092 if (!npctl->groups) in ma35_pinctrl_probe_dt()
1118 npctl = devm_kzalloc(&pdev->dev, sizeof(*npctl), GFP_KERNEL); in ma35_pinctrl_probe()
1119 if (!npctl) in ma35_pinctrl_probe()
1126 npctl->ctrl = devm_kzalloc(&pdev->dev, sizeof(*npctl->ctrl), GFP_KERNEL); in ma35_pinctrl_probe()
1127 if (!npctl->ctrl) in ma35_pinctrl_probe()
[all …]