Searched refs:modelString (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/tty/ |
D | rocket.c | 1233 strcpy(tmp.rocketModel[board].modelString, rocketModel[board].modelString); in get_ports() 1905 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI() 1911 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI() 1917 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI() 1923 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI() 1929 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI() 1935 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI() 1942 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI() 1948 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI() 1954 strcpy(rocketModel[i].modelString, "RocketPort 16 port w/ custom DB78"); in register_PCI() [all …]
|
D | rocket.h | 13 char modelString[80]; member
|