Searched defs:moschip_port (Results 1 – 2 of 2) sorted by relevance
233 struct moschip_port { struct234 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 …]
64 struct moschip_port { struct82 static const struct usb_device_id moschip_port_id_table[] = { argument