Lines Matching defs:keyspan_port_private
79 struct keyspan_port_private { struct
81 int in_flip;
82 int out_flip;
87 const struct keyspan_device_details *device_details;
90 struct urb *in_urbs[2];
91 char in_buffer[2][64];
93 struct urb *out_urbs[2];
94 char out_buffer[2][64];
97 struct urb *inack_urb;
98 char inack_buffer[1];
101 struct urb *outcont_urb;
102 char outcont_buffer[64];
105 int baud;
106 int old_baud;
107 unsigned int cflag;
108 unsigned int old_cflag;
109 enum {flow_none, flow_cts, flow_xon} flow_control;
110 int rts_state; /* Handshaking pins (outputs) */
111 int dtr_state;
112 int cts_state; /* Handshaking pins (inputs) */
113 int dsr_state;
114 int dcd_state;
115 int ri_state;
116 int break_on;
118 unsigned long tx_start_time[2];
119 int resend_cont; /* need to resend control packet */