Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/serial/
Dmos7840.c233 struct moschip_port { struct
234 int port_num; /*Actual port number in the device(1,2,etc) */
235 struct urb *write_urb; /* write URB for this port */
236 struct urb *read_urb; /* read URB for this port */
237 struct urb *int_urb;
238 __u8 shadowLCR; /* last LCR value received */
239 __u8 shadowMCR; /* last MCR value received */
240 char open;
241 char open_ports;
242 char zombie;
[all …]
Dmos7720.c64 struct moschip_port { struct
82 static const struct usb_device_id moschip_port_id_table[] = { argument