Searched refs:modelString (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | rocket.c | 1265 strcpy(tmp.rocketModel[board].modelString, rocketModel[board].modelString); in get_ports() 1933 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI() 1939 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI() 1945 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI() 1951 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI() 1957 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI() 1963 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI() 1970 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI() 1976 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI() 1982 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/ custom DB78"); in register_PCI() [all …]
|
D | rocket.h | 12 char modelString[80]; member
|