Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/intel/
Dpinctrl-cherryview.c663 static const struct chv_community *chv_communities[] = { variable
1693 for (i = 0; i < ARRAY_SIZE(chv_communities); i++) in chv_pinctrl_probe()
1694 if (!strcmp(adev->pnp.unique_id, chv_communities[i]->uid)) { in chv_pinctrl_probe()
1695 pctrl->community = chv_communities[i]; in chv_pinctrl_probe()
1698 if (i == ARRAY_SIZE(chv_communities)) in chv_pinctrl_probe()