Lines Matching defs:moschip_port
202 struct moschip_port { struct
203 int port_num; /*Actual port number in the device(1,2,etc) */
204 struct urb *read_urb; /* read URB for this port */
205 __u8 shadowLCR; /* last LCR value received */
206 __u8 shadowMCR; /* last MCR value received */
207 char open;
208 char open_ports;
209 struct usb_serial_port *port; /* loop back to the owner of this object */
212 __u8 SpRegOffset;
213 __u8 ControlRegOffset;
214 __u8 DcrRegOffset;
216 struct urb *control_urb;
217 struct usb_ctrlrequest *dr;
218 char *ctrl_buf;
219 int MsrLsr;
221 spinlock_t pool_lock;
222 struct urb *write_urb_pool[NUM_URBS];
223 char busy[NUM_URBS];
224 bool read_urb_busy;
227 bool has_led;
228 struct timer_list led_timer1; /* Timer for LED on */
229 struct timer_list led_timer2; /* Timer for LED off */
230 struct urb *led_urb;
231 struct usb_ctrlrequest *led_dr;
233 unsigned long flags;