Searched refs:ucom_softc (Results 1 - 23 of 23) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/serial/
H A Dusb_serial.h78 struct ucom_softc;
88 void (*ucom_cfg_get_status) (struct ucom_softc *, uint8_t *plsr, uint8_t *pmsr);
89 void (*ucom_cfg_set_dtr) (struct ucom_softc *, uint8_t);
90 void (*ucom_cfg_set_rts) (struct ucom_softc *, uint8_t);
91 void (*ucom_cfg_set_break) (struct ucom_softc *, uint8_t);
92 void (*ucom_cfg_set_ring) (struct ucom_softc *, uint8_t);
93 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *);
94 void (*ucom_cfg_open) (struct ucom_softc *);
95 void (*ucom_cfg_close) (struct ucom_softc *);
96 int (*ucom_pre_open) (struct ucom_softc *);
141 struct ucom_softc { struct
[all...]
H A Duvscom.c146 struct ucom_softc sc_ucom;
172 static void uvscom_free(struct ucom_softc *);
173 static void uvscom_cfg_set_dtr(struct ucom_softc *, uint8_t);
174 static void uvscom_cfg_set_rts(struct ucom_softc *, uint8_t);
175 static void uvscom_cfg_set_break(struct ucom_softc *, uint8_t);
176 static int uvscom_pre_param(struct ucom_softc *, struct termios *);
177 static void uvscom_cfg_param(struct ucom_softc *, struct termios *);
178 static int uvscom_pre_open(struct ucom_softc *);
179 static void uvscom_cfg_open(struct ucom_softc *);
180 static void uvscom_cfg_close(struct ucom_softc *);
[all...]
H A Duark.c87 struct ucom_softc sc_ucom;
107 static void uark_free(struct ucom_softc *);
108 static void uark_start_read(struct ucom_softc *);
109 static void uark_stop_read(struct ucom_softc *);
110 static void uark_start_write(struct ucom_softc *);
111 static void uark_stop_write(struct ucom_softc *);
112 static int uark_pre_param(struct ucom_softc *, struct termios *);
113 static void uark_cfg_param(struct ucom_softc *, struct termios *);
114 static void uark_cfg_get_status(struct ucom_softc *, uint8_t *,
116 static void uark_cfg_set_break(struct ucom_softc *, uint8_
[all...]
H A Dumoscom.c177 struct ucom_softc sc_ucom;
198 static void umoscom_free(struct ucom_softc *);
199 static void umoscom_cfg_open(struct ucom_softc *);
200 static void umoscom_cfg_close(struct ucom_softc *);
201 static void umoscom_cfg_set_break(struct ucom_softc *, uint8_t);
202 static void umoscom_cfg_set_dtr(struct ucom_softc *, uint8_t);
203 static void umoscom_cfg_set_rts(struct ucom_softc *, uint8_t);
204 static int umoscom_pre_param(struct ucom_softc *, struct termios *);
205 static void umoscom_cfg_param(struct ucom_softc *, struct termios *);
206 static void umoscom_cfg_get_status(struct ucom_softc *, uint8_
[all...]
H A Dugensa.c79 struct ucom_softc *sc_ucom_ptr;
85 struct ucom_softc sc_ucom[UGENSA_IFACE_MAX];
102 static void ugensa_free(struct ucom_softc *);
103 static void ugensa_start_read(struct ucom_softc *);
104 static void ugensa_stop_read(struct ucom_softc *);
105 static void ugensa_start_write(struct ucom_softc *);
106 static void ugensa_stop_write(struct ucom_softc *);
107 static void ugensa_poll(struct ucom_softc *ucom);
294 ugensa_free(struct ucom_softc *ucom)
359 ugensa_start_read(struct ucom_softc *uco
[all...]
H A Dubser.c125 struct ucom_softc sc_ucom[UBSER_UNIT_MAX];
149 static void ubser_free(struct ucom_softc *);
150 static int ubser_pre_param(struct ucom_softc *, struct termios *);
151 static void ubser_cfg_set_break(struct ucom_softc *, uint8_t);
152 static void ubser_cfg_get_status(struct ucom_softc *, uint8_t *,
154 static void ubser_start_read(struct ucom_softc *);
155 static void ubser_stop_read(struct ucom_softc *);
156 static void ubser_start_write(struct ucom_softc *);
157 static void ubser_stop_write(struct ucom_softc *);
158 static void ubser_poll(struct ucom_softc *uco
[all...]
H A Ducycom.c80 struct ucom_softc sc_ucom;
118 static void ucycom_free(struct ucom_softc *);
119 static void ucycom_cfg_open(struct ucom_softc *);
120 static void ucycom_start_read(struct ucom_softc *);
121 static void ucycom_stop_read(struct ucom_softc *);
122 static void ucycom_start_write(struct ucom_softc *);
123 static void ucycom_stop_write(struct ucom_softc *);
125 static int ucycom_pre_param(struct ucom_softc *, struct termios *);
126 static void ucycom_cfg_param(struct ucom_softc *, struct termios *);
127 static void ucycom_poll(struct ucom_softc *uco
[all...]
H A Duchcom.c162 struct ucom_softc sc_ucom;
208 static void uchcom_free(struct ucom_softc *);
209 static int uchcom_pre_param(struct ucom_softc *, struct termios *);
210 static void uchcom_cfg_get_status(struct ucom_softc *, uint8_t *,
212 static void uchcom_cfg_open(struct ucom_softc *ucom);
213 static void uchcom_cfg_param(struct ucom_softc *, struct termios *);
214 static void uchcom_cfg_set_break(struct ucom_softc *, uint8_t);
215 static void uchcom_cfg_set_dtr(struct ucom_softc *, uint8_t);
216 static void uchcom_cfg_set_rts(struct ucom_softc *, uint8_t);
217 static void uchcom_start_read(struct ucom_softc *);
[all...]
H A Dubsa.c157 struct ucom_softc sc_ucom;
179 static void ubsa_free(struct ucom_softc *);
180 static void ubsa_cfg_set_dtr(struct ucom_softc *, uint8_t);
181 static void ubsa_cfg_set_rts(struct ucom_softc *, uint8_t);
182 static void ubsa_cfg_set_break(struct ucom_softc *, uint8_t);
183 static int ubsa_pre_param(struct ucom_softc *, struct termios *);
184 static void ubsa_cfg_param(struct ucom_softc *, struct termios *);
185 static void ubsa_start_read(struct ucom_softc *);
186 static void ubsa_stop_read(struct ucom_softc *);
187 static void ubsa_start_write(struct ucom_softc *);
[all...]
H A Dumct.c102 struct ucom_softc sc_ucom;
135 static void umct_free(struct ucom_softc *);
136 static void umct_cfg_get_status(struct ucom_softc *, uint8_t *,
138 static void umct_cfg_set_break(struct ucom_softc *, uint8_t);
139 static void umct_cfg_set_dtr(struct ucom_softc *, uint8_t);
140 static void umct_cfg_set_rts(struct ucom_softc *, uint8_t);
142 static int umct_pre_param(struct ucom_softc *, struct termios *);
143 static void umct_cfg_param(struct ucom_softc *, struct termios *);
144 static void umct_start_read(struct ucom_softc *);
145 static void umct_stop_read(struct ucom_softc *);
[all...]
H A Dusb_serial.c128 static struct ucom_softc *ucom_cons_softc = NULL;
146 static int ucom_attach_tty(struct ucom_super_softc *, struct ucom_softc *);
147 static void ucom_detach_tty(struct ucom_super_softc *, struct ucom_softc *);
148 static void ucom_queue_command(struct ucom_softc *,
151 static void ucom_shutdown(struct ucom_softc *);
152 static void ucom_ring(struct ucom_softc *, uint8_t);
153 static void ucom_break(struct ucom_softc *, uint8_t);
154 static void ucom_dtr(struct ucom_softc *, uint8_t);
155 static void ucom_rts(struct ucom_softc *, uint8_t);
257 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *s
[all...]
H A Dumcs.c128 struct ucom_softc sc_ucom[UMCS7840_MAX_PORTS]; /* Need to be continuous
155 static void umcs7840_free(struct ucom_softc *);
156 static void umcs7840_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *);
157 static void umcs7840_cfg_set_dtr(struct ucom_softc *, uint8_t);
158 static void umcs7840_cfg_set_rts(struct ucom_softc *, uint8_t);
159 static void umcs7840_cfg_set_break(struct ucom_softc *, uint8_t);
160 static void umcs7840_cfg_param(struct ucom_softc *, struct termios *);
161 static void umcs7840_cfg_open(struct ucom_softc *);
162 static void umcs7840_cfg_close(struct ucom_softc *);
164 static int umcs7840_pre_param(struct ucom_softc *, struc
[all...]
H A Duslcom.c142 struct ucom_softc sc_ucom;
164 static void uslcom_free(struct ucom_softc *);
165 static void uslcom_open(struct ucom_softc *);
166 static void uslcom_close(struct ucom_softc *);
168 static void uslcom_set_dtr(struct ucom_softc *, uint8_t);
169 static void uslcom_set_rts(struct ucom_softc *, uint8_t);
170 static void uslcom_set_break(struct ucom_softc *, uint8_t);
171 static int uslcom_ioctl(struct ucom_softc *, uint32_t, caddr_t, int,
173 static int uslcom_pre_param(struct ucom_softc *, struct termios *);
174 static void uslcom_param(struct ucom_softc *, struc
[all...]
H A Dufoma.c165 struct ucom_softc sc_ucom;
210 static void ufoma_free(struct ucom_softc *);
211 static void ufoma_cfg_open(struct ucom_softc *);
212 static void ufoma_cfg_close(struct ucom_softc *);
213 static void ufoma_cfg_set_break(struct ucom_softc *, uint8_t);
214 static void ufoma_cfg_get_status(struct ucom_softc *, uint8_t *,
216 static void ufoma_cfg_set_dtr(struct ucom_softc *, uint8_t);
217 static void ufoma_cfg_set_rts(struct ucom_softc *, uint8_t);
218 static int ufoma_pre_param(struct ucom_softc *, struct termios *);
219 static void ufoma_cfg_param(struct ucom_softc *, struc
[all...]
H A Dumodem.c161 struct ucom_softc sc_ucom;
193 static void umodem_free(struct ucom_softc *);
194 static void umodem_start_read(struct ucom_softc *);
195 static void umodem_stop_read(struct ucom_softc *);
196 static void umodem_start_write(struct ucom_softc *);
197 static void umodem_stop_write(struct ucom_softc *);
199 static void umodem_cfg_get_status(struct ucom_softc *, uint8_t *,
201 static int umodem_pre_param(struct ucom_softc *, struct termios *);
202 static void umodem_cfg_param(struct ucom_softc *, struct termios *);
203 static int umodem_ioctl(struct ucom_softc *, uint32_
[all...]
H A Duplcom.c150 struct ucom_softc sc_ucom;
172 static void uplcom_free(struct ucom_softc *);
173 static void uplcom_cfg_set_dtr(struct ucom_softc *, uint8_t);
174 static void uplcom_cfg_set_rts(struct ucom_softc *, uint8_t);
175 static void uplcom_cfg_set_break(struct ucom_softc *, uint8_t);
176 static int uplcom_pre_param(struct ucom_softc *, struct termios *);
177 static void uplcom_cfg_param(struct ucom_softc *, struct termios *);
178 static void uplcom_start_read(struct ucom_softc *);
179 static void uplcom_stop_read(struct ucom_softc *);
180 static void uplcom_start_write(struct ucom_softc *);
[all...]
H A Duvisor.c171 struct ucom_softc sc_ucom;
199 static void uvisor_free(struct ucom_softc *);
200 static void uvisor_cfg_open(struct ucom_softc *);
201 static void uvisor_cfg_close(struct ucom_softc *);
202 static void uvisor_start_read(struct ucom_softc *);
203 static void uvisor_stop_read(struct ucom_softc *);
204 static void uvisor_start_write(struct ucom_softc *);
205 static void uvisor_stop_write(struct ucom_softc *);
393 uvisor_free(struct ucom_softc *ucom)
548 uvisor_cfg_open(struct ucom_softc *uco
[all...]
H A Duftdi.c147 struct ucom_softc sc_ucom;
186 static void uftdi_free(struct ucom_softc *);
187 static void uftdi_cfg_open(struct ucom_softc *);
188 static void uftdi_cfg_close(struct ucom_softc *);
189 static void uftdi_cfg_set_dtr(struct ucom_softc *, uint8_t);
190 static void uftdi_cfg_set_rts(struct ucom_softc *, uint8_t);
191 static void uftdi_cfg_set_break(struct ucom_softc *, uint8_t);
192 static int uftdi_set_parm_soft(struct ucom_softc *, struct termios *,
194 static int uftdi_pre_param(struct ucom_softc *, struct termios *);
195 static void uftdi_cfg_param(struct ucom_softc *, struc
[all...]
H A Duipaq.c91 struct ucom_softc sc_ucom;
111 static void uipaq_free(struct ucom_softc *);
112 static void uipaq_start_read(struct ucom_softc *);
113 static void uipaq_stop_read(struct ucom_softc *);
114 static void uipaq_start_write(struct ucom_softc *);
115 static void uipaq_stop_write(struct ucom_softc *);
116 static void uipaq_cfg_set_dtr(struct ucom_softc *, uint8_t);
117 static void uipaq_cfg_set_rts(struct ucom_softc *, uint8_t);
118 static void uipaq_cfg_set_break(struct ucom_softc *, uint8_t);
119 static void uipaq_poll(struct ucom_softc *uco
[all...]
H A Du3g.c103 struct ucom_softc sc_ucom[U3G_MAXPORTS];
126 static void u3g_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *);
127 static void u3g_cfg_set_dtr(struct ucom_softc *, uint8_t);
128 static void u3g_cfg_set_rts(struct ucom_softc *, uint8_t);
129 static void u3g_start_read(struct ucom_softc *ucom);
130 static void u3g_stop_read(struct ucom_softc *ucom);
131 static void u3g_start_write(struct ucom_softc *ucom);
132 static void u3g_stop_write(struct ucom_softc *ucom);
133 static void u3g_poll(struct ucom_softc *ucom);
134 static void u3g_free(struct ucom_softc *uco
[all...]
/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_usie.c104 static void usie_free(struct ucom_softc *);
105 static void usie_uc_update_line_state(struct ucom_softc *, uint8_t);
106 static void usie_uc_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *);
107 static void usie_uc_cfg_set_dtr(struct ucom_softc *, uint8_t);
108 static void usie_uc_cfg_set_rts(struct ucom_softc *, uint8_t);
109 static void usie_uc_cfg_open(struct ucom_softc *);
110 static void usie_uc_cfg_close(struct ucom_softc *);
111 static void usie_uc_start_read(struct ucom_softc *);
112 static void usie_uc_stop_read(struct ucom_softc *);
113 static void usie_uc_start_write(struct ucom_softc *);
[all...]
H A Duhso.c106 struct ucom_softc *sc_ucom;
461 static void uhso_free(struct ucom_softc *);
462 static void uhso_ucom_start_read(struct ucom_softc *);
463 static void uhso_ucom_stop_read(struct ucom_softc *);
464 static void uhso_ucom_start_write(struct ucom_softc *);
465 static void uhso_ucom_stop_write(struct ucom_softc *);
466 static void uhso_ucom_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *);
467 static void uhso_ucom_cfg_set_dtr(struct ucom_softc *, uint8_t);
468 static void uhso_ucom_cfg_set_rts(struct ucom_softc *, uint8_t);
551 struct ucom_softc *uco
[all...]
H A Dif_usievar.h214 struct ucom_softc sc_ucom[USIE_UCOM_MAX];

Completed in 85 milliseconds