Searched defs:gs_port (Results 1 – 1 of 1) sorted by relevance
101 struct gs_port { struct102 struct tty_port port;103 spinlock_t port_lock; /* guard port_* access */105 struct gserial *port_usb;107 struct gs_console *console;110 u8 port_num;135 struct gs_port *port; argument