Symbol: PIN_MAP_TYPE_CONFIGS_GROUP
drivers/pinctrl/cix/pinctrl-sky1-base.c
197
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/core.c
1062
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/core.c
1217
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/core.c
1348
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/core.c
1371
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/core.c
1519
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/core.c
1959
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/core.c
2004
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/freescale/pinctrl-mxs.c
121
new_map[i].type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/freescale/pinctrl-mxs.c
149
if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
drivers/pinctrl/mediatek/pinctrl-mtk-common.c
607
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/mediatek/pinctrl-paris.c
521
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/meson/pinctrl-amlogic-a4.c
780
num_configs, PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/nxp/pinctrl-s32cc.c
260
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/pinconf-generic.c
455
type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/pinconf.c
126
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/pinconf.c
178
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/pinconf.c
248
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/pinconf.c
275
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/pinctrl-at91-pio4.c
625
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/pinctrl-generic.c
66
num_configs, PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/pinctrl-k210.c
774
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/pinctrl-lantiq.c
130
(*map)->type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/pinctrl-lantiq.c
54
map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
drivers/pinctrl/pinctrl-single.c
979
m->type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/pinctrl-utils.c
119
case PIN_MAP_TYPE_CONFIGS_GROUP:
drivers/pinctrl/renesas/pinctrl-rzg2l.c
911
PIN_MAP_TYPE_CONFIGS_GROUP,
drivers/pinctrl/renesas/pinctrl-rzg2l.c
970
if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP ||
drivers/pinctrl/renesas/pinctrl-rzn1.c
388
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/renesas/pinctrl-rzt2h.c
395
PIN_MAP_TYPE_CONFIGS_GROUP,
drivers/pinctrl/renesas/pinctrl-rzt2h.c
450
if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP ||
drivers/pinctrl/renesas/pinctrl-rzv2m.c
377
if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP ||
drivers/pinctrl/renesas/pinctrl.c
190
PIN_MAP_TYPE_CONFIGS_GROUP,
drivers/pinctrl/renesas/pinctrl.c
229
if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP ||
drivers/pinctrl/samsung/pinctrl-samsung.c
130
(*map)[*num_maps].type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/samsung/pinctrl-samsung.c
166
if (map[i].type == PIN_MAP_TYPE_CONFIGS_GROUP)
drivers/pinctrl/sophgo/pinctrl-sophgo-common.c
197
map[nmaps].type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/sprd/pinctrl-sprd.c
272
type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/starfive/pinctrl-starfive-jh7100.c
606
map[nmaps].type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/starfive/pinctrl-starfive-jh7110.c
218
map[nmaps].type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/stm32/pinctrl-stm32.c
838
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/sunxi/pinctrl-sunxi.c
501
(*map)[i].type = PIN_MAP_TYPE_CONFIGS_GROUP;
drivers/pinctrl/sunxi/pinctrl-sunxi.c
539
if (map[i].type != PIN_MAP_TYPE_CONFIGS_GROUP)
drivers/pinctrl/tegra/pinctrl-tegra-xusb.c
221
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/tegra/pinctrl-tegra.c
174
PIN_MAP_TYPE_CONFIGS_GROUP);
drivers/pinctrl/ti/pinctrl-ti-iodelay.c
556
(*map)->type = PIN_MAP_TYPE_CONFIGS_GROUP;
include/linux/pinctrl/machine.h
134
.type = PIN_MAP_TYPE_CONFIGS_GROUP, \
include/linux/pinctrl/pinconf-generic.h
234
PIN_MAP_TYPE_CONFIGS_GROUP);