Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c334 static struct platform_device *device_tab[7] __initdata = { variable
402 device_tab[devices++] = &device_uarts; /* max index 1 */ in gmlr_init()
405 device_tab[devices++] = &device_eth_tab[0]; /* max index 2 */ in gmlr_init()
407 device_tab[devices++] = &device_eth_tab[1]; /* max index 3 */ in gmlr_init()
410 device_tab[devices++] = &device_hss_tab[0]; /* max index 4 */ in gmlr_init()
412 device_tab[devices++] = &device_hss_tab[1]; /* max index 5 */ in gmlr_init()
415 device_tab[devices++] = &device_i2c; /* max index 6 */ in gmlr_init()
446 platform_add_devices(device_tab, devices); in gmlr_init()