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