Home
last modified time | relevance | path

Searched defs:moschip_port (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
Dmos7840.c215 struct moschip_port { struct
216 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 …]
Dmos7720.c59 struct moschip_port { struct
60 __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];