Searched refs:clcd_grps (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/pinctrl/spear/ |
D | pinctrl-spear300.c | 275 static const char *const clcd_grps[] = { "clcd_lcdmode_grp", "clcd_pfmode_grp" variable 279 .groups = clcd_grps, 280 .ngroups = ARRAY_SIZE(clcd_grps),
|
D | pinctrl-spear1340.c | 1731 static const char *const clcd_grps[] = { "clcd_grp", "clcd_sleep_grp" }; variable 1734 .groups = clcd_grps, 1735 .ngroups = ARRAY_SIZE(clcd_grps),
|
D | pinctrl-spear1310.c | 500 static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res_grp" }; variable 503 .groups = clcd_grps, 504 .ngroups = ARRAY_SIZE(clcd_grps),
|
D | pinctrl-spear320.c | 508 static const char *const clcd_grps[] = { "clcd_grp" }; variable 511 .groups = clcd_grps, 512 .ngroups = ARRAY_SIZE(clcd_grps),
|