Searched refs:gpps (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pinctrl/intel/ |
| H A D | pinctrl-intel.c | 115 const struct intel_padgroup *padgrp = &community->gpps[i]; in intel_community_get_padgroup() 868 const struct intel_padgroup *pgrp = &comm->gpps[j]; in intel_gpio_to_pin() 1163 const struct intel_padgroup *padgrp = &community->gpps[gpp]; in intel_gpio_community_irq_handler() 1248 const struct intel_padgroup *gpp = &community->gpps[i]; in intel_gpio_add_community_ranges() 1290 const struct intel_padgroup *gpp = &community->gpps[j]; in intel_gpio_ngpio() 1360 struct intel_padgroup *gpps; in intel_pinctrl_add_padgroups() local 1365 if (community->gpps) in intel_pinctrl_add_padgroups() 1370 gpps = devm_kcalloc(pctrl->dev, ngpps, sizeof(*gpps), GFP_KERNEL); in intel_pinctrl_add_padgroups() 1371 if (!gpps) in intel_pinctrl_add_padgroups() 1375 if (community->gpps) { in intel_pinctrl_add_padgroups() [all …]
|
| H A D | pinctrl-intel.h | 132 const struct intel_padgroup *gpps; member
|
| H A D | pinctrl-denverton.c | 40 .gpps = (g), \
|
| H A D | pinctrl-jasperlake.c | 41 .gpps = (g), \
|
| H A D | pinctrl-cedarfork.c | 40 .gpps = (g), \
|
| H A D | pinctrl-emmitsburg.c | 40 .gpps = (g), \
|
| H A D | pinctrl-icelake.c | 42 .gpps = (g), \
|
| H A D | pinctrl-cherryview.c | 98 .gpps = (g), \ 1521 gpp = &community->gpps[i]; in chv_gpio_add_pin_ranges() 1585 gpp = &community->gpps[i]; in chv_gpio_probe()
|
| H A D | pinctrl-sunrisepoint.c | 37 .gpps = (g), \
|
| H A D | pinctrl-tigerlake.c | 44 .gpps = (g), \
|
| H A D | pinctrl-cannonlake.c | 43 .gpps = (g), \
|