Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/serial/
Dmos7840.c204 struct moschip_port { struct
205 int port_num; /*Actual port number in the device(1,2,etc) */
206 struct urb *read_urb; /* read URB for this port */
207 __u8 shadowLCR; /* last LCR value received */
208 __u8 shadowMCR; /* last MCR value received */
209 char open;
210 char open_ports;
211 struct usb_serial_port *port; /* loop back to the owner of this object */
214 __u8 SpRegOffset;
215 __u8 ControlRegOffset;
[all …]
Dmos7720.c56 struct moschip_port { struct
57 __u8 shadowLCR; /* last LCR value received */
58 __u8 shadowMCR; /* last MCR value received */
59 __u8 shadowMSR; /* last MSR value received */
60 char open;
61 struct usb_serial_port *port; /* loop back to the owner */
62 struct urb *write_urb_pool[NUM_URBS];