Searched refs:modelString (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | rocket.c | 1274 strcpy(tmp.rocketModel[board].modelString, rocketModel[board].modelString); in get_ports() 1946 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI() 1952 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI() 1958 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI() 1964 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI() 1970 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI() 1976 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI() 1983 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI() 1989 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI() 1995 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/ custom DB78"); in register_PCI() [all …]
|
D | rocket.h | 12 char modelString[80]; member
|