Searched defs:moschip_port (Results 1 – 2 of 2) sorted by relevance
215 struct moschip_port { struct216 int port_num; /*Actual port number in the device(1,2,etc) */217 struct urb *write_urb; /* write URB for this port */218 struct urb *read_urb; /* read URB for this port */219 __u8 shadowLCR; /* last LCR value received */220 __u8 shadowMCR; /* last MCR value received */221 char open;222 char open_ports;223 struct usb_serial_port *port; /* loop back to the owner of this object */226 __u8 SpRegOffset;[all …]
59 struct moschip_port { struct60 __u8 shadowLCR; /* last LCR value received */61 __u8 shadowMCR; /* last MCR value received */62 __u8 shadowMSR; /* last MSR value received */63 char open;64 struct usb_serial_port *port; /* loop back to the owner */65 struct urb *write_urb_pool[NUM_URBS];