chv_communities   648 drivers/pinctrl/intel/pinctrl-cherryview.c static const struct chv_community *chv_communities[] = {
chv_communities  1691 drivers/pinctrl/intel/pinctrl-cherryview.c 	for (i = 0; i < ARRAY_SIZE(chv_communities); i++)
chv_communities  1692 drivers/pinctrl/intel/pinctrl-cherryview.c 		if (!strcmp(adev->pnp.unique_id, chv_communities[i]->uid)) {
chv_communities  1693 drivers/pinctrl/intel/pinctrl-cherryview.c 			pctrl->community = chv_communities[i];
chv_communities  1696 drivers/pinctrl/intel/pinctrl-cherryview.c 	if (i == ARRAY_SIZE(chv_communities))