Lines Matching defs:moschip_port
194 struct moschip_port { struct
195 int port_num; /*Actual port number in the device(1,2,etc) */
196 struct urb *read_urb; /* read URB for this port */
197 __u8 shadowLCR; /* last LCR value received */
198 __u8 shadowMCR; /* last MCR value received */
199 struct usb_serial_port *port; /* loop back to the owner of this object */
202 __u8 SpRegOffset;
203 __u8 ControlRegOffset;
204 __u8 DcrRegOffset;
206 spinlock_t pool_lock;
207 struct urb *write_urb_pool[NUM_URBS];
208 char busy[NUM_URBS];
209 bool read_urb_busy;
212 bool has_led;
213 struct timer_list led_timer1; /* Timer for LED on */
214 struct timer_list led_timer2; /* Timer for LED off */
215 struct urb *led_urb;
216 struct usb_ctrlrequest *led_dr;
218 unsigned long flags;