Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pinctrl/intel/
Dpinctrl-intel.c124 for (i = 0; i < community->ngpps; i++) { in intel_community_get_padgroup()
875 for (j = 0; j < comm->ngpps; j++) { in intel_gpio_to_pin()
1173 for (gpp = 0; gpp < community->ngpps; gpp++) { in intel_gpio_community_irq_handler()
1224 for (i = 0; i < community->ngpps; i++) { in intel_gpio_add_community_ranges()
1266 for (j = 0; j < community->ngpps; j++) { in intel_gpio_ngpio()
1338 size_t i, ngpps = community->ngpps; in intel_pinctrl_add_padgroups_by_gpps() local
1340 gpps = devm_kcalloc(pctrl->dev, ngpps, sizeof(*gpps), GFP_KERNEL); in intel_pinctrl_add_padgroups_by_gpps()
1344 for (i = 0; i < ngpps; i++) { in intel_pinctrl_add_padgroups_by_gpps()
1379 size_t i, ngpps = DIV_ROUND_UP(npins, community->gpp_size); in intel_pinctrl_add_padgroups_by_size() local
1384 gpps = devm_kcalloc(pctrl->dev, ngpps, sizeof(*gpps), GFP_KERNEL); in intel_pinctrl_add_padgroups_by_size()
[all …]
Dpinctrl-intel.h133 size_t ngpps; member
Dpinctrl-denverton.c41 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-cedarfork.c41 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-jasperlake.c42 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-emmitsburg.c41 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-lakefield.c42 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-alderlake.c42 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-icelake.c43 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-elkhartlake.c40 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-sunrisepoint.c38 .ngpps = (n), \
Dpinctrl-cherryview.c99 .ngpps = ARRAY_SIZE(g), \
1519 for (i = 0; i < community->ngpps; i++) { in chv_gpio_add_pin_ranges()
1583 for (i = 0; i < community->ngpps; i++) { in chv_gpio_probe()
Dpinctrl-tigerlake.c45 .ngpps = ARRAY_SIZE(g), \
Dpinctrl-cannonlake.c44 .ngpps = ARRAY_SIZE(g), \