Searched defs:gs_port (Results 1 – 2 of 2) sorted by relevance
93097 struct gs_port { struct93098 struct tty_port port;93099 spinlock_t port_lock;93100 struct gserial *port_usb;93101 u8 port_num;93102 struct list_head read_pool;93103 int read_started;93104 int read_allocated;93105 struct list_head read_queue;93106 unsigned int n_read;[all …]
102793 struct gs_port { struct102794 struct tty_port port;102795 spinlock_t port_lock;102796 struct gserial *port_usb;102797 u8 port_num;102798 struct list_head read_pool;102799 int read_started;102800 int read_allocated;102801 struct list_head read_queue;102802 unsigned int n_read;[all …]