Searched defs:quatech_port (Results 1 – 1 of 1) sorted by relevance
169 struct quatech_port { struct170 int port_num; /* number of the port */171 struct urb *write_urb; /* write URB for this port */172 struct urb *read_urb; /* read URB for this port */173 struct urb *int_urb;175 __u8 shadowLCR; /* last LCR value received */176 __u8 shadowMCR; /* last MCR value received */177 __u8 shadowMSR; /* last MSR value received */178 __u8 shadowLSR; /* last LSR value received */179 char open_ports;[all …]