Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-ixp4xx/
Dgoramo_mlr.c326 static struct platform_device *device_tab[7] __initdata = { variable
394 device_tab[devices++] = &device_uarts; /* max index 1 */ in gmlr_init()
397 device_tab[devices++] = &device_eth_tab[0]; /* max index 2 */ in gmlr_init()
399 device_tab[devices++] = &device_eth_tab[1]; /* max index 3 */ in gmlr_init()
402 device_tab[devices++] = &device_hss_tab[0]; /* max index 4 */ in gmlr_init()
404 device_tab[devices++] = &device_hss_tab[1]; /* max index 5 */ in gmlr_init()
435 platform_add_devices(device_tab, devices); in gmlr_init()