Searched defs:moschip_port (Results 1 – 2 of 2) sorted by relevance
181 struct moschip_port { struct182 int port_num; /*Actual port number in the device(1,2,etc) */183 struct urb *read_urb; /* read URB for this port */184 __u8 shadowLCR; /* last LCR value received */185 __u8 shadowMCR; /* last MCR value received */186 struct usb_serial_port *port; /* loop back to the owner of this object */189 __u8 SpRegOffset;190 __u8 ControlRegOffset;191 __u8 DcrRegOffset;193 spinlock_t pool_lock;[all …]
56 struct moschip_port { struct57 __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];