Searched refs:clcd_grps (Results 1 – 4 of 4) sorted by relevance
/drivers/pinctrl/spear/ |
D | pinctrl-spear300.c | 274 static const char *const clcd_grps[] = { "clcd_lcdmode_grp", "clcd_pfmode_grp" variable 278 .groups = clcd_grps, 279 .ngroups = ARRAY_SIZE(clcd_grps),
|
D | pinctrl-spear1340.c | 1730 static const char *const clcd_grps[] = { "clcd_grp", "clcd_sleep_grp" }; variable 1733 .groups = clcd_grps, 1734 .ngroups = ARRAY_SIZE(clcd_grps),
|
D | pinctrl-spear1310.c | 499 static const char *const clcd_grps[] = { "clcd_grp", "clcd_high_res_grp" }; variable 502 .groups = clcd_grps, 503 .ngroups = ARRAY_SIZE(clcd_grps),
|
D | pinctrl-spear320.c | 507 static const char *const clcd_grps[] = { "clcd_grp" }; variable 510 .groups = clcd_grps, 511 .ngroups = ARRAY_SIZE(clcd_grps),
|