Searched defs:serial_struct (Results 1 – 2 of 2) sorted by relevance
81 struct serial_struct { struct82 int type;83 int line;84 unsigned int port;85 int irq;86 int flags;110 struct serial_struct sr; in cttyhack_main() argument
188 struct serial_struct { struct189 int type;190 int line;191 unsigned int port;192 int irq;193 int flags;194 int xmit_fifo_size;195 int custom_divisor;196 int baud_base;197 unsigned short close_delay;[all …]