Lines Matching full:static
24 static const unsigned emi_cs_0_to_5_pins[] = { 45, 46, 47, 48, 49, 50 };
25 static struct spear_muxreg emi_cs_0_to_5_muxreg[] = {
33 static struct spear_modemux emi_cs_0_to_5_modemux[] = {
40 static struct spear_pingroup emi_cs_0_to_5_pingroup = {
48 static const char *const emi_cs_0_to_5_grps[] = { "emi_cs_0_to_5_grp" };
49 static struct spear_function emi_cs_0_to_5_function = {
56 static const unsigned uart1_pins[] = { 0, 1 };
57 static struct spear_muxreg uart1_muxreg[] = {
65 static struct spear_modemux uart1_modemux[] = {
72 static struct spear_pingroup uart1_pingroup = {
80 static const char *const uart1_grps[] = { "uart1_grp" };
81 static struct spear_function uart1_function = {
88 static const unsigned uart2_pins[] = { 43, 44 };
89 static struct spear_muxreg uart2_muxreg[] = {
97 static struct spear_modemux uart2_modemux[] = {
104 static struct spear_pingroup uart2_pingroup = {
112 static const char *const uart2_grps[] = { "uart2_grp" };
113 static struct spear_function uart2_function = {
120 static const unsigned uart3_pins[] = { 37, 38 };
121 static struct spear_muxreg uart3_muxreg[] = {
129 static struct spear_modemux uart3_modemux[] = {
136 static struct spear_pingroup uart3_pingroup = {
144 static const char *const uart3_grps[] = { "uart3_grp" };
145 static struct spear_function uart3_function = {
152 static const unsigned uart4_pins[] = { 39, 40 };
153 static struct spear_muxreg uart4_muxreg[] = {
161 static struct spear_modemux uart4_modemux[] = {
168 static struct spear_pingroup uart4_pingroup = {
176 static const char *const uart4_grps[] = { "uart4_grp" };
177 static struct spear_function uart4_function = {
184 static const unsigned uart5_pins[] = { 41, 42 };
185 static struct spear_muxreg uart5_muxreg[] = {
193 static struct spear_modemux uart5_modemux[] = {
200 static struct spear_pingroup uart5_pingroup = {
208 static const char *const uart5_grps[] = { "uart5_grp" };
209 static struct spear_function uart5_function = {
216 static const unsigned fsmc_pins[] = { 34, 35, 36 };
217 static struct spear_muxreg fsmc_muxreg[] = {
225 static struct spear_modemux fsmc_modemux[] = {
232 static struct spear_pingroup fsmc_pingroup = {
240 static const char *const fsmc_grps[] = { "fsmc_grp" };
241 static struct spear_function fsmc_function = {
248 static const unsigned rs485_0_pins[] = { 19, 20, 21, 22, 23 };
249 static struct spear_muxreg rs485_0_muxreg[] = {
257 static struct spear_modemux rs485_0_modemux[] = {
264 static struct spear_pingroup rs485_0_pingroup = {
272 static const char *const rs485_0_grps[] = { "rs485_0" };
273 static struct spear_function rs485_0_function = {
280 static const unsigned rs485_1_pins[] = { 14, 15, 16, 17, 18 };
281 static struct spear_muxreg rs485_1_muxreg[] = {
289 static struct spear_modemux rs485_1_modemux[] = {
296 static struct spear_pingroup rs485_1_pingroup = {
304 static const char *const rs485_1_grps[] = { "rs485_1" };
305 static struct spear_function rs485_1_function = {
312 static const unsigned tdm_pins[] = { 10, 11, 12, 13 };
313 static struct spear_muxreg tdm_muxreg[] = {
321 static struct spear_modemux tdm_modemux[] = {
328 static struct spear_pingroup tdm_pingroup = {
336 static const char *const tdm_grps[] = { "tdm_grp" };
337 static struct spear_function tdm_function = {
344 static struct spear_pingroup *spear310_pingroups[] = {
359 static struct spear_function *spear310_functions[] = {
373 static const struct of_device_id spear310_pinctrl_of_match[] = {
380 static int spear310_pinctrl_probe(struct platform_device *pdev) in spear310_pinctrl_probe()
396 static struct platform_driver spear310_pinctrl_driver = {
404 static int __init spear310_pinctrl_init(void) in spear310_pinctrl_init()