Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Drocket.c1265 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 …]
Drocket.h12 char modelString[80]; member