Searched defs:gs_port (Results 1 – 1 of 1) sorted by relevance
95 struct gs_port { struct96 struct tty_port port;97 spinlock_t port_lock; /* guard port_* access */99 struct gserial *port_usb;101 bool openclose; /* open/close in progress */125 struct gs_port *port; argument