Searched defs:gs_port (Results 1 – 1 of 1) sorted by relevance
104 struct gs_port { struct105 struct tty_port port;106 spinlock_t port_lock; /* guard port_* access */108 struct gserial *port_usb;110 struct gs_console *console;113 u8 port_num;115 struct list_head read_pool;139 struct gs_port *port; argument