Searched defs:gs_port (Results 1 – 1 of 1) sorted by relevance
102 struct gs_port { struct103 struct tty_port port;104 spinlock_t port_lock; /* guard port_* access */106 struct gserial *port_usb;108 struct gs_console *console;111 u8 port_num;136 struct gs_port *port; argument