Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Drocket.c1239 strcpy(tmp->rocketModel[board].modelString, in get_ports()
1240 rocketModel[board].modelString); in get_ports()
1914 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/quad cable"); in register_PCI()
1920 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/octa cable"); in register_PCI()
1926 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/octa cable"); in register_PCI()
1932 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/external I/F"); in register_PCI()
1938 strcpy(rocketModel[i].modelString, "RocketPort UPCI 8 port w/external I/F"); in register_PCI()
1944 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/RJ11 connectors"); in register_PCI()
1951 strcpy(rocketModel[i].modelString, "RocketPort 4 port w/RJ45 connectors"); in register_PCI()
1957 strcpy(rocketModel[i].modelString, "RocketPort 8 port w/ custom DB78"); in register_PCI()
[all …]
Drocket.h13 char modelString[80]; member