Searched refs:npctl (Results 1 – 1 of 1) sorted by relevance
149 return npctl->ngroups; in ma35_get_groups_count()1083 npctl->nfunctions++; in ma35_pinctrl_probe_dt()1090 npctl->functions = devm_kcalloc(&pdev->dev, npctl->nfunctions, in ma35_pinctrl_probe_dt()1092 if (!npctl->functions) in ma35_pinctrl_probe_dt()1095 npctl->groups = devm_kcalloc(&pdev->dev, npctl->ngroups, in ma35_pinctrl_probe_dt()1097 if (!npctl->groups) in ma35_pinctrl_probe_dt()1126 npctl = devm_kzalloc(&pdev->dev, sizeof(*npctl), GFP_KERNEL); in ma35_pinctrl_probe()1127 if (!npctl) in ma35_pinctrl_probe()1134 npctl->ctrl = devm_kzalloc(&pdev->dev, sizeof(*npctl->ctrl), GFP_KERNEL); in ma35_pinctrl_probe()1135 if (!npctl->ctrl) in ma35_pinctrl_probe()[all …]
Completed in 8 milliseconds