Searched refs:clcd_grps (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/pinctrl/spear/ |
| H A D | pinctrl-spear300.c | 273 static const char *const clcd_grps[] = { "clcd_lcdmode_grp", "clcd_pfmode_grp" variable 277 .groups = clcd_grps, 278 .ngroups = ARRAY_SIZE(clcd_grps),
|
| H A D | pinctrl-spear1340.c | 1729 static const char *const clcd_grps[] = { "clcd_grp", "clcd_sleep_grp" }; variable 1732 .groups = clcd_grps, 1733 .ngroups = ARRAY_SIZE(clcd_grps),
|
| H A D | pinctrl-spear1310.c | 498 static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res_grp" }; variable 501 .groups = clcd_grps, 502 .ngroups = ARRAY_SIZE(clcd_grps),
|
| H A D | pinctrl-spear320.c | 506 static const char *const clcd_grps[] = { "clcd_grp" }; variable 509 .groups = clcd_grps, 510 .ngroups = ARRAY_SIZE(clcd_grps),
|