Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/intel/
Dpinctrl-cherryview.c655 static const struct chv_community *chv_communities[] = { variable
1496 for (i = 0; i < ARRAY_SIZE(chv_communities); i++) in chv_pinctrl_probe()
1497 if (!strcmp(adev->pnp.unique_id, chv_communities[i]->uid)) { in chv_pinctrl_probe()
1498 pctrl->community = chv_communities[i]; in chv_pinctrl_probe()
1501 if (i == ARRAY_SIZE(chv_communities)) in chv_pinctrl_probe()