Home
last modified time | relevance | path

Searched refs:device_tab (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c328 static struct platform_device *device_tab[7] __initdata = { variable
396 device_tab[devices++] = &device_uarts; /* max index 1 */ in gmlr_init()
399 device_tab[devices++] = &device_eth_tab[0]; /* max index 2 */ in gmlr_init()
401 device_tab[devices++] = &device_eth_tab[1]; /* max index 3 */ in gmlr_init()
404 device_tab[devices++] = &device_hss_tab[0]; /* max index 4 */ in gmlr_init()
406 device_tab[devices++] = &device_hss_tab[1]; /* max index 5 */ in gmlr_init()
437 platform_add_devices(device_tab, devices); in gmlr_init()