Go to the source code of this file.
Initial value:= {
.name = "ls1x-ehci",
.id = -1,
.resource = ls1x_ehci_resources,
.dev = {
.dma_mask = &ls1x_ehci_dmamask,
},
}
Definition at line 110 of file platform.c.
Initial value:= {
.name = "stmmaceth",
.id = 0,
.resource = ls1x_eth0_resources,
.dev = {
.platform_data = &ls1x_eth_data,
},
}
Definition at line 85 of file platform.c.
Initial value:= {
.name = "ls1x-rtc",
.id = -1,
}
Definition at line 121 of file platform.c.
Initial value:= {
.name = "serial8250",
.dev = {
.platform_data = ls1x_serial8250_port,
},
}
Definition at line 37 of file platform.c.