Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pinctrl/
Dpinctrl-thunderbay.c1211 static struct pinctrl_desc thunderbay_pinctrl_desc = { variable
1249 thunderbay_pinctrl_desc.pins = tpc->soc->pins; in thunderbay_pinctrl_probe()
1250 thunderbay_pinctrl_desc.npins = tpc->soc->npins; in thunderbay_pinctrl_probe()
1253 tpc->pctrl = devm_pinctrl_register(dev, &thunderbay_pinctrl_desc, tpc); in thunderbay_pinctrl_probe()